samples/differentreturntype/nbproject/project.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 30 Oct 2014 20:46:27 +0100
changeset 408 9a439a79c6d0
permissions -rw-r--r--
Use scala 2.10.4 to compile on JDK8
jtulach@10
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@10
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@10
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@10
     4
    <configuration>
jtulach@10
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@10
     6
            <name>differentreturntype</name>
jtulach@10
     7
        </general-data>
jtulach@10
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@10
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@10
    10
            <name>differentreturntype</name>
jtulach@10
    11
            <properties/>
jtulach@10
    12
            <folders>
jtulach@10
    13
                <source-folder>
jtulach@10
    14
                    <label>src-api1.0</label>
jtulach@10
    15
                    <type>java</type>
jtulach@10
    16
                    <location>src-api1.0</location>
jtulach@10
    17
                    <encoding>UTF-8</encoding>
jtulach@10
    18
                </source-folder>
jtulach@10
    19
                <source-folder>
jtulach@10
    20
                    <label>impl</label>
jtulach@10
    21
                    <type>java</type>
jtulach@10
    22
                    <location>impl</location>
jtulach@10
    23
                    <encoding>UTF-8</encoding>
jtulach@10
    24
                </source-folder>
jtulach@10
    25
                <source-folder>
jtulach@10
    26
                    <label>differentreturntype</label>
jtulach@10
    27
                    <location>.</location>
jtulach@10
    28
                    <encoding>UTF-8</encoding>
jtulach@10
    29
                </source-folder>
jtulach@10
    30
            </folders>
jtulach@10
    31
            <ide-actions>
jtulach@10
    32
                <action name="build">
jtulach@10
    33
                    <target>build</target>
jtulach@10
    34
                </action>
jtulach@10
    35
                <action name="clean">
jtulach@10
    36
                    <target>clean</target>
jtulach@10
    37
                </action>
jtulach@10
    38
                <action name="run">
jtulach@10
    39
                    <target>run</target>
jtulach@10
    40
                </action>
jtulach@10
    41
                <action name="rebuild">
jtulach@10
    42
                    <target>clean</target>
jtulach@10
    43
                    <target>build</target>
jtulach@10
    44
                </action>
jtulach@10
    45
            </ide-actions>
jtulach@10
    46
            <view>
jtulach@10
    47
                <items>
jtulach@10
    48
                    <source-folder style="packages">
jtulach@10
    49
                        <label>API Version 1.0</label>
jtulach@10
    50
                        <location>src-api1.0</location>
jtulach@10
    51
                    </source-folder>
jtulach@10
    52
                    <source-folder style="packages">
jtulach@10
    53
                        <label>API Version 2.0</label>
jtulach@10
    54
                        <location>src-api2.0</location>
jtulach@10
    55
                    </source-folder>
jtulach@10
    56
                    <source-folder style="packages">
jtulach@10
    57
                        <label>API Merge of 1.0 and 2.0</label>
jtulach@10
    58
                        <location>src-apimerge</location>
jtulach@10
    59
                    </source-folder>
jtulach@10
    60
                    <source-folder style="packages">
jtulach@10
    61
                        <label>impl</label>
jtulach@10
    62
                        <location>src-impl</location>
jtulach@10
    63
                    </source-folder>
jtulach@10
    64
                    <source-file>
jtulach@10
    65
                        <location>build.xml</location>
jtulach@10
    66
                    </source-file>
jtulach@10
    67
                </items>
jtulach@10
    68
                <context-menu>
jtulach@10
    69
                    <ide-action name="build"/>
jtulach@10
    70
                    <ide-action name="rebuild"/>
jtulach@10
    71
                    <ide-action name="clean"/>
jtulach@10
    72
                    <ide-action name="run"/>
jtulach@10
    73
                </context-menu>
jtulach@10
    74
            </view>
jtulach@10
    75
        </general-data>
jtulach@10
    76
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@10
    77
            <compilation-unit>
jtulach@10
    78
                <package-root>src-api1.0</package-root>
jtulach@10
    79
                <source-level>1.4</source-level>
jtulach@10
    80
            </compilation-unit>
jtulach@10
    81
            <compilation-unit>
jtulach@10
    82
                <package-root>src-api2.0</package-root>
jtulach@10
    83
                <source-level>1.4</source-level>
jtulach@10
    84
            </compilation-unit>
jtulach@10
    85
            <compilation-unit>
jtulach@10
    86
                <package-root>src-apimerge</package-root>
jtulach@10
    87
                <source-level>1.4</source-level>
jtulach@10
    88
            </compilation-unit>
jtulach@10
    89
            <compilation-unit>
jtulach@10
    90
                <package-root>src-impl</package-root>
jtulach@10
    91
                <classpath mode="compile">src-api1.0</classpath>
jtulach@10
    92
                <source-level>1.4</source-level>
jtulach@10
    93
            </compilation-unit>
jtulach@10
    94
        </java-data>
jtulach@10
    95
    </configuration>
jtulach@10
    96
</project>