Mercurial > hg > tomcat-userconfig
view nbproject/project.xml @ 29:b8d451897c62
Update README.
author | Mikhail Kryshen <mikhail@kryshen.net> |
---|---|
date | Tue, 03 Nov 2009 18:22:35 +0300 |
parents | 9501a363dcbb |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://www.netbeans.org/ns/project/1"> <type>org.netbeans.modules.ant.freeform</type> <configuration> <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> <!-- Do not use Project Properties customizer when editing this file manually. --> <name>userconfig</name> <properties/> <folders> <source-folder> <label>src</label> <type>java</type> <location>src</location> </source-folder> </folders> <ide-actions> <action name="build"> <target>dist</target> </action> <action name="clean"> <target>clean</target> </action> <action name="rebuild"> <target>clean</target> <target>dist</target> </action> </ide-actions> <export> <type>folder</type> <location>build</location> <build-target>dist</build-target> </export> <view> <items> <source-folder style="packages"> <label>src</label> <location>src</location> </source-folder> <source-file> <location>build.xml</location> </source-file> </items> <context-menu> <ide-action name="build"/> <ide-action name="rebuild"/> <ide-action name="clean"/> </context-menu> </view> <subprojects/> </general-data> <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"> <compilation-unit> <package-root>src</package-root> <classpath mode="compile">../../../misc/apache-tomcat-6.0.20/lib/catalina.jar:../../../misc/apache-tomcat-6.0.20/bin/tomcat-juli.jar</classpath> <built-to>build</built-to> <source-level>1.5</source-level> </compilation-unit> </java-data> <preferences xmlns="http://www.netbeans.org/ns/auxiliary-configuration-preferences/1"> <module name="org-netbeans-modules-editor-indent"> <node name="CodeStyle"> <property name="usedProfile" value="default"/> <node name="project"> <property name="tab-size" value="8"/> <property name="text-limit-width" value="80"/> </node> </node> </module> </preferences> </configuration> </project>