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