samples/insertsuperclass/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 18:51:38 +0200
changeset 263 7e8e995065c5
parent 12 711145230748
child 277 34370a93db6b
permissions -rw-r--r--
Tests of all modules are executed and can fail the build
jtulach@12
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@12
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@12
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@12
     4
    <configuration>
jtulach@12
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@12
     6
            <name>insertsuperclass</name>
jtulach@12
     7
        </general-data>
jtulach@12
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@12
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@12
    10
            <name>insertsuperclass</name>
jtulach@12
    11
            <properties/>
jtulach@12
    12
            <folders>
jtulach@12
    13
                <source-folder>
jtulach@12
    14
                    <label>primitiveconstants</label>
jtulach@12
    15
                    <location>.</location>
jtulach@12
    16
                    <encoding>UTF-8</encoding>
jtulach@12
    17
                </source-folder>
jtulach@12
    18
                <source-folder>
jtulach@12
    19
                    <label>src-api1.0</label>
jtulach@12
    20
                    <type>java</type>
jtulach@12
    21
                    <location>src-api1.0</location>
jtulach@12
    22
                    <encoding>UTF-8</encoding>
jtulach@12
    23
                </source-folder>
jtulach@12
    24
                <source-folder>
jtulach@12
    25
                    <label>impl</label>
jtulach@12
    26
                    <type>java</type>
jtulach@12
    27
                    <location>impl</location>
jtulach@12
    28
                    <encoding>UTF-8</encoding>
jtulach@12
    29
                </source-folder>
jtulach@12
    30
            </folders>
jtulach@12
    31
            <ide-actions>
jtulach@12
    32
                <action name="build">
jtulach@12
    33
                    <target>build</target>
jtulach@12
    34
                </action>
jtulach@12
    35
                <action name="clean">
jtulach@12
    36
                    <target>clean</target>
jtulach@12
    37
                </action>
jtulach@12
    38
                <action name="run">
jtulach@12
    39
                    <target>run</target>
jtulach@12
    40
                </action>
jtulach@12
    41
                <action name="rebuild">
jtulach@12
    42
                    <target>clean</target>
jtulach@12
    43
                    <target>build</target>
jtulach@12
    44
                </action>
jtulach@263
    45
                <action name="test">
jtulach@263
    46
                    <target>test</target>
jtulach@263
    47
                </action>
jtulach@12
    48
            </ide-actions>
jtulach@12
    49
            <view>
jtulach@12
    50
                <items>
jtulach@12
    51
                    <source-folder style="packages">
jtulach@12
    52
                        <label>src-api1.0</label>
jtulach@12
    53
                        <location>src-api1.0</location>
jtulach@12
    54
                    </source-folder>
jtulach@12
    55
                    <source-folder style="packages">
jtulach@12
    56
                        <label>impl</label>
jtulach@12
    57
                        <location>impl</location>
jtulach@12
    58
                    </source-folder>
jtulach@12
    59
                    <source-file>
jtulach@12
    60
                        <location>build.xml</location>
jtulach@12
    61
                    </source-file>
jtulach@12
    62
                </items>
jtulach@12
    63
                <context-menu>
jtulach@12
    64
                    <ide-action name="build"/>
jtulach@12
    65
                    <ide-action name="rebuild"/>
jtulach@12
    66
                    <ide-action name="clean"/>
jtulach@12
    67
                    <ide-action name="run"/>
jtulach@263
    68
                    <ide-action name="test"/>
jtulach@12
    69
                </context-menu>
jtulach@12
    70
            </view>
jtulach@12
    71
            <subprojects/>
jtulach@12
    72
        </general-data>
jtulach@12
    73
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@12
    74
            <compilation-unit>
jtulach@12
    75
                <package-root>src-api1.0</package-root>
jtulach@12
    76
                <source-level>1.5</source-level>
jtulach@12
    77
            </compilation-unit>
jtulach@12
    78
            <compilation-unit>
jtulach@12
    79
                <package-root>src-api2.0</package-root>
jtulach@12
    80
                <source-level>1.5</source-level>
jtulach@12
    81
            </compilation-unit>
jtulach@12
    82
            <compilation-unit>
jtulach@12
    83
                <package-root>src-impl</package-root>
jtulach@12
    84
                <classpath mode="compile">src-api1.0</classpath>
jtulach@12
    85
                <source-level>1.5</source-level>
jtulach@12
    86
            </compilation-unit>
jtulach@12
    87
        </java-data>
jtulach@12
    88
    </configuration>
jtulach@12
    89
</project>