comparison src/share/tools/IdealGraphVisualizer/nbproject/project.properties @ 4513:565992803749

Revert old igv.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Tue, 07 Feb 2012 22:53:27 +0100
parents 886bd4e4c080
children df329f268a05
comparison
equal deleted inserted replaced
4512:015fb895586b 4513:565992803749
2 app.name=idealgraphvisualizer 2 app.name=idealgraphvisualizer
3 app.title=IdealGraphVisualizer 3 app.title=IdealGraphVisualizer
4 branding.token=${app.name} 4 branding.token=${app.name}
5 modules=\ 5 modules=\
6 ${project.com.sun.hotspot.igv.graph}:\ 6 ${project.com.sun.hotspot.igv.graph}:\
7 ${project.com.sun.hotspot.igv.coordinator}:\
7 ${project.com.sun.hotspot.igv.filter}:\ 8 ${project.com.sun.hotspot.igv.filter}:\
8 ${project.com.sun.hotspot.igv.hierarchicallayout}:\ 9 ${project.com.sun.hotspot.igv.hierarchicallayout}:\
9 ${project.com.sun.hotspot.igv.layout}:\ 10 ${project.com.sun.hotspot.igv.layout}:\
10 ${project.com.sun.hotspot.igv.data}:\ 11 ${project.com.sun.hotspot.igv.data}:\
11 ${project.com.sun.hotspot.igv.view}:\ 12 ${project.com.sun.hotspot.igv.view}:\
12 ${project.com.sun.hotspot.igv.bytecodes}:\ 13 ${project.com.sun.hotspot.igv.bytecodes}:\
13 ${project.com.sun.hotspot.igv.difference}:\ 14 ${project.com.sun.hotspot.igv.difference}:\
14 ${project.com.sun.hotspot.igv.settings}:\ 15 ${project.com.sun.hotspot.igv.settings}:\
15 ${project.com.sun.hotspot.igv.util}:\ 16 ${project.com.sun.hotspot.igv.util}:\
16 ${project.com.sun.hotspot.igv.svg}:\ 17 ${project.com.sun.hotspot.igv.svg}:\
18 ${project.com.sun.hotspot.connection}:\
19 ${project.com.sun.hotspot.igv.servercompilerscheduler}:\
17 ${project.com.sun.hotspot.igv.filterwindow}:\ 20 ${project.com.sun.hotspot.igv.filterwindow}:\
18 ${project.com.sun.hotspot.igv.graal}:\ 21 ${project.com.sun.hotspot.igv.selectioncoordinator}:\
19 ${project.at.ssw.visualizer.cfg}:\ 22 ${project.com.sun.hotspot.igv.graal}
20 ${project.org.eclipse.draw2d}:\ 23 project.com.sun.hotspot.connection=NetworkConnection
21 ${project.com.oracle.graal.visualizer.editor}:\
22 ${project.com.oracle.graal.visualizer.outline}:\
23 ${project.com.oracle.graal.visualizer.snapshots}:\
24 ${project.com.oracle.graal.visualizer.sharedactions}
25 project.at.ssw.visualizer.cfg=ControlFlowEditor
26 project.com.oracle.graal.visualizer.editor=Editor
27 project.com.oracle.graal.visualizer.outline=OutlineView
28 project.com.oracle.graal.visualizer.sharedactions=SharedActions
29 project.com.oracle.graal.visualizer.snapshots=SnapshotsView
30 project.com.sun.hotspot.igv.bytecodes=Bytecodes 24 project.com.sun.hotspot.igv.bytecodes=Bytecodes
25 project.com.sun.hotspot.igv.coordinator=Coordinator
31 project.com.sun.hotspot.igv.data=Data 26 project.com.sun.hotspot.igv.data=Data
32 project.com.sun.hotspot.igv.difference=Difference 27 project.com.sun.hotspot.igv.difference=Difference
33 project.com.sun.hotspot.igv.filter=Filter 28 project.com.sun.hotspot.igv.filter=Filter
34 project.com.sun.hotspot.igv.filterwindow=FilterWindow 29 project.com.sun.hotspot.igv.filterwindow=FilterWindow
35 project.com.sun.hotspot.igv.graal=Graal 30 project.com.sun.hotspot.igv.graal=Graal
36 project.com.sun.hotspot.igv.graph=Graph 31 project.com.sun.hotspot.igv.graph=Graph
37 project.com.sun.hotspot.igv.hierarchicallayout=HierarchicalLayout 32 project.com.sun.hotspot.igv.hierarchicallayout=HierarchicalLayout
38 project.com.sun.hotspot.igv.layout=Layout 33 project.com.sun.hotspot.igv.layout=Layout
34 project.com.sun.hotspot.igv.selectioncoordinator=SelectionCoordinator
35 project.com.sun.hotspot.igv.servercompilerscheduler=ServerCompiler
39 project.com.sun.hotspot.igv.settings=Settings 36 project.com.sun.hotspot.igv.settings=Settings
40 project.com.sun.hotspot.igv.svg=BatikSVGProxy 37 project.com.sun.hotspot.igv.svg=BatikSVGProxy
41 project.com.sun.hotspot.igv.view=View 38 project.com.sun.hotspot.igv.view=View
42 project.com.sun.hotspot.igv.util=Util 39 project.com.sun.hotspot.igv.util=Util
43 40
44 project.org.eclipse.draw2d=Draw2DLibrary
45 # Disable assertions for RequestProcessor to prevent annoying messages in case 41 # Disable assertions for RequestProcessor to prevent annoying messages in case
46 # of multiple SceneAnimator update tasks in the default RequestProcessor. 42 # of multiple SceneAnimator update tasks in the default RequestProcessor.
47 run.args.extra = -J-client -J-da:org.openide.util.RequestProcessor 43 run.args.extra = -J-client -J-da:org.openide.util.RequestProcessor
48 debug.args.extra = -J-client -J-da:org.openide.util.RequestProcessor 44 debug.args.extra = -J-client -J-da:org.openide.util.RequestProcessor