project.properties revision 8346:d3413c4fee16
1app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
2app.name=${branding.token}
3app.title=IdealGraphVisualizer
4auxiliary.org-netbeans-modules-apisupport-installer.license-type=no
5auxiliary.org-netbeans-modules-apisupport-installer.os-linux=false
6auxiliary.org-netbeans-modules-apisupport-installer.os-macosx=true
7auxiliary.org-netbeans-modules-apisupport-installer.os-solaris=false
8auxiliary.org-netbeans-modules-apisupport-installer.os-windows=false
9auxiliary.org-netbeans-modules-apisupport-installer.pack200-enabled=false
10auxiliary.org-netbeans-spi-editor-hints-projects.perProjectHintSettingsFile=nbproject/cfg_hints.xml
11modules=\
12    ${project.com.sun.hotspot.igv.graph}:\
13    ${project.com.sun.hotspot.igv.coordinator}:\
14    ${project.com.sun.hotspot.igv.filter}:\
15    ${project.com.sun.hotspot.igv.hierarchicallayout}:\
16    ${project.com.sun.hotspot.igv.layout}:\
17    ${project.com.sun.hotspot.igv.controlflow}:\
18    ${project.com.sun.hotspot.igv.data}:\
19    ${project.com.sun.hotspot.igv.view}:\
20    ${project.com.sun.hotspot.igv.bytecodes}:\
21    ${project.com.sun.hotspot.igv.difference}:\
22    ${project.com.sun.hotspot.igv.settings}:\
23    ${project.com.sun.hotspot.igv.util}:\
24    ${project.com.sun.hotspot.igv.svg}:\
25    ${project.com.sun.hotspot.connection}:\
26    ${project.com.sun.hotspot.igv.servercompilerscheduler}:\
27    ${project.com.sun.hotspot.igv.filterwindow}:\
28    ${project.com.sun.hotspot.igv.selectioncoordinator}:\
29    ${project.com.sun.hotspot.igv.graal}
30project.com.sun.hotspot.connection=NetworkConnection
31project.com.sun.hotspot.igv.bytecodes=Bytecodes
32project.com.sun.hotspot.igv.controlflow=ControlFlow
33project.com.sun.hotspot.igv.coordinator=Coordinator
34project.com.sun.hotspot.igv.data=Data
35project.com.sun.hotspot.igv.difference=Difference
36project.com.sun.hotspot.igv.filter=Filter
37project.com.sun.hotspot.igv.filterwindow=FilterWindow
38project.com.sun.hotspot.igv.graal=Graal
39project.com.sun.hotspot.igv.graph=Graph
40project.com.sun.hotspot.igv.hierarchicallayout=HierarchicalLayout
41project.com.sun.hotspot.igv.layout=Layout
42project.com.sun.hotspot.igv.selectioncoordinator=SelectionCoordinator
43project.com.sun.hotspot.igv.servercompilerscheduler=ServerCompiler
44project.com.sun.hotspot.igv.settings=Settings
45project.com.sun.hotspot.igv.svg=BatikSVGProxy
46project.com.sun.hotspot.igv.view=View
47project.com.sun.hotspot.igv.util=Util
48
49# Disable assertions for RequestProcessor to prevent annoying messages in case
50# of multiple SceneAnimator update tasks in the default RequestProcessor.
51run.args.extra = -J-server -J-da:org.openide.util.RequestProcessor -J-Xms2g -J-Xmx8g -J-Djava.lang.Integer.IntegerCache.high=20000
52debug.args.extra = -J-server -J-da:org.openide.util.RequestProcessor
53