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