taskx/jtulach/against-solution02/nbproject/project.xml
changeset 73 e8b0f13fd4fb
child 81 ec70f883de4a
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/taskx/jtulach/against-solution02/nbproject/project.xml	Sat Oct 11 13:25:34 2008 +0200
     1.3 @@ -0,0 +1,82 @@
     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>jtulach against solution 02</name>
    1.11 +            <properties>
    1.12 +                <property name="ant.script">build.xml</property>
    1.13 +                <property name="apifest">../../../</property>
    1.14 +                <property-file>project.properties</property-file>
    1.15 +                <property-file>${apifest}/taskx/common.properties</property-file>
    1.16 +            </properties>
    1.17 +            <folders>
    1.18 +                <source-folder>
    1.19 +                    <label>test</label>
    1.20 +                    <type>java</type>
    1.21 +                    <location>test</location>
    1.22 +                </source-folder>
    1.23 +            </folders>
    1.24 +            <ide-actions>
    1.25 +                <action name="build">
    1.26 +                    <script>${ant.script}</script>
    1.27 +                    <target>compile</target>
    1.28 +                </action>
    1.29 +                <action name="clean">
    1.30 +                    <script>${ant.script}</script>
    1.31 +                    <target>clean</target>
    1.32 +                </action>
    1.33 +                <action name="run">
    1.34 +                    <script>${ant.script}</script>
    1.35 +                    <target>test</target>
    1.36 +                </action>
    1.37 +                <action name="test">
    1.38 +                    <script>${ant.script}</script>
    1.39 +                    <target>test</target>
    1.40 +                </action>
    1.41 +                <action name="rebuild">
    1.42 +                    <script>${ant.script}</script>
    1.43 +                    <target>clean</target>
    1.44 +                    <target>compile</target>
    1.45 +                </action>
    1.46 +            </ide-actions>
    1.47 +            <export>
    1.48 +                <type>folder</type>
    1.49 +                <location>build/tests</location>
    1.50 +                <script>${ant.script}</script>
    1.51 +                <build-target>compile</build-target>
    1.52 +            </export>
    1.53 +            <view>
    1.54 +                <items>
    1.55 +                    <source-folder style="packages">
    1.56 +                        <label>test</label>
    1.57 +                        <location>test</location>
    1.58 +                    </source-folder>
    1.59 +                    <source-file>
    1.60 +                        <location>${ant.script}</location>
    1.61 +                    </source-file>
    1.62 +                    <source-file>
    1.63 +                        <location>project.properties</location>
    1.64 +                    </source-file>
    1.65 +                </items>
    1.66 +                <context-menu>
    1.67 +                    <ide-action name="build"/>
    1.68 +                    <ide-action name="clean"/>
    1.69 +                    <ide-action name="run"/>
    1.70 +                    <ide-action name="test"/>
    1.71 +                    <ide-action name="rebuild"/>
    1.72 +                </context-menu>
    1.73 +            </view>
    1.74 +            <subprojects/>
    1.75 +        </general-data>
    1.76 +        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    1.77 +            <compilation-unit>
    1.78 +                <package-root>test</package-root>
    1.79 +                <classpath mode="compile">${apiA}:${junit.jar}</classpath>
    1.80 +                <built-to>build/tests</built-to>
    1.81 +                <source-level>1.5</source-level>
    1.82 +            </compilation-unit>
    1.83 +        </java-data>
    1.84 +    </configuration>
    1.85 +</project>