annotate src/share/tools/IdealGraphVisualizer/nbproject/project.properties @ 3136:2def3cad2e00

IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
author Peter Hofer <peter.hofer@jku.at>
date Mon, 04 Jul 2011 10:56:19 +0200
parents 546dc7e1b184
children 0c632ed89063
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
1 app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
2 app.name=idealgraphvisualizer
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
3 app.title=IdealGraphVisualizer
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
4 branding.token=${app.name}
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
5 modules=\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
6 ${project.com.sun.hotspot.igv.graph}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
7 ${project.com.sun.hotspot.igv.coordinator}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
8 ${project.com.sun.hotspot.igv.filter}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
9 ${project.com.sun.hotspot.igv.hierarchicallayout}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
10 ${project.com.sun.hotspot.igv.layout}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
11 ${project.com.sun.hotspot.igv.controlflow}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
12 ${project.com.sun.hotspot.igv.data}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
13 ${project.com.sun.hotspot.igv.view}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
14 ${project.com.sun.hotspot.igv.bytecodes}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
15 ${project.com.sun.hotspot.igv.difference}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
16 ${project.com.sun.hotspot.igv.settings}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
17 ${project.com.sun.hotspot.igv.util}:\
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
18 ${project.com.sun.hotspot.igv.rhino}:\
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
19 ${project.com.sun.hotspot.igv.svg}:\
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
20 ${project.com.sun.hotspot.connection}:\
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
21 ${project.com.sun.hotspot.igv.servercompilerscheduler}:\
2844
fa6fd3974058 IdealGraphVisualizer: Integrate Text Editor module, add some required C1XVisualizer classes
Peter Hofer <peter.hofer@jku.at>
parents: 2765
diff changeset
22 ${project.com.sun.hotspot.igv.filterwindow}:\
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
23 ${project.com.sun.hotspot.igv.graphtotext}:\
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
24 ${project.com.sun.hotspot.igv.java6scriptingproxy}:\
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
25 ${project.com.sun.hotspot.igv.graphtexteditor}:\
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
26 ${project.com.sun.hotspot.igv.structuredtext}:\
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
27 ${project.com.sun.hotspot.igv.texteditor}:\
3031
963174f9cd8e IdealGraphVisualizer: add textual representation and coloring scheme for the Graal compiler and remove Maxine-specific code
Peter Hofer <peter.hofer@jku.at>
parents: 3024
diff changeset
28 ${project.com.sun.hotspot.igv.selectioncoordinator}:\
963174f9cd8e IdealGraphVisualizer: add textual representation and coloring scheme for the Graal compiler and remove Maxine-specific code
Peter Hofer <peter.hofer@jku.at>
parents: 3024
diff changeset
29 ${project.com.sun.hotspot.igv.graal}
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
30 project.com.sun.hotspot.connection=NetworkConnection
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
31 project.com.sun.hotspot.igv.bytecodes=Bytecodes
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
32 project.com.sun.hotspot.igv.controlflow=ControlFlow
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
33 project.com.sun.hotspot.igv.coordinator=Coordinator
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
34 project.com.sun.hotspot.igv.data=Data
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
35 project.com.sun.hotspot.igv.difference=Difference
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
36 project.com.sun.hotspot.igv.filter=Filter
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
37 project.com.sun.hotspot.igv.filterwindow=FilterWindow
3031
963174f9cd8e IdealGraphVisualizer: add textual representation and coloring scheme for the Graal compiler and remove Maxine-specific code
Peter Hofer <peter.hofer@jku.at>
parents: 3024
diff changeset
38 project.com.sun.hotspot.igv.graal=Graal
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
39 project.com.sun.hotspot.igv.graph=Graph
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
40 project.com.sun.hotspot.igv.graphtexteditor=GraphTextEditor
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
41 project.com.sun.hotspot.igv.graphtotext=GraphToText
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
42 project.com.sun.hotspot.igv.hierarchicallayout=HierarchicalLayout
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
43 project.com.sun.hotspot.igv.java6scriptingproxy=Java6ScriptingProxy
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
44 project.com.sun.hotspot.igv.layout=Layout
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
45 project.com.sun.hotspot.igv.rhino=RhinoScriptEngineProxy
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
46 project.com.sun.hotspot.igv.selectioncoordinator=SelectionCoordinator
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
47 project.com.sun.hotspot.igv.servercompilerscheduler=ServerCompiler
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
48 project.com.sun.hotspot.igv.settings=Settings
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
49 project.com.sun.hotspot.igv.structuredtext=StructuredText
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
50 project.com.sun.hotspot.igv.svg=BatikSVGProxy
2898
53ddfe305645 IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
Peter Hofer <peter.hofer@jku.at>
parents: 2844
diff changeset
51 project.com.sun.hotspot.igv.texteditor=TextEditor
220
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
52 project.com.sun.hotspot.igv.view=View
30369db7f5d2 6604014: add support for ideal graph visualizer
never
parents:
diff changeset
53 project.com.sun.hotspot.igv.util=Util
3136
2def3cad2e00 IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
Peter Hofer <peter.hofer@jku.at>
parents: 3039
diff changeset
54
2def3cad2e00 IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
Peter Hofer <peter.hofer@jku.at>
parents: 3039
diff changeset
55 # Disable assertions for RequestProcessor to prevent annoying messages in case
2def3cad2e00 IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
Peter Hofer <peter.hofer@jku.at>
parents: 3039
diff changeset
56 # of multiple SceneAnimator update tasks in the default RequestProcessor.
2def3cad2e00 IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
Peter Hofer <peter.hofer@jku.at>
parents: 3039
diff changeset
57 run.args.extra = -J-client -J-da:org.openide.util.RequestProcessor
2def3cad2e00 IdealGraphVisualizer: Disable assertions for RequestProcessor to prevent annoying messages in case of multiple SceneAnimator update tasks in the default RequestProcessor.
Peter Hofer <peter.hofer@jku.at>
parents: 3039
diff changeset
58 debug.args.extra = -J-client -J-da:org.openide.util.RequestProcessor