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