comparison src/share/tools/IdealGraphVisualizer/Graal/nbproject/project.xml @ 3031:963174f9cd8e

IdealGraphVisualizer: add textual representation and coloring scheme for the Graal compiler and remove Maxine-specific code
author Peter Hofer <peter.hofer@jku.at>
date Mon, 20 Jun 2011 17:30:15 +0200
parents src/share/tools/IdealGraphVisualizer/Maxine/nbproject/project.xml@53ddfe305645
children 726dcfd2d91e
comparison
equal deleted inserted replaced
3030:7f807764e7fc 3031:963174f9cd8e
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://www.netbeans.org/ns/project/1">
3 <type>org.netbeans.modules.apisupport.project</type>
4 <configuration>
5 <data xmlns="http://www.netbeans.org/ns/nb-module-project/3">
6 <code-name-base>com.sun.hotspot.igv.graal</code-name-base>
7 <suite-component/>
8 <module-dependencies>
9 <dependency>
10 <code-name-base>com.sun.hotspot.igv.data</code-name-base>
11 <build-prerequisite/>
12 <compile-dependency/>
13 <run-dependency>
14 <specification-version>1.0</specification-version>
15 </run-dependency>
16 </dependency>
17 <dependency>
18 <code-name-base>com.sun.hotspot.igv.graph</code-name-base>
19 <build-prerequisite/>
20 <compile-dependency/>
21 <run-dependency>
22 <specification-version>1.0</specification-version>
23 </run-dependency>
24 </dependency>
25 <dependency>
26 <code-name-base>com.sun.hotspot.igv.graphtotext</code-name-base>
27 <build-prerequisite/>
28 <compile-dependency/>
29 <run-dependency>
30 <specification-version>1.0</specification-version>
31 </run-dependency>
32 </dependency>
33 <dependency>
34 <code-name-base>com.sun.hotspot.igv.structuredtext</code-name-base>
35 <build-prerequisite/>
36 <compile-dependency/>
37 <run-dependency>
38 <specification-version>1.0</specification-version>
39 </run-dependency>
40 </dependency>
41 </module-dependencies>
42 <public-packages/>
43 </data>
44 </configuration>
45 </project>