make/netbeans/javap/nbproject/project.xml

changeset 201
e3930187199c
parent 1
9a66ca7c79fa
equal deleted inserted replaced
200:e6dafbf35355 201:e3930187199c
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright 2007 Sun Microsystems, Inc. All Rights Reserved.
4
5 Redistribution and use in source and binary forms, with or without
6 modification, are permitted provided that the following conditions
7 are met:
8
9 - Redistributions of source code must retain the above copyright
10 notice, this list of conditions and the following disclaimer.
11
12 - Redistributions in binary form must reproduce the above copyright
13 notice, this list of conditions and the following disclaimer in the
14 documentation and/or other materials provided with the distribution.
15
16 - Neither the name of Sun Microsystems nor the names of its
17 contributors may be used to endorse or promote products derived
18 from this software without specific prior written permission.
19
20 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
21 IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
22 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
23 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
24 CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
25 EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
26 PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
27 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
28 LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
29 NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
30 SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
31 -->
32
33 <!DOCTYPE project [
34 <!ENTITY standard-ide-actions-no-javadoc SYSTEM "../../common/standard-ide-actions-no-javadoc.ent">
35 <!ENTITY standard-context-menu-items-no-javadoc SYSTEM "../../common/standard-context-menu-items-no-javadoc.ent">
36 ]>
37 <project xmlns="http://www.netbeans.org/ns/project/1">
38 <type>org.netbeans.modules.ant.freeform</type>
39 <configuration>
40 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
41 <!-- Do not use Project Properties customizer when editing this file manually. -->
42 <name>javap</name>
43 <properties>
44 <property name="root">../../..</property>
45 </properties>
46 <folders>
47 <source-folder>
48 <label>langtools</label>
49 <location>${root}</location>
50 </source-folder>
51 <source-folder>
52 <label>Source files</label>
53 <type>java</type>
54 <location>${root}/src/share/classes</location>
55 </source-folder>
56 <source-folder>
57 <label>Test files</label>
58 <type>tests</type>
59 <location>${root}/test</location>
60 </source-folder>
61 <source-folder>
62 <label>Build files</label>
63 <type>build</type>
64 <location>${root}/make</location>
65 </source-folder>
66 </folders>
67 <ide-actions>
68 &standard-ide-actions-no-javadoc;
69 </ide-actions>
70 <export>
71 <type>folder</type>
72 <location>${root}/build/classes</location>
73 <build-target>build</build-target>
74 </export>
75 <view>
76 <items>
77 <source-folder style="tree">
78 <label>Source files</label>
79 <location>${root}/src/share/classes</location>
80 </source-folder>
81 <source-folder style="tree">
82 <label>Test files</label>
83 <location>${root}/test</location>
84 </source-folder>
85 <source-folder style="tree">
86 <label>Build files</label>
87 <location>${root}/make</location>
88 </source-folder>
89 <source-file>
90 <label>README</label>
91 <location>README</location>
92 </source-file>
93 </items>
94 <context-menu>
95 &standard-context-menu-items-no-javadoc;
96 </context-menu>
97 </view>
98 <subprojects/>
99 </general-data>
100 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
101 <compilation-unit>
102 <package-root>${root}/src/share/classes</package-root>
103 <built-to>${root}/build/classes</built-to>
104 <source-level>1.5</source-level> <!-- FIXME -->
105 </compilation-unit>
106 </java-data>
107 </configuration>
108 </project>

mercurial