samples/primitiveconstants/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:50:51 +0200
changeset 8 82ff02d7f861
child 24 f932df28bd3c
permissions -rw-r--r--
constants demonstrated in real project
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@8
     6
            <name>primitiveconstants</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@8
    10
            <name>primitiveconstants</name>
jtulach@8
    11
            <properties/>
jtulach@8
    12
            <folders>
jtulach@8
    13
                <source-folder>
jtulach@8
    14
                    <label>src-api1.0</label>
jtulach@8
    15
                    <type>java</type>
jtulach@8
    16
                    <location>src-api1.0</location>
jtulach@8
    17
                    <encoding>UTF-8</encoding>
jtulach@8
    18
                </source-folder>
jtulach@8
    19
                <source-folder>
jtulach@8
    20
                    <label>impl</label>
jtulach@8
    21
                    <type>java</type>
jtulach@8
    22
                    <location>impl</location>
jtulach@8
    23
                    <encoding>UTF-8</encoding>
jtulach@8
    24
                </source-folder>
jtulach@8
    25
                <source-folder>
jtulach@8
    26
                    <label>primitiveconstants</label>
jtulach@8
    27
                    <location>.</location>
jtulach@8
    28
                    <encoding>UTF-8</encoding>
jtulach@8
    29
                </source-folder>
jtulach@8
    30
            </folders>
jtulach@8
    31
            <ide-actions>
jtulach@8
    32
                <action name="build">
jtulach@8
    33
                    <target>build</target>
jtulach@8
    34
                </action>
jtulach@8
    35
                <action name="clean">
jtulach@8
    36
                    <target>clean</target>
jtulach@8
    37
                </action>
jtulach@8
    38
                <action name="run">
jtulach@8
    39
                    <target>run</target>
jtulach@8
    40
                </action>
jtulach@8
    41
                <action name="rebuild">
jtulach@8
    42
                    <target>clean</target>
jtulach@8
    43
                    <target>build</target>
jtulach@8
    44
                </action>
jtulach@8
    45
            </ide-actions>
jtulach@8
    46
            <view>
jtulach@8
    47
                <items>
jtulach@8
    48
                    <source-folder style="packages">
jtulach@8
    49
                        <label>API Version 1.0</label>
jtulach@8
    50
                        <location>src-api1.0</location>
jtulach@8
    51
                    </source-folder>
jtulach@8
    52
                    <source-folder style="packages">
jtulach@8
    53
                        <label>API Version 2.0</label>
jtulach@8
    54
                        <location>src-api2.0</location>
jtulach@8
    55
                    </source-folder>
jtulach@8
    56
                    <source-folder style="packages">
jtulach@8
    57
                        <label>impl</label>
jtulach@8
    58
                        <location>impl</location>
jtulach@8
    59
                    </source-folder>
jtulach@8
    60
                    <source-file>
jtulach@8
    61
                        <location>build.xml</location>
jtulach@8
    62
                    </source-file>
jtulach@8
    63
                </items>
jtulach@8
    64
                <context-menu>
jtulach@8
    65
                    <ide-action name="build"/>
jtulach@8
    66
                    <ide-action name="rebuild"/>
jtulach@8
    67
                    <ide-action name="clean"/>
jtulach@8
    68
                    <ide-action name="run"/>
jtulach@8
    69
                </context-menu>
jtulach@8
    70
            </view>
jtulach@8
    71
        </general-data>
jtulach@8
    72
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@8
    73
            <compilation-unit>
jtulach@8
    74
                <package-root>src-api1.0</package-root>
jtulach@8
    75
                <source-level>1.4</source-level>
jtulach@8
    76
            </compilation-unit>
jtulach@8
    77
            <compilation-unit>
jtulach@8
    78
                <package-root>src-api2.0</package-root>
jtulach@8
    79
                <source-level>1.4</source-level>
jtulach@8
    80
            </compilation-unit>
jtulach@8
    81
            <compilation-unit>
jtulach@8
    82
                <package-root>src-impl</package-root>
jtulach@8
    83
                <classpath mode="compile">src-api1.0</classpath>
jtulach@8
    84
                <source-level>1.4</source-level>
jtulach@8
    85
            </compilation-unit>
jtulach@8
    86
        </java-data>
jtulach@8
    87
    </configuration>
jtulach@8
    88
</project>