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