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