samples/composition/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:59:25 +0200
changeset 180 131332825eab
parent 155 c00f947c0936
child 181 81d72f69fa42
permissions -rw-r--r--
polishing lines 500-1000
     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>composition</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>composition</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>src-api2.0</label>
    21                     <type>java</type>
    22                     <location>src-api2.0</location>
    23                     <encoding>UTF-8</encoding>
    24                 </source-folder>
    25                 <source-folder>
    26                     <label>test</label>
    27                     <type>java</type>
    28                     <location>src-test</location>
    29                     <encoding>UTF-8</encoding>
    30                 </source-folder>
    31             </folders>
    32             <ide-actions>
    33                 <action name="build">
    34                     <target>build</target>
    35                 </action>
    36                 <action name="clean">
    37                     <target>clean</target>
    38                 </action>
    39                 <action name="test">
    40                     <target>test</target>
    41                 </action>
    42                 <action name="rebuild">
    43                     <target>clean</target>
    44                     <target>build</target>
    45                 </action>
    46             </ide-actions>
    47             <view>
    48                 <items>
    49                     <source-folder style="packages">
    50                         <label>API Version 1.0</label>
    51                         <location>src-api1.0</location>
    52                     </source-folder>
    53                     <source-folder style="packages">
    54                         <label>API Version 2.0</label>
    55                         <location>src-api2.0</location>
    56                     </source-folder>
    57                     <source-folder style="packages">
    58                         <label>Usage of the API</label>
    59                         <location>src-test</location>
    60                     </source-folder>
    61                     <source-file>
    62                         <location>build.xml</location>
    63                     </source-file>
    64                 </items>
    65                 <context-menu>
    66                     <ide-action name="build"/>
    67                     <ide-action name="rebuild"/>
    68                     <ide-action name="clean"/>
    69                     <ide-action name="test"/>
    70                 </context-menu>
    71             </view>
    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-test</package-root>
    84                 <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
    85                 <source-level>1.5</source-level>
    86             </compilation-unit>
    87         </java-data>
    88     </configuration>
    89 </project>