samples/delegatingwriterfinal/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:06 +0200
changeset 66 8379bb7c0dff
parent 65 4db7ceebd2b3
permissions -rw-r--r--
Tests rewritten to new version, just the Writer version 2.0 does not yet implement Appendable
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@66
    28
                    <location>src-test1.0</location>
jtulach@66
    29
                    <encoding>UTF-8</encoding>
jtulach@66
    30
                </source-folder>
jtulach@66
    31
                <source-folder>
jtulach@66
    32
                    <label>test</label>
jtulach@66
    33
                    <type>java</type>
jtulach@66
    34
                    <location>src-test2.0</location>
jtulach@65
    35
                    <encoding>UTF-8</encoding>
jtulach@65
    36
                </source-folder>
jtulach@65
    37
            </folders>
jtulach@65
    38
            <ide-actions>
jtulach@65
    39
                <action name="build">
jtulach@65
    40
                    <target>build</target>
jtulach@65
    41
                </action>
jtulach@65
    42
                <action name="clean">
jtulach@65
    43
                    <target>clean</target>
jtulach@65
    44
                </action>
jtulach@65
    45
                <action name="test">
jtulach@65
    46
                    <target>test</target>
jtulach@65
    47
                </action>
jtulach@65
    48
                <action name="rebuild">
jtulach@65
    49
                    <target>clean</target>
jtulach@65
    50
                    <target>build</target>
jtulach@65
    51
                </action>
jtulach@65
    52
            </ide-actions>
jtulach@65
    53
            <view>
jtulach@65
    54
                <items>
jtulach@65
    55
                    <source-folder style="packages">
jtulach@65
    56
                        <label>API Version 1.0</label>
jtulach@65
    57
                        <location>src-api1.0</location>
jtulach@65
    58
                    </source-folder>
jtulach@65
    59
                    <source-folder style="packages">
jtulach@65
    60
                        <label>API Version 2.0</label>
jtulach@65
    61
                        <location>src-api2.0</location>
jtulach@65
    62
                    </source-folder>
jtulach@65
    63
                    <source-folder style="packages">
jtulach@66
    64
                        <label>Usage of the API 1.0</label>
jtulach@66
    65
                        <location>src-test1.0</location>
jtulach@66
    66
                    </source-folder>
jtulach@66
    67
                    <source-folder style="packages">
jtulach@66
    68
                        <label>Usage of the API 2.0</label>
jtulach@66
    69
                        <location>src-test2.0</location>
jtulach@65
    70
                    </source-folder>
jtulach@65
    71
                    <source-file>
jtulach@65
    72
                        <location>build.xml</location>
jtulach@65
    73
                    </source-file>
jtulach@65
    74
                </items>
jtulach@65
    75
                <context-menu>
jtulach@65
    76
                    <ide-action name="build"/>
jtulach@65
    77
                    <ide-action name="rebuild"/>
jtulach@65
    78
                    <ide-action name="clean"/>
jtulach@65
    79
                    <ide-action name="test"/>
jtulach@65
    80
                </context-menu>
jtulach@65
    81
            </view>
jtulach@65
    82
        </general-data>
jtulach@65
    83
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@65
    84
            <compilation-unit>
jtulach@65
    85
                <package-root>src-api1.0</package-root>
jtulach@65
    86
                <source-level>1.5</source-level>
jtulach@65
    87
            </compilation-unit>
jtulach@65
    88
            <compilation-unit>
jtulach@65
    89
                <package-root>src-api2.0</package-root>
jtulach@65
    90
                <source-level>1.5</source-level>
jtulach@65
    91
            </compilation-unit>
jtulach@65
    92
            <compilation-unit>
jtulach@66
    93
                <package-root>src-test1.0</package-root>
jtulach@65
    94
                <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
jtulach@65
    95
                <source-level>1.5</source-level>
jtulach@65
    96
            </compilation-unit>
jtulach@66
    97
            <compilation-unit>
jtulach@66
    98
                <package-root>src-test2.0</package-root>
jtulach@66
    99
                <classpath mode="compile">src-api2.0:../libs/dist/junit-4.4.jar</classpath>
jtulach@66
   100
                <source-level>1.5</source-level>
jtulach@66
   101
            </compilation-unit>
jtulach@65
   102
        </java-data>
jtulach@65
   103
    </configuration>
jtulach@65
   104
</project>