view nbproject/project.xml @ 26:9501a363dcbb

Override start and stop event handlers.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 03 Nov 2009 17:20:42 +0300
parents 7ab85cf3fcda
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>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/apache-tomcat-6.0.20/lib/catalina.jar:../../../misc/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 <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1">
60 <module name="org-netbeans-modules-editor-indent">
61 <node name="CodeStyle">
62 <property name="usedProfile" value="default"/>
63 <node name="project">
64 <property name="tab-size" value="8"/>
65 <property name="text-limit-width" value="80"/>
66 </node>
67 </node>
68 </module>
69 </preferences>
70 </configuration>
71 </project>