samples/delegatingwriterfinal/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:06 +0200
changeset 65 4db7ceebd2b3
child 66 8379bb7c0dff
permissions -rw-r--r--
Nonsubclassable Writer example
jtulach@65
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@65
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@65
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@65
     4
    <configuration>
jtulach@65
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@65
     6
            <name>delegatingwriterfinal</name>
jtulach@65
     7
        </general-data>
jtulach@65
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@65
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@65
    10
            <name>delegatingwriterfinal</name>
jtulach@65
    11
            <properties/>
jtulach@65
    12
            <folders>
jtulach@65
    13
                <source-folder>
jtulach@65
    14
                    <label>src-api1.0</label>
jtulach@65
    15
                    <type>java</type>
jtulach@65
    16
                    <location>src-api1.0</location>
jtulach@65
    17
                    <encoding>UTF-8</encoding>
jtulach@65
    18
                </source-folder>
jtulach@65
    19
                <source-folder>
jtulach@65
    20
                    <label>src-api2.0</label>
jtulach@65
    21
                    <type>java</type>
jtulach@65
    22
                    <location>src-api2.0</location>
jtulach@65
    23
                    <encoding>UTF-8</encoding>
jtulach@65
    24
                </source-folder>
jtulach@65
    25
                <source-folder>
jtulach@65
    26
                    <label>test</label>
jtulach@65
    27
                    <type>java</type>
jtulach@65
    28
                    <location>src-test</location>
jtulach@65
    29
                    <encoding>UTF-8</encoding>
jtulach@65
    30
                </source-folder>
jtulach@65
    31
            </folders>
jtulach@65
    32
            <ide-actions>
jtulach@65
    33
                <action name="build">
jtulach@65
    34
                    <target>build</target>
jtulach@65
    35
                </action>
jtulach@65
    36
                <action name="clean">
jtulach@65
    37
                    <target>clean</target>
jtulach@65
    38
                </action>
jtulach@65
    39
                <action name="test">
jtulach@65
    40
                    <target>test</target>
jtulach@65
    41
                </action>
jtulach@65
    42
                <action name="rebuild">
jtulach@65
    43
                    <target>clean</target>
jtulach@65
    44
                    <target>build</target>
jtulach@65
    45
                </action>
jtulach@65
    46
            </ide-actions>
jtulach@65
    47
            <view>
jtulach@65
    48
                <items>
jtulach@65
    49
                    <source-folder style="packages">
jtulach@65
    50
                        <label>API Version 1.0</label>
jtulach@65
    51
                        <location>src-api1.0</location>
jtulach@65
    52
                    </source-folder>
jtulach@65
    53
                    <source-folder style="packages">
jtulach@65
    54
                        <label>API Version 2.0</label>
jtulach@65
    55
                        <location>src-api2.0</location>
jtulach@65
    56
                    </source-folder>
jtulach@65
    57
                    <source-folder style="packages">
jtulach@65
    58
                        <label>Usage of the API</label>
jtulach@65
    59
                        <location>src-test</location>
jtulach@65
    60
                    </source-folder>
jtulach@65
    61
                    <source-file>
jtulach@65
    62
                        <location>build.xml</location>
jtulach@65
    63
                    </source-file>
jtulach@65
    64
                </items>
jtulach@65
    65
                <context-menu>
jtulach@65
    66
                    <ide-action name="build"/>
jtulach@65
    67
                    <ide-action name="rebuild"/>
jtulach@65
    68
                    <ide-action name="clean"/>
jtulach@65
    69
                    <ide-action name="test"/>
jtulach@65
    70
                </context-menu>
jtulach@65
    71
            </view>
jtulach@65
    72
        </general-data>
jtulach@65
    73
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@65
    74
            <compilation-unit>
jtulach@65
    75
                <package-root>src-api1.0</package-root>
jtulach@65
    76
                <source-level>1.5</source-level>
jtulach@65
    77
            </compilation-unit>
jtulach@65
    78
            <compilation-unit>
jtulach@65
    79
                <package-root>src-api2.0</package-root>
jtulach@65
    80
                <source-level>1.5</source-level>
jtulach@65
    81
            </compilation-unit>
jtulach@65
    82
            <compilation-unit>
jtulach@65
    83
                <package-root>src-test</package-root>
jtulach@65
    84
                <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
jtulach@65
    85
                <source-level>1.5</source-level>
jtulach@65
    86
            </compilation-unit>
jtulach@65
    87
        </java-data>
jtulach@65
    88
    </configuration>
jtulach@65
    89
</project>