samples/instanceofclass/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:34 +0200
changeset 75 aa07c59612ac
permissions -rw-r--r--
Moving class based InstanceProvider to own project
jtulach@75
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@75
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@75
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@75
     4
    <configuration>
jtulach@75
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@75
     6
            <name>instanceofclass</name>
jtulach@75
     7
        </general-data>
jtulach@75
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@75
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@75
    10
            <name>instanceofclass</name>
jtulach@75
    11
            <properties/>
jtulach@75
    12
            <folders>
jtulach@75
    13
                <source-folder>
jtulach@75
    14
                    <label>instanceofclass</label>
jtulach@75
    15
                    <location>.</location>
jtulach@75
    16
                    <encoding>UTF-8</encoding>
jtulach@75
    17
                </source-folder>
jtulach@75
    18
                <source-folder>
jtulach@75
    19
                    <label>src-api1.0</label>
jtulach@75
    20
                    <type>java</type>
jtulach@75
    21
                    <location>src-api1.0</location>
jtulach@75
    22
                    <encoding>UTF-8</encoding>
jtulach@75
    23
                </source-folder>
jtulach@75
    24
                <source-folder>
jtulach@75
    25
                    <label>impl</label>
jtulach@75
    26
                    <type>java</type>
jtulach@75
    27
                    <location>impl</location>
jtulach@75
    28
                    <encoding>UTF-8</encoding>
jtulach@75
    29
                </source-folder>
jtulach@75
    30
            </folders>
jtulach@75
    31
            <ide-actions>
jtulach@75
    32
                <action name="build">
jtulach@75
    33
                    <target>build</target>
jtulach@75
    34
                </action>
jtulach@75
    35
                <action name="clean">
jtulach@75
    36
                    <target>clean</target>
jtulach@75
    37
                </action>
jtulach@75
    38
                <action name="run">
jtulach@75
    39
                    <target>run</target>
jtulach@75
    40
                </action>
jtulach@75
    41
                <action name="rebuild">
jtulach@75
    42
                    <target>clean</target>
jtulach@75
    43
                    <target>build</target>
jtulach@75
    44
                </action>
jtulach@75
    45
            </ide-actions>
jtulach@75
    46
            <view>
jtulach@75
    47
                <items>
jtulach@75
    48
                    <source-folder style="packages">
jtulach@75
    49
                        <label>src-api1.0</label>
jtulach@75
    50
                        <location>src-api1.0</location>
jtulach@75
    51
                    </source-folder>
jtulach@75
    52
                    <source-folder style="packages">
jtulach@75
    53
                        <label>src-api2.0</label>
jtulach@75
    54
                        <location>src-api2.0</location>
jtulach@75
    55
                    </source-folder>
jtulach@75
    56
                    <source-file>
jtulach@75
    57
                        <location>build.xml</location>
jtulach@75
    58
                    </source-file>
jtulach@75
    59
                </items>
jtulach@75
    60
                <context-menu>
jtulach@75
    61
                    <ide-action name="build"/>
jtulach@75
    62
                    <ide-action name="rebuild"/>
jtulach@75
    63
                    <ide-action name="clean"/>
jtulach@75
    64
                    <ide-action name="run"/>
jtulach@75
    65
                </context-menu>
jtulach@75
    66
            </view>
jtulach@75
    67
            <subprojects/>
jtulach@75
    68
        </general-data>
jtulach@75
    69
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@75
    70
            <compilation-unit>
jtulach@75
    71
                <package-root>src-api1.0</package-root>
jtulach@75
    72
                <source-level>1.5</source-level>
jtulach@75
    73
            </compilation-unit>
jtulach@75
    74
            <compilation-unit>
jtulach@75
    75
                <package-root>src-api2.0</package-root>
jtulach@75
    76
                <source-level>1.5</source-level>
jtulach@75
    77
            </compilation-unit>
jtulach@75
    78
        </java-data>
jtulach@75
    79
    </configuration>
jtulach@75
    80
</project>