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