changeset 15:7ab85cf3fcda

Convert to freeform project.
author Mikhail Kryshen <mikhail@kryshen.net>
date Tue, 03 Nov 2009 03:00:43 +0300
parents bdda29b7a55b
children 283527b97f1e
files nbproject/project.xml
diffstat 1 files changed, 60 insertions(+), 0 deletions(-) [+]
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/nbproject/project.xml	Tue Nov 03 03:00:43 2009 +0300
     1.3 @@ -0,0 +1,60 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     1.6 +    <type>org.netbeans.modules.ant.freeform</type>
     1.7 +    <configuration>
     1.8 +        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
     1.9 +            <!-- Do not use Project Properties customizer when editing this file manually. -->
    1.10 +            <name>userconfig</name>
    1.11 +            <properties/>
    1.12 +            <folders>
    1.13 +                <source-folder>
    1.14 +                    <label>src</label>
    1.15 +                    <type>java</type>
    1.16 +                    <location>src</location>
    1.17 +                </source-folder>
    1.18 +            </folders>
    1.19 +            <ide-actions>
    1.20 +                <action name="build">
    1.21 +                    <target>dist</target>
    1.22 +                </action>
    1.23 +                <action name="clean">
    1.24 +                    <target>clean</target>
    1.25 +                </action>
    1.26 +                <action name="rebuild">
    1.27 +                    <target>clean</target>
    1.28 +                    <target>dist</target>
    1.29 +                </action>
    1.30 +            </ide-actions>
    1.31 +            <export>
    1.32 +                <type>folder</type>
    1.33 +                <location>build</location>
    1.34 +                <build-target>dist</build-target>
    1.35 +            </export>
    1.36 +            <view>
    1.37 +                <items>
    1.38 +                    <source-folder style="packages">
    1.39 +                        <label>src</label>
    1.40 +                        <location>src</location>
    1.41 +                    </source-folder>
    1.42 +                    <source-file>
    1.43 +                        <location>build.xml</location>
    1.44 +                    </source-file>
    1.45 +                </items>
    1.46 +                <context-menu>
    1.47 +                    <ide-action name="build"/>
    1.48 +                    <ide-action name="rebuild"/>
    1.49 +                    <ide-action name="clean"/>
    1.50 +                </context-menu>
    1.51 +            </view>
    1.52 +            <subprojects/>
    1.53 +        </general-data>
    1.54 +        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    1.55 +            <compilation-unit>
    1.56 +                <package-root>src</package-root>
    1.57 +                <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>
    1.58 +                <built-to>build</built-to>
    1.59 +                <source-level>1.5</source-level>
    1.60 +            </compilation-unit>
    1.61 +        </java-data>
    1.62 +    </configuration>
    1.63 +</project>