samples/composition/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:59:27 +0200
changeset 181 81d72f69fa42
parent 180 131332825eab
permissions -rw-r--r--
Incorporating Patrick's changes. I am not reall sure about the changes after the war, it is really 'or' it cannot be 'and'. I will change that when I do the reading through the whole chapter.
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@181
    26
                    <label>src-api2.0-compat</label>
jtulach@181
    27
                    <type>java</type>
jtulach@181
    28
                    <location>src-api2.0-compat</location>
jtulach@181
    29
                    <encoding>UTF-8</encoding>
jtulach@181
    30
                </source-folder>
jtulach@181
    31
                <source-folder>
jtulach@181
    32
                    <label>src-api2.0-property</label>
jtulach@181
    33
                    <type>java</type>
jtulach@181
    34
                    <location>src-api2.0-property</location>
jtulach@181
    35
                    <encoding>UTF-8</encoding>
jtulach@181
    36
                </source-folder>
jtulach@181
    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@181
    43
                <source-folder>
jtulach@181
    44
                    <label>src-api2.0-enum</label>
jtulach@181
    45
                    <type>java</type>
jtulach@181
    46
                    <location>src-api2.0-enum</location>
jtulach@181
    47
                    <encoding>UTF-8</encoding>
jtulach@181
    48
                </source-folder>
jtulach@181
    49
                <source-folder>
jtulach@181
    50
                    <label>src-api2.0-runtime</label>
jtulach@181
    51
                    <type>java</type>
jtulach@181
    52
                    <location>src-api2.0-runtime</location>
jtulach@181
    53
                    <encoding>UTF-8</encoding>
jtulach@181
    54
                </source-folder>
jtulach@17
    55
            </folders>
jtulach@17
    56
            <ide-actions>
jtulach@17
    57
                <action name="build">
jtulach@17
    58
                    <target>build</target>
jtulach@17
    59
                </action>
jtulach@17
    60
                <action name="clean">
jtulach@17
    61
                    <target>clean</target>
jtulach@17
    62
                </action>
jtulach@17
    63
                <action name="test">
jtulach@17
    64
                    <target>test</target>
jtulach@17
    65
                </action>
jtulach@181
    66
                <action name="run">
jtulach@181
    67
                    <target>test</target>
jtulach@181
    68
                </action>
jtulach@17
    69
                <action name="rebuild">
jtulach@17
    70
                    <target>clean</target>
jtulach@17
    71
                    <target>build</target>
jtulach@17
    72
                </action>
jtulach@17
    73
            </ide-actions>
jtulach@17
    74
            <view>
jtulach@17
    75
                <items>
jtulach@17
    76
                    <source-folder style="packages">
jtulach@17
    77
                        <label>API Version 1.0</label>
jtulach@17
    78
                        <location>src-api1.0</location>
jtulach@17
    79
                    </source-folder>
jtulach@17
    80
                    <source-folder style="packages">
jtulach@17
    81
                        <label>API Version 2.0</label>
jtulach@17
    82
                        <location>src-api2.0</location>
jtulach@17
    83
                    </source-folder>
jtulach@17
    84
                    <source-folder style="packages">
jtulach@181
    85
                        <label>API Version 2.0, in compatible style</label>
jtulach@181
    86
                        <location>src-api2.0-compat</location>
jtulach@181
    87
                    </source-folder>
jtulach@181
    88
                    <source-folder style="packages">
jtulach@181
    89
                        <label>API Version 2.0, with property</label>
jtulach@181
    90
                        <location>src-api2.0-property</location>
jtulach@181
    91
                    </source-folder>
jtulach@181
    92
                    <source-folder style="packages">
jtulach@181
    93
                        <label>API Version 2.0, with enum</label>
jtulach@181
    94
                        <location>src-api2.0-enum</location>
jtulach@181
    95
                    </source-folder>
jtulach@181
    96
                    <source-folder style="packages">
jtulach@181
    97
                        <label>API Version 2.0, with runtime inspection</label>
jtulach@181
    98
                        <location>src-api2.0-runtime</location>
jtulach@181
    99
                    </source-folder>
jtulach@181
   100
                    <source-folder style="packages">
jtulach@17
   101
                        <label>Usage of the API</label>
jtulach@17
   102
                        <location>src-test</location>
jtulach@17
   103
                    </source-folder>
jtulach@17
   104
                    <source-file>
jtulach@17
   105
                        <location>build.xml</location>
jtulach@17
   106
                    </source-file>
jtulach@17
   107
                </items>
jtulach@17
   108
                <context-menu>
jtulach@17
   109
                    <ide-action name="build"/>
jtulach@17
   110
                    <ide-action name="rebuild"/>
jtulach@181
   111
                    <ide-action name="run"/>
jtulach@17
   112
                    <ide-action name="clean"/>
jtulach@17
   113
                    <ide-action name="test"/>
jtulach@17
   114
                </context-menu>
jtulach@17
   115
            </view>
jtulach@17
   116
        </general-data>
jtulach@17
   117
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@17
   118
            <compilation-unit>
jtulach@17
   119
                <package-root>src-api1.0</package-root>
jtulach@17
   120
                <source-level>1.5</source-level>
jtulach@17
   121
            </compilation-unit>
jtulach@17
   122
            <compilation-unit>
jtulach@17
   123
                <package-root>src-api2.0</package-root>
jtulach@17
   124
                <source-level>1.5</source-level>
jtulach@17
   125
            </compilation-unit>
jtulach@17
   126
            <compilation-unit>
jtulach@181
   127
                <package-root>src-api2.0-compat</package-root>
jtulach@181
   128
                <source-level>1.5</source-level>
jtulach@181
   129
            </compilation-unit>
jtulach@181
   130
            <compilation-unit>
jtulach@181
   131
                <package-root>src-api2.0-enum</package-root>
jtulach@181
   132
                <source-level>1.5</source-level>
jtulach@181
   133
            </compilation-unit>
jtulach@181
   134
            <compilation-unit>
jtulach@181
   135
                <package-root>src-api2.0-property</package-root>
jtulach@181
   136
                <source-level>1.5</source-level>
jtulach@181
   137
            </compilation-unit>
jtulach@181
   138
            <compilation-unit>
jtulach@181
   139
                <package-root>src-api2.0-runtime</package-root>
jtulach@181
   140
                <source-level>1.5</source-level>
jtulach@181
   141
            </compilation-unit>
jtulach@181
   142
            <compilation-unit>
jtulach@17
   143
                <package-root>src-test</package-root>
jtulach@22
   144
                <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
jtulach@17
   145
                <source-level>1.5</source-level>
jtulach@17
   146
            </compilation-unit>
jtulach@17
   147
        </java-data>
jtulach@15
   148
    </configuration>
jtulach@15
   149
</project>