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