samples/visitor/21-clientprovider/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:59:20 +0200
changeset 177 67d6dceb1002
parent 176 0f658628beac
child 182 77b3c0f1e4c3
permissions -rw-r--r--
Third version and tests for client provider visitor
jtulach@176
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@176
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@176
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@176
     4
    <configuration>
jtulach@176
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@176
     6
            <name>clientprovider</name>
jtulach@176
     7
        </general-data>
jtulach@176
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@176
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@176
    10
            <name>clientprovider</name>
jtulach@176
    11
            <properties/>
jtulach@176
    12
            <folders>
jtulach@176
    13
                <source-folder>
jtulach@176
    14
                    <label>src-api1.0</label>
jtulach@176
    15
                    <type>java</type>
jtulach@176
    16
                    <location>src-api1.0</location>
jtulach@176
    17
                    <encoding>UTF-8</encoding>
jtulach@176
    18
                </source-folder>
jtulach@176
    19
                <source-folder>
jtulach@176
    20
                    <label>src-api2.0</label>
jtulach@176
    21
                    <type>java</type>
jtulach@176
    22
                    <location>src-api2.0</location>
jtulach@176
    23
                    <encoding>UTF-8</encoding>
jtulach@176
    24
                </source-folder>
jtulach@176
    25
                <source-folder>
jtulach@177
    26
                    <label>src-api3.0</label>
jtulach@177
    27
                    <type>java</type>
jtulach@177
    28
                    <location>src-api3.0</location>
jtulach@177
    29
                    <encoding>UTF-8</encoding>
jtulach@177
    30
                </source-folder>
jtulach@177
    31
                <source-folder>
jtulach@176
    32
                    <label>test</label>
jtulach@176
    33
                    <type>java</type>
jtulach@176
    34
                    <location>src-test</location>
jtulach@176
    35
                    <encoding>UTF-8</encoding>
jtulach@176
    36
                </source-folder>
jtulach@176
    37
                <source-folder>
jtulach@176
    38
                    <label>test-2.0</label>
jtulach@176
    39
                    <type>java</type>
jtulach@176
    40
                    <location>src-test2.0</location>
jtulach@176
    41
                    <encoding>UTF-8</encoding>
jtulach@176
    42
                </source-folder>
jtulach@176
    43
            </folders>
jtulach@176
    44
            <ide-actions>
jtulach@176
    45
                <action name="build">
jtulach@176
    46
                    <target>build</target>
jtulach@176
    47
                </action>
jtulach@176
    48
                <action name="clean">
jtulach@176
    49
                    <target>clean</target>
jtulach@176
    50
                </action>
jtulach@176
    51
                <action name="test">
jtulach@176
    52
                    <target>test</target>
jtulach@176
    53
                </action>
jtulach@176
    54
                <action name="run">
jtulach@176
    55
                    <target>test</target>
jtulach@176
    56
                </action>
jtulach@176
    57
                <action name="rebuild">
jtulach@176
    58
                    <target>clean</target>
jtulach@176
    59
                    <target>build</target>
jtulach@176
    60
                </action>
jtulach@176
    61
            </ide-actions>
jtulach@176
    62
            <view>
jtulach@176
    63
                <items>
jtulach@176
    64
                    <source-folder style="packages">
jtulach@176
    65
                        <label>API Version 1.0</label>
jtulach@176
    66
                        <location>src-api1.0</location>
jtulach@176
    67
                    </source-folder>
jtulach@176
    68
                    <source-folder style="packages">
jtulach@176
    69
                        <label>API Version 2.0</label>
jtulach@176
    70
                        <location>src-api2.0</location>
jtulach@176
    71
                    </source-folder>
jtulach@176
    72
                    <source-folder style="packages">
jtulach@177
    73
                        <label>API Version 3.0</label>
jtulach@177
    74
                        <location>src-api3.0</location>
jtulach@177
    75
                    </source-folder>
jtulach@177
    76
                    <source-folder style="packages">
jtulach@176
    77
                        <label>Usage of the API</label>
jtulach@176
    78
                        <location>src-test</location>
jtulach@176
    79
                    </source-folder>
jtulach@176
    80
                    <source-folder style="packages">
jtulach@176
    81
                        <label>Usage of new structures with old visitor</label>
jtulach@176
    82
                        <location>src-test2.0</location>
jtulach@176
    83
                    </source-folder>
jtulach@176
    84
                    <source-file>
jtulach@176
    85
                        <location>build.xml</location>
jtulach@176
    86
                    </source-file>
jtulach@176
    87
                </items>
jtulach@176
    88
                <context-menu>
jtulach@176
    89
                    <ide-action name="build"/>
jtulach@176
    90
                    <ide-action name="rebuild"/>
jtulach@176
    91
                    <ide-action name="clean"/>
jtulach@176
    92
                    <ide-action name="test"/>
jtulach@176
    93
                </context-menu>
jtulach@176
    94
            </view>
jtulach@176
    95
        </general-data>
jtulach@176
    96
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@176
    97
            <compilation-unit>
jtulach@176
    98
                <package-root>src-api1.0</package-root>
jtulach@176
    99
                <source-level>1.5</source-level>
jtulach@176
   100
            </compilation-unit>
jtulach@176
   101
            <compilation-unit>
jtulach@176
   102
                <package-root>src-api2.0</package-root>
jtulach@176
   103
                <source-level>1.5</source-level>
jtulach@176
   104
            </compilation-unit>
jtulach@176
   105
            <compilation-unit>
jtulach@177
   106
                <package-root>src-api3.0</package-root>
jtulach@177
   107
                <source-level>1.5</source-level>
jtulach@177
   108
            </compilation-unit>
jtulach@177
   109
            <compilation-unit>
jtulach@176
   110
                <package-root>src-test</package-root>
jtulach@176
   111
                <classpath mode="compile">src-api1.0:../../libs/dist/junit-4.4.jar</classpath>
jtulach@176
   112
                <source-level>1.5</source-level>
jtulach@176
   113
            </compilation-unit>
jtulach@176
   114
            <compilation-unit>
jtulach@176
   115
                <package-root>src-test2.0</package-root>
jtulach@176
   116
                <classpath mode="compile">src-api2.0:src-test:../../libs/dist/junit-4.4.jar</classpath>
jtulach@176
   117
                <source-level>1.5</source-level>
jtulach@176
   118
            </compilation-unit>
jtulach@176
   119
        </java-data>
jtulach@176
   120
    </configuration>
jtulach@176
   121
</project>