src/share/tools/IdealGraphVisualizer/nbproject/project.properties

Mon, 23 Jun 2008 18:21:18 -0700

author
never
date
Mon, 23 Jun 2008 18:21:18 -0700
changeset 655
30369db7f5d2
child 852
f4fe12e429a4
permissions
-rw-r--r--

6604014: add support for ideal graph visualizer
Reviewed-by: kvn, jrose

never@655 1 app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
never@655 2 app.name=idealgraphvisualizer
never@655 3 app.title=IdealGraphVisualizer
never@655 4 branding.token=${app.name}
never@655 5 modules=\
never@655 6 ${project.com.sun.hotspot.igv.graph}:\
never@655 7 ${project.com.sun.hotspot.igv.coordinator}:\
never@655 8 ${project.com.sun.hotspot.igv.filter}:\
never@655 9 ${project.com.sun.hotspot.igv.hierarchicallayout}:\
never@655 10 ${project.com.sun.hotspot.igv.layout}:\
never@655 11 ${project.com.sun.hotspot.igv.controlflow}:\
never@655 12 ${project.com.sun.hotspot.igv.data}:\
never@655 13 ${project.com.sun.hotspot.igv.view}:\
never@655 14 ${project.com.sun.hotspot.igv.bytecodes}:\
never@655 15 ${project.com.sun.hotspot.igv.difference}:\
never@655 16 ${project.com.sun.hotspot.igv.settings}:\
never@655 17 ${project.com.sun.hotspot.igv.util}:\
never@655 18 ${project.com.sun.hotspot.igv.rhino}:\
never@655 19 ${project.com.sun.hotspot.igv.svg}:\
never@655 20 ${project.com.sun.hotspot.connection}:\
never@655 21 ${project.com.sun.hotspot.igv.servercompilerscheduler}:\
never@655 22 ${project.com.sun.hotspot.igv.filterwindow}
never@655 23 project.com.sun.hotspot.connection=NetworkConnection
never@655 24 project.com.sun.hotspot.igv.bytecodes=Bytecodes
never@655 25 project.com.sun.hotspot.igv.controlflow=ControlFlow
never@655 26 project.com.sun.hotspot.igv.coordinator=Coordinator
never@655 27 project.com.sun.hotspot.igv.data=Data
never@655 28 project.com.sun.hotspot.igv.difference=Difference
never@655 29 project.com.sun.hotspot.igv.filter=Filter
never@655 30 project.com.sun.hotspot.igv.filterwindow=FilterWindow
never@655 31 project.com.sun.hotspot.igv.graph=Graph
never@655 32 project.com.sun.hotspot.igv.hierarchicallayout=HierarchicalLayout
never@655 33 project.com.sun.hotspot.igv.layout=Layout
never@655 34 project.com.sun.hotspot.igv.rhino=RhinoScriptEngineProxy
never@655 35 project.com.sun.hotspot.igv.servercompilerscheduler=ServerCompiler
never@655 36 project.com.sun.hotspot.igv.settings=Settings
never@655 37 project.com.sun.hotspot.igv.svg=BatikSVGProxy
never@655 38 project.com.sun.hotspot.igv.view=View
never@655 39 project.com.sun.hotspot.igv.util=Util
never@655 40 run.args = -server -J-Xms64m -J-Xmx512m -J-da

mercurial