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