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