samples/insertsuperclass/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 18:51:38 +0200
changeset 263 7e8e995065c5
parent 12 711145230748
child 277 34370a93db6b
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>insertsuperclass</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>insertsuperclass</name>
    11             <properties/>
    12             <folders>
    13                 <source-folder>
    14                     <label>primitiveconstants</label>
    15                     <location>.</location>
    16                     <encoding>UTF-8</encoding>
    17                 </source-folder>
    18                 <source-folder>
    19                     <label>src-api1.0</label>
    20                     <type>java</type>
    21                     <location>src-api1.0</location>
    22                     <encoding>UTF-8</encoding>
    23                 </source-folder>
    24                 <source-folder>
    25                     <label>impl</label>
    26                     <type>java</type>
    27                     <location>impl</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>src-api1.0</label>
    53                         <location>src-api1.0</location>
    54                     </source-folder>
    55                     <source-folder style="packages">
    56                         <label>impl</label>
    57                         <location>impl</location>
    58                     </source-folder>
    59                     <source-file>
    60                         <location>build.xml</location>
    61                     </source-file>
    62                 </items>
    63                 <context-menu>
    64                     <ide-action name="build"/>
    65                     <ide-action name="rebuild"/>
    66                     <ide-action name="clean"/>
    67                     <ide-action name="run"/>
    68                     <ide-action name="test"/>
    69                 </context-menu>
    70             </view>
    71             <subprojects/>
    72         </general-data>
    73         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    74             <compilation-unit>
    75                 <package-root>src-api1.0</package-root>
    76                 <source-level>1.5</source-level>
    77             </compilation-unit>
    78             <compilation-unit>
    79                 <package-root>src-api2.0</package-root>
    80                 <source-level>1.5</source-level>
    81             </compilation-unit>
    82             <compilation-unit>
    83                 <package-root>src-impl</package-root>
    84                 <classpath mode="compile">src-api1.0</classpath>
    85                 <source-level>1.5</source-level>
    86             </compilation-unit>
    87         </java-data>
    88     </configuration>
    89 </project>