comparison src/share/tools/IdealGraphVisualizer/TextEditor/nbproject/project.xml @ 2898:53ddfe305645

IdealGraphVisualizer: merge changes from the IGV project on Kenai and add Oracle copyright notices where necessary
author Peter Hofer <peter.hofer@jku.at>
date Wed, 08 Jun 2011 15:36:30 +0200
parents
children 400abf575c42
comparison
equal deleted inserted replaced
2897:be276884eec0 2898:53ddfe305645
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.texteditor</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.selectioncoordinator</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.structuredtext</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>org.netbeans.modules.editor</code-name-base>
35 <build-prerequisite/>
36 <compile-dependency/>
37 <run-dependency>
38 <release-version>3</release-version>
39 <specification-version>1.42.2.3.9.2</specification-version>
40 </run-dependency>
41 </dependency>
42 <dependency>
43 <code-name-base>org.netbeans.modules.editor.fold</code-name-base>
44 <build-prerequisite/>
45 <compile-dependency/>
46 <run-dependency>
47 <release-version>1</release-version>
48 <specification-version>1.8</specification-version>
49 </run-dependency>
50 </dependency>
51 <dependency>
52 <code-name-base>org.netbeans.modules.editor.lib</code-name-base>
53 <build-prerequisite/>
54 <compile-dependency/>
55 <run-dependency>
56 <release-version>3</release-version>
57 <specification-version>3.8.1.13.9</specification-version>
58 </run-dependency>
59 </dependency>
60 <dependency>
61 <code-name-base>org.netbeans.modules.editor.lib2</code-name-base>
62 <build-prerequisite/>
63 <compile-dependency/>
64 <run-dependency>
65 <release-version>1</release-version>
66 <specification-version>1.11.2.2</specification-version>
67 </run-dependency>
68 </dependency>
69 <dependency>
70 <code-name-base>org.openide.text</code-name-base>
71 <build-prerequisite/>
72 <compile-dependency/>
73 <run-dependency>
74 <specification-version>6.18</specification-version>
75 </run-dependency>
76 </dependency>
77 <dependency>
78 <code-name-base>org.openide.util</code-name-base>
79 <build-prerequisite/>
80 <compile-dependency/>
81 <run-dependency>
82 <specification-version>7.12.0.1</specification-version>
83 </run-dependency>
84 </dependency>
85 <dependency>
86 <code-name-base>org.openide.windows</code-name-base>
87 <build-prerequisite/>
88 <compile-dependency/>
89 <run-dependency>
90 <specification-version>6.20</specification-version>
91 </run-dependency>
92 </dependency>
93 </module-dependencies>
94 <public-packages>
95 <package>com.sun.hotspot.igv.texteditor</package>
96 </public-packages>
97 </data>
98 </configuration>
99 </project>