view nbproject/project.xml @ 34:7129dfb130e1

Update Apache Commons CLI. Update NOTICE. (transplanted from 3f7901c9de87fcaf562363772b1de6eeaeb98805)
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 10 Nov 2009 04:07:03 +0300
parents bdd1c8d6b560
children
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project xmlns="http://www.netbeans.org/ns/project/1">
3 <type>org.netbeans.modules.ant.freeform</type>
4 <configuration>
5 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
6 <!-- Do not use Project Properties customizer when editing this file manually. -->
7 <name>tema</name>
8 <properties/>
9 <folders>
10 <source-folder>
11 <label>src</label>
12 <type>java</type>
13 <location>src</location>
14 </source-folder>
15 <source-folder>
16 <label>test</label>
17 <type>java</type>
18 <location>test</location>
19 </source-folder>
20 </folders>
21 <ide-actions>
22 <action name="build">
23 <target>compile</target>
24 </action>
25 <action name="clean">
26 <target>clean</target>
27 </action>
28 <action name="javadoc">
29 <target>doc.api</target>
30 </action>
31 <action name="rebuild">
32 <target>clean</target>
33 <target>compile</target>
34 </action>
35 <action name="run">
36 <target>run.demo</target>
37 </action>
38 <action name="debug">
39 <script>nbproject/ide-targets.xml</script>
40 <target>debug-nb</target>
41 </action>
42 </ide-actions>
43 <export>
44 <type>folder</type>
45 <location>build</location>
46 <build-target>compile</build-target>
47 </export>
48 <view>
49 <items>
50 <source-folder style="packages">
51 <label>src</label>
52 <location>src</location>
53 </source-folder>
54 <source-folder style="packages">
55 <label>test</label>
56 <location>test</location>
57 </source-folder>
58 <source-file>
59 <location>build.xml</location>
60 </source-file>
61 </items>
62 <context-menu>
63 <ide-action name="build"/>
64 <ide-action name="rebuild"/>
65 <ide-action name="clean"/>
66 <ide-action name="javadoc"/>
67 <ide-action name="run"/>
68 <action>
69 <label>Compile manual</label>
70 <target>doc.manual</target>
71 </action>
72 <ide-action name="debug"/>
73 </context-menu>
74 </view>
75 <subprojects/>
76 </general-data>
77 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
78 <compilation-unit>
79 <package-root>src</package-root>
80 <classpath mode="compile">/usr/share/java/ant.jar:dist/lib/commons-cli-1.2.jar</classpath>
81 <built-to>build</built-to>
82 <source-level>1.5</source-level>
83 </compilation-unit>
84 <compilation-unit>
85 <package-root>test</package-root>
86 <unit-tests/>
87 <classpath mode="compile">build</classpath>
88 <source-level>1.5</source-level>
89 </compilation-unit>
90 </java-data>
91 </configuration>
92 </project>