annotate visualizer/nbproject/project.properties @ 4582:b24386206122

Made all vm builds go into subdirectories, even product builds to simplify building the various types of VMs (server, client and graal). Made HotSpot build jobs use the number of CPUs on the host machine.
author Doug Simon <doug.simon@oracle.com>
date Mon, 13 Feb 2012 23:13:37 +0100
parents ab4a47b6a187
children 119c77c83ede
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4516
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
1 app.icon=branding/core/core.jar/org/netbeans/core/startup/frame48.gif
4574
ab4a47b6a187 Visualizer: Fix range slider scrollbar. Change app.name to graalvisualizer.
Andreas Woess <andreas.woess@jku.at>
parents: 4532
diff changeset
2 app.name=graalvisualizer
4532
82463023ef62 Corrected project name.
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents: 4516
diff changeset
3 app.title=Graal Visualizer
4516
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
4 branding.token=${app.name}
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
5 modules=\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
6 ${project.com.sun.hotspot.igv.graph}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
7 ${project.com.sun.hotspot.igv.filter}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
8 ${project.com.sun.hotspot.igv.hierarchicallayout}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
9 ${project.com.sun.hotspot.igv.layout}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
10 ${project.com.sun.hotspot.igv.data}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
11 ${project.com.sun.hotspot.igv.view}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
12 ${project.com.sun.hotspot.igv.bytecodes}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
13 ${project.com.sun.hotspot.igv.difference}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
14 ${project.com.sun.hotspot.igv.settings}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
15 ${project.com.sun.hotspot.igv.util}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
16 ${project.com.sun.hotspot.igv.svg}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
17 ${project.com.sun.hotspot.igv.filterwindow}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
18 ${project.com.sun.hotspot.igv.graal}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
19 ${project.at.ssw.visualizer.cfg}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
20 ${project.org.eclipse.draw2d}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
21 ${project.com.oracle.graal.visualizer.editor}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
22 ${project.com.oracle.graal.visualizer.outline}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
23 ${project.com.oracle.graal.visualizer.snapshots}:\
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
24 ${project.com.oracle.graal.visualizer.sharedactions}
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
25 project.at.ssw.visualizer.cfg=ControlFlowEditor
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
26 project.com.oracle.graal.visualizer.editor=Editor
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
27 project.com.oracle.graal.visualizer.outline=OutlineView
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
28 project.com.oracle.graal.visualizer.sharedactions=SharedActions
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
29 project.com.oracle.graal.visualizer.snapshots=SnapshotsView
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
30 project.com.sun.hotspot.igv.bytecodes=Bytecodes
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
31 project.com.sun.hotspot.igv.data=Data
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
32 project.com.sun.hotspot.igv.difference=Difference
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
33 project.com.sun.hotspot.igv.filter=Filter
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
34 project.com.sun.hotspot.igv.filterwindow=FilterWindow
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
35 project.com.sun.hotspot.igv.graal=Graal
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
36 project.com.sun.hotspot.igv.graph=Graph
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
37 project.com.sun.hotspot.igv.hierarchicallayout=HierarchicalLayout
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
38 project.com.sun.hotspot.igv.layout=Layout
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
39 project.com.sun.hotspot.igv.settings=Settings
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
40 project.com.sun.hotspot.igv.svg=BatikSVGProxy
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
41 project.com.sun.hotspot.igv.view=View
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
42 project.com.sun.hotspot.igv.util=Util
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
43
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
44 project.org.eclipse.draw2d=Draw2DLibrary
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
45 # Disable assertions for RequestProcessor to prevent annoying messages in case
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
46 # of multiple SceneAnimator update tasks in the default RequestProcessor.
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
47 run.args.extra = -J-client -J-da:org.openide.util.RequestProcessor
35cca763f498 Added netbeans project files, updates .hgignore
Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
parents:
diff changeset
48 debug.args.extra = -J-client -J-da:org.openide.util.RequestProcessor