view nbproject/project.xml @ 15:7ab85cf3fcda

Convert to freeform project.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 03 Nov 2009 03:00:43 +0300
parents
children 9501a363dcbb
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>userconfig</name>
8 <properties/>
9 <folders>
10 <source-folder>
11 <label>src</label>
12 <type>java</type>
13 <location>src</location>
14 </source-folder>
15 </folders>
16 <ide-actions>
17 <action name="build">
18 <target>dist</target>
19 </action>
20 <action name="clean">
21 <target>clean</target>
22 </action>
23 <action name="rebuild">
24 <target>clean</target>
25 <target>dist</target>
26 </action>
27 </ide-actions>
28 <export>
29 <type>folder</type>
30 <location>build</location>
31 <build-target>dist</build-target>
32 </export>
33 <view>
34 <items>
35 <source-folder style="packages">
36 <label>src</label>
37 <location>src</location>
38 </source-folder>
39 <source-file>
40 <location>build.xml</location>
41 </source-file>
42 </items>
43 <context-menu>
44 <ide-action name="build"/>
45 <ide-action name="rebuild"/>
46 <ide-action name="clean"/>
47 </context-menu>
48 </view>
49 <subprojects/>
50 </general-data>
51 <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
52 <compilation-unit>
53 <package-root>src</package-root>
54 <classpath mode="compile">../../../misc/opt/apache-tomcat-6.0.20/lib/catalina.jar:../../../misc/opt/apache-tomcat-6.0.20/bin/tomcat-juli.jar</classpath>
55 <built-to>build</built-to>
56 <source-level>1.5</source-level>
57 </compilation-unit>
58 </java-data>
59 </configuration>
60 </project>