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