taskx/ked/against-solution04/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 25 Oct 2008 20:30:54 +0200
changeset 83 621462e58e22
permissions -rw-r--r--
Jan Zak managed to break solutions 4, 6, 13, 14
jtulach@83
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@83
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@83
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@83
     4
    <configuration>
jtulach@83
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@83
     6
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@83
     7
            <name>testing template</name>
jtulach@83
     8
            <properties>
jtulach@83
     9
                <property name="ant.script">build.xml</property>
jtulach@83
    10
                <property name="apifest">../../../</property>
jtulach@83
    11
                <property-file>project.properties</property-file>
jtulach@83
    12
                <property-file>${apifest}/taskx/common.properties</property-file>
jtulach@83
    13
            </properties>
jtulach@83
    14
            <folders>
jtulach@83
    15
                <source-folder>
jtulach@83
    16
                    <label>test</label>
jtulach@83
    17
                    <type>java</type>
jtulach@83
    18
                    <location>test</location>
jtulach@83
    19
                </source-folder>
jtulach@83
    20
            </folders>
jtulach@83
    21
            <ide-actions>
jtulach@83
    22
                <action name="build">
jtulach@83
    23
                    <script>${ant.script}</script>
jtulach@83
    24
                    <target>compile</target>
jtulach@83
    25
                </action>
jtulach@83
    26
                <action name="clean">
jtulach@83
    27
                    <script>${ant.script}</script>
jtulach@83
    28
                    <target>clean</target>
jtulach@83
    29
                </action>
jtulach@83
    30
                <action name="run">
jtulach@83
    31
                    <script>${ant.script}</script>
jtulach@83
    32
                    <target>test</target>
jtulach@83
    33
                </action>
jtulach@83
    34
                <action name="test">
jtulach@83
    35
                    <script>${ant.script}</script>
jtulach@83
    36
                    <target>test</target>
jtulach@83
    37
                </action>
jtulach@83
    38
                <action name="rebuild">
jtulach@83
    39
                    <script>${ant.script}</script>
jtulach@83
    40
                    <target>clean</target>
jtulach@83
    41
                    <target>compile</target>
jtulach@83
    42
                </action>
jtulach@83
    43
            </ide-actions>
jtulach@83
    44
            <export>
jtulach@83
    45
                <type>folder</type>
jtulach@83
    46
                <location>build/tests</location>
jtulach@83
    47
                <script>${ant.script}</script>
jtulach@83
    48
                <build-target>compile</build-target>
jtulach@83
    49
            </export>
jtulach@83
    50
            <view>
jtulach@83
    51
                <items>
jtulach@83
    52
                    <source-folder style="packages">
jtulach@83
    53
                        <label>test</label>
jtulach@83
    54
                        <location>test</location>
jtulach@83
    55
                    </source-folder>
jtulach@83
    56
                    <source-file>
jtulach@83
    57
                        <location>${ant.script}</location>
jtulach@83
    58
                    </source-file>
jtulach@83
    59
                    <source-file>
jtulach@83
    60
                        <location>project.properties</location>
jtulach@83
    61
                    </source-file>
jtulach@83
    62
                </items>
jtulach@83
    63
                <context-menu>
jtulach@83
    64
                    <ide-action name="build"/>
jtulach@83
    65
                    <ide-action name="clean"/>
jtulach@83
    66
                    <ide-action name="run"/>
jtulach@83
    67
                    <ide-action name="test"/>
jtulach@83
    68
                    <ide-action name="rebuild"/>
jtulach@83
    69
                </context-menu>
jtulach@83
    70
            </view>
jtulach@83
    71
            <subprojects/>
jtulach@83
    72
        </general-data>
jtulach@83
    73
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@83
    74
            <compilation-unit>
jtulach@83
    75
                <package-root>test</package-root>
jtulach@83
    76
                <classpath mode="compile">${apiA}:${junit.jar}</classpath>
jtulach@83
    77
                <built-to>build/tests</built-to>
jtulach@83
    78
                <source-level>1.5</source-level>
jtulach@83
    79
            </compilation-unit>
jtulach@83
    80
        </java-data>
jtulach@83
    81
    </configuration>
jtulach@83
    82
</project>