view nbproject/project.xml @ 6:cd9190c5e7e8

Fixed paths.
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 07 Nov 2008 02:28:54 +0300
parents a20217d78068
children bdd1c8d6b560
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 </ide-actions>
39 <export>
40 <type>folder</type>
41 <location>build</location>
42 <build-target>compile</build-target>
43 </export>
44 <view>
45 <items>
46 <source-folder style="packages">
47 <label>src</label>
48 <location>src</location>
49 </source-folder>
50 <source-folder style="packages">
51 <label>test</label>
52 <location>test</location>
53 </source-folder>
54 <source-file>
55 <location>build.xml</location>
56 </source-file>
57 </items>
58 <context-menu>
59 <ide-action name="build"/>
60 <ide-action name="rebuild"/>
61 <ide-action name="clean"/>
62 <ide-action name="javadoc"/>
63 <ide-action name="run"/>
64 <action>
65 <label>Compile manual</label>
66 <target>doc.manual</target>
67 </action>
68 </context-menu>
69 </view>
70 <subprojects/>
71 </general-data>
72 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
73 <compilation-unit>
74 <package-root>src</package-root>
75 <classpath mode="compile">dist/lib/commons-cli-1.1.jar:/usr/share/java/ant.jar</classpath>
76 <built-to>build</built-to>
77 <source-level>1.5</source-level>
78 </compilation-unit>
79 <compilation-unit>
80 <package-root>test</package-root>
81 <unit-tests/>
82 <classpath mode="compile">build</classpath>
83 <source-level>1.5</source-level>
84 </compilation-unit>
85 </java-data>
86 </configuration>
87 </project>