samples/primitiveconstants/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 18:51:38 +0200
changeset 263 7e8e995065c5
parent 24 f932df28bd3c
permissions -rw-r--r--
Tests of all modules are executed and can fail the build
     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>primitiveconstants</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>primitiveconstants</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>primitiveconstants</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                 <action name="test">
    46                     <target>test</target>
    47                 </action>
    48             </ide-actions>
    49             <view>
    50                 <items>
    51                     <source-folder style="packages">
    52                         <label>API Version 1.0</label>
    53                         <location>src-api1.0</location>
    54                     </source-folder>
    55                     <source-folder style="packages">
    56                         <label>API Version 2.0</label>
    57                         <location>src-api2.0</location>
    58                     </source-folder>
    59                     <source-folder style="packages">
    60                         <label>impl</label>
    61                         <location>src-impl</location>
    62                     </source-folder>
    63                     <source-file>
    64                         <location>build.xml</location>
    65                     </source-file>
    66                 </items>
    67                 <context-menu>
    68                     <ide-action name="build"/>
    69                     <ide-action name="rebuild"/>
    70                     <ide-action name="clean"/>
    71                     <ide-action name="run"/>
    72                     <ide-action name="test"/>
    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-impl</package-root>
    87                 <classpath mode="compile">src-api1.0</classpath>
    88                 <source-level>1.4</source-level>
    89             </compilation-unit>
    90         </java-data>
    91     </configuration>
    92 </project>