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