view nbproject/project.xml @ 2:6c41a0b43e58

Tema 0.3 (imported from CVS).
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 19 Feb 2008 20:32:17 +0300
parents
children a20217d78068
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 <view>
40 <items>
41 <source-folder style="packages">
42 <label>src</label>
43 <location>src</location>
44 </source-folder>
45 <source-folder style="packages">
46 <label>test</label>
47 <location>test</location>
48 </source-folder>
49 <source-file>
50 <location>build.xml</location>
51 </source-file>
52 </items>
53 <context-menu>
54 <ide-action name="build"/>
55 <ide-action name="rebuild"/>
56 <ide-action name="clean"/>
57 <ide-action name="javadoc"/>
58 <ide-action name="run"/>
59 <action>
60 <label>Compile manual</label>
61 <target>doc.manual</target>
62 </action>
63 </context-menu>
64 </view>
65 <subprojects/>
66 </general-data>
67 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/2">
68 <compilation-unit>
69 <package-root>src</package-root>
70 <classpath mode="compile">build:dist/lib/commons-cli-1.1.jar:../../../../../usr/share/java/ant.jar</classpath>
71 <source-level>1.5</source-level>
72 </compilation-unit>
73 <compilation-unit>
74 <package-root>test</package-root>
75 <unit-tests/>
76 <classpath mode="compile">build</classpath>
77 <source-level>1.5</source-level>
78 </compilation-unit>
79 </java-data>
80 </configuration>
81 </project>