samples/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@262
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@262
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@262
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@262
     4
    <configuration>
jtulach@262
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@262
     6
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@262
     7
            <name>Samples for API Design Book</name>
jtulach@262
     8
            <properties/>
jtulach@262
     9
            <ide-actions>
jtulach@262
    10
                <action name="build">
jtulach@262
    11
                    <target>build</target>
jtulach@262
    12
                </action>
jtulach@262
    13
                <action name="clean">
jtulach@262
    14
                    <target>clean</target>
jtulach@262
    15
                </action>
jtulach@262
    16
                <action name="javadoc">
jtulach@262
    17
                    <target>sources</target>
jtulach@262
    18
                </action>
jtulach@262
    19
                <action name="run">
jtulach@262
    20
                    <target>test</target>
jtulach@262
    21
                </action>
jtulach@262
    22
                <action name="test">
jtulach@262
    23
                    <target>test</target>
jtulach@262
    24
                </action>
jtulach@262
    25
                <action name="rebuild">
jtulach@262
    26
                    <target>clean</target>
jtulach@262
    27
                    <target>build</target>
jtulach@262
    28
                </action>
jtulach@262
    29
            </ide-actions>
jtulach@262
    30
            <view>
jtulach@262
    31
                <items>
jtulach@262
    32
                    <source-file>
jtulach@262
    33
                        <location>build.xml</location>
jtulach@262
    34
                    </source-file>
jtulach@262
    35
                </items>
jtulach@262
    36
                <context-menu>
jtulach@262
    37
                    <ide-action name="build"/>
jtulach@262
    38
                    <ide-action name="rebuild"/>
jtulach@262
    39
                    <ide-action name="clean"/>
jtulach@262
    40
                    <ide-action name="javadoc"/>
jtulach@262
    41
                    <ide-action name="run"/>
jtulach@262
    42
                    <ide-action name="test"/>
jtulach@262
    43
                </context-menu>
jtulach@262
    44
            </view>
jtulach@262
    45
        </general-data>
jtulach@262
    46
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1"/>
jtulach@262
    47
    </configuration>
jtulach@262
    48
</project>