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