samples/composition/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:58:11 +0200
changeset 154 0fd5e9c500b9
parent 153 b5cbb797ec0a
child 155 c00f947c0936
permissions -rw-r--r--
Merge: Geertjan's changs up to 2000
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@154
    26
                    <label>src-api2.0-compat</label>
jtulach@154
    27
                    <type>java</type>
jtulach@154
    28
                    <location>src-api2.0-compat</location>
jtulach@154
    29
                    <encoding>UTF-8</encoding>
jtulach@154
    30
                </source-folder>
jtulach@154
    31
                <source-folder>
jtulach@154
    32
                    <label>src-api2.0-property</label>
jtulach@154
    33
                    <type>java</type>
jtulach@154
    34
                    <location>src-api2.0-property</location>
jtulach@154
    35
                    <encoding>UTF-8</encoding>
jtulach@154
    36
                </source-folder>
jtulach@154
    37
                <source-folder>
jtulach@17
    38
                    <label>test</label>
jtulach@17
    39
                    <type>java</type>
jtulach@17
    40
                    <location>src-test</location>
jtulach@17
    41
                    <encoding>UTF-8</encoding>
jtulach@17
    42
                </source-folder>
jtulach@154
    43
                <source-folder>
jtulach@154
    44
                    <label>src-api2.0-enum</label>
jtulach@154
    45
                    <type>java</type>
jtulach@154
    46
                    <location>src-api2.0-enum</location>
jtulach@154
    47
                    <encoding>UTF-8</encoding>
jtulach@154
    48
                </source-folder>
jtulach@17
    49
            </folders>
jtulach@17
    50
            <ide-actions>
jtulach@17
    51
                <action name="build">
jtulach@17
    52
                    <target>build</target>
jtulach@17
    53
                </action>
jtulach@17
    54
                <action name="clean">
jtulach@17
    55
                    <target>clean</target>
jtulach@17
    56
                </action>
jtulach@17
    57
                <action name="test">
jtulach@17
    58
                    <target>test</target>
jtulach@17
    59
                </action>
jtulach@154
    60
                <action name="run">
jtulach@154
    61
                    <target>test</target>
jtulach@154
    62
                </action>
jtulach@17
    63
                <action name="rebuild">
jtulach@17
    64
                    <target>clean</target>
jtulach@17
    65
                    <target>build</target>
jtulach@17
    66
                </action>
jtulach@17
    67
            </ide-actions>
jtulach@17
    68
            <view>
jtulach@17
    69
                <items>
jtulach@17
    70
                    <source-folder style="packages">
jtulach@17
    71
                        <label>API Version 1.0</label>
jtulach@17
    72
                        <location>src-api1.0</location>
jtulach@17
    73
                    </source-folder>
jtulach@17
    74
                    <source-folder style="packages">
jtulach@17
    75
                        <label>API Version 2.0</label>
jtulach@17
    76
                        <location>src-api2.0</location>
jtulach@17
    77
                    </source-folder>
jtulach@17
    78
                    <source-folder style="packages">
jtulach@154
    79
                        <label>API Version 2.0, in compatible style</label>
jtulach@154
    80
                        <location>src-api2.0-compat</location>
jtulach@154
    81
                    </source-folder>
jtulach@154
    82
                    <source-folder style="packages">
jtulach@154
    83
                        <label>API Version 2.0, with property</label>
jtulach@154
    84
                        <location>src-api2.0-property</location>
jtulach@154
    85
                    </source-folder>
jtulach@154
    86
                    <source-folder style="packages">
jtulach@154
    87
                        <label>API Version 2.0, with enum</label>
jtulach@154
    88
                        <location>src-api2.0-enum</location>
jtulach@154
    89
                    </source-folder>
jtulach@154
    90
                    <source-folder style="packages">
jtulach@17
    91
                        <label>Usage of the API</label>
jtulach@17
    92
                        <location>src-test</location>
jtulach@17
    93
                    </source-folder>
jtulach@17
    94
                    <source-file>
jtulach@17
    95
                        <location>build.xml</location>
jtulach@17
    96
                    </source-file>
jtulach@17
    97
                </items>
jtulach@17
    98
                <context-menu>
jtulach@17
    99
                    <ide-action name="build"/>
jtulach@17
   100
                    <ide-action name="rebuild"/>
jtulach@154
   101
                    <ide-action name="run"/>
jtulach@17
   102
                    <ide-action name="clean"/>
jtulach@17
   103
                    <ide-action name="test"/>
jtulach@17
   104
                </context-menu>
jtulach@17
   105
            </view>
jtulach@17
   106
        </general-data>
jtulach@17
   107
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@17
   108
            <compilation-unit>
jtulach@17
   109
                <package-root>src-api1.0</package-root>
jtulach@17
   110
                <source-level>1.5</source-level>
jtulach@17
   111
            </compilation-unit>
jtulach@17
   112
            <compilation-unit>
jtulach@17
   113
                <package-root>src-api2.0</package-root>
jtulach@17
   114
                <source-level>1.5</source-level>
jtulach@17
   115
            </compilation-unit>
jtulach@17
   116
            <compilation-unit>
jtulach@154
   117
                <package-root>src-api2.0-compat</package-root>
jtulach@154
   118
                <source-level>1.5</source-level>
jtulach@154
   119
            </compilation-unit>
jtulach@154
   120
            <compilation-unit>
jtulach@154
   121
                <package-root>src-api2.0-enum</package-root>
jtulach@154
   122
                <source-level>1.5</source-level>
jtulach@154
   123
            </compilation-unit>
jtulach@154
   124
            <compilation-unit>
jtulach@154
   125
                <package-root>src-api2.0-property</package-root>
jtulach@154
   126
                <source-level>1.5</source-level>
jtulach@154
   127
            </compilation-unit>
jtulach@154
   128
            <compilation-unit>
jtulach@17
   129
                <package-root>src-test</package-root>
jtulach@22
   130
                <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
jtulach@17
   131
                <source-level>1.5</source-level>
jtulach@17
   132
            </compilation-unit>
jtulach@17
   133
        </java-data>
jtulach@15
   134
    </configuration>
jtulach@15
   135
</project>