samples/incompatibilities/nbproject/project.xml
author Jaroslav Tulach <jaroslav.tulach@apidesign.org>
Thu, 30 Oct 2014 20:46:27 +0100
changeset 408 9a439a79c6d0
parent 136 324d01de8a3a
permissions -rw-r--r--
Use scala 2.10.4 to compile on JDK8
jtulach@136
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@136
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@136
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@136
     4
    <configuration>
jtulach@136
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@136
     6
            <name>incompatibilities</name>
jtulach@136
     7
        </general-data>
jtulach@136
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@136
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@136
    10
            <name>incompatibilities</name>
jtulach@136
    11
            <properties/>
jtulach@136
    12
            <folders>
jtulach@136
    13
                <source-folder>
jtulach@136
    14
                    <label>src-io</label>
jtulach@136
    15
                    <type>java</type>
jtulach@136
    16
                    <location>src-io</location>
jtulach@136
    17
                    <encoding>UTF-8</encoding>
jtulach@136
    18
                </source-folder>
jtulach@136
    19
                <source-folder>
jtulach@136
    20
                    <label>src-wildimport</label>
jtulach@136
    21
                    <type>java</type>
jtulach@136
    22
                    <location>src-wildimport</location>
jtulach@136
    23
                    <encoding>UTF-8</encoding>
jtulach@136
    24
                </source-folder>
jtulach@136
    25
            </folders>
jtulach@136
    26
            <ide-actions>
jtulach@136
    27
                <action name="build">
jtulach@136
    28
                    <target>build</target>
jtulach@136
    29
                </action>
jtulach@136
    30
                <action name="clean">
jtulach@136
    31
                    <target>clean</target>
jtulach@136
    32
                </action>
jtulach@136
    33
                <action name="run">
jtulach@136
    34
                    <target>run</target>
jtulach@136
    35
                </action>
jtulach@136
    36
                <action name="rebuild">
jtulach@136
    37
                    <target>clean</target>
jtulach@136
    38
                    <target>build</target>
jtulach@136
    39
                </action>
jtulach@136
    40
            </ide-actions>
jtulach@136
    41
            <view>
jtulach@136
    42
                <items>
jtulach@136
    43
                    <source-folder style="packages">
jtulach@136
    44
                        <label>Wrapping I/O Exception</label>
jtulach@136
    45
                        <location>src-io</location>
jtulach@136
    46
                    </source-folder>
jtulach@136
    47
                    <source-folder style="packages">
jtulach@137
    48
                        <label>Uncompilable Code</label>
jtulach@136
    49
                        <location>src-wildimport</location>
jtulach@136
    50
                    </source-folder>
jtulach@136
    51
                </items>
jtulach@136
    52
                <context-menu>
jtulach@136
    53
                    <ide-action name="build"/>
jtulach@136
    54
                    <ide-action name="rebuild"/>
jtulach@136
    55
                    <ide-action name="clean"/>
jtulach@136
    56
                    <ide-action name="run"/>
jtulach@136
    57
                </context-menu>
jtulach@136
    58
            </view>
jtulach@136
    59
        </general-data>
jtulach@136
    60
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@136
    61
            <compilation-unit>
jtulach@136
    62
                <package-root>src-io</package-root>
jtulach@136
    63
                <source-level>1.5</source-level>
jtulach@136
    64
            </compilation-unit>
jtulach@136
    65
            <compilation-unit>
jtulach@136
    66
                <package-root>src-wildimport</package-root>
jtulach@136
    67
                <source-level>1.3</source-level>
jtulach@136
    68
            </compilation-unit>
jtulach@136
    69
        </java-data>
jtulach@136
    70
    </configuration>
jtulach@136
    71
</project>