samples/apifest1/day3-intermezzo/pnejedly/against-elementbasedsolution/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:48 +0200
changeset 54 45b0d58e66ca
child 58 be49ca0fff33
permissions -rw-r--r--
Getting the solutions from the CVS, not just from the ZIP file
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@54
     7
            <name>against-elementbasedsolution</name>
jtulach@54
     8
            <properties>
jtulach@54
     9
                <property name="ant.script">build.xml</property>
jtulach@54
    10
                <property-file>project.properties</property-file>
jtulach@54
    11
            </properties>
jtulach@54
    12
            <folders>
jtulach@54
    13
                <source-folder>
jtulach@54
    14
                    <label>test</label>
jtulach@54
    15
                    <type>java</type>
jtulach@54
    16
                    <location>test</location>
jtulach@54
    17
                </source-folder>
jtulach@54
    18
            </folders>
jtulach@54
    19
            <ide-actions>
jtulach@54
    20
                <action name="build">
jtulach@54
    21
                    <script>${ant.script}</script>
jtulach@54
    22
                    <target>compile</target>
jtulach@54
    23
                </action>
jtulach@54
    24
                <action name="clean">
jtulach@54
    25
                    <script>${ant.script}</script>
jtulach@54
    26
                    <target>clean</target>
jtulach@54
    27
                </action>
jtulach@54
    28
                <action name="run">
jtulach@54
    29
                    <script>${ant.script}</script>
jtulach@54
    30
                    <target>test</target>
jtulach@54
    31
                </action>
jtulach@54
    32
                <action name="test">
jtulach@54
    33
                    <script>${ant.script}</script>
jtulach@54
    34
                    <target>test</target>
jtulach@54
    35
                </action>
jtulach@54
    36
                <action name="rebuild">
jtulach@54
    37
                    <script>${ant.script}</script>
jtulach@54
    38
                    <target>clean</target>
jtulach@54
    39
                    <target>compile</target>
jtulach@54
    40
                </action>
jtulach@54
    41
            </ide-actions>
jtulach@54
    42
            <export>
jtulach@54
    43
                <type>folder</type>
jtulach@54
    44
                <location>build/tests</location>
jtulach@54
    45
                <script>${ant.script}</script>
jtulach@54
    46
                <build-target>compile</build-target>
jtulach@54
    47
            </export>
jtulach@54
    48
            <view>
jtulach@54
    49
                <items>
jtulach@54
    50
                    <source-folder style="packages">
jtulach@54
    51
                        <label>test</label>
jtulach@54
    52
                        <location>test</location>
jtulach@54
    53
                    </source-folder>
jtulach@54
    54
                    <source-file>
jtulach@54
    55
                        <location>${ant.script}</location>
jtulach@54
    56
                    </source-file>
jtulach@54
    57
                </items>
jtulach@54
    58
                <context-menu>
jtulach@54
    59
                    <ide-action name="build"/>
jtulach@54
    60
                    <ide-action name="clean"/>
jtulach@54
    61
                    <ide-action name="run"/>
jtulach@54
    62
                    <ide-action name="test"/>
jtulach@54
    63
                    <ide-action name="rebuild"/>
jtulach@54
    64
                </context-menu>
jtulach@54
    65
            </view>
jtulach@54
    66
            <subprojects/>
jtulach@54
    67
        </general-data>
jtulach@54
    68
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@54
    69
            <compilation-unit>
jtulach@54
    70
                <package-root>test</package-root>
jtulach@54
    71
                <classpath mode="compile">${apiA}:${apifest}/lib/junit-3.8.2.jar</classpath>
jtulach@54
    72
                <built-to>build/tests</built-to>
jtulach@54
    73
                <source-level>1.5</source-level>
jtulach@54
    74
            </compilation-unit>
jtulach@54
    75
        </java-data>
jtulach@54
    76
    </configuration>
jtulach@54
    77
</project>