samples/delegatingwriterfinal/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:53:06 +0200
changeset 66 8379bb7c0dff
parent 65 4db7ceebd2b3
permissions -rw-r--r--
Tests rewritten to new version, just the Writer version 2.0 does not yet implement Appendable
     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>delegatingwriterfinal</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>delegatingwriterfinal</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-test1.0</location>
    29                     <encoding>UTF-8</encoding>
    30                 </source-folder>
    31                 <source-folder>
    32                     <label>test</label>
    33                     <type>java</type>
    34                     <location>src-test2.0</location>
    35                     <encoding>UTF-8</encoding>
    36                 </source-folder>
    37             </folders>
    38             <ide-actions>
    39                 <action name="build">
    40                     <target>build</target>
    41                 </action>
    42                 <action name="clean">
    43                     <target>clean</target>
    44                 </action>
    45                 <action name="test">
    46                     <target>test</target>
    47                 </action>
    48                 <action name="rebuild">
    49                     <target>clean</target>
    50                     <target>build</target>
    51                 </action>
    52             </ide-actions>
    53             <view>
    54                 <items>
    55                     <source-folder style="packages">
    56                         <label>API Version 1.0</label>
    57                         <location>src-api1.0</location>
    58                     </source-folder>
    59                     <source-folder style="packages">
    60                         <label>API Version 2.0</label>
    61                         <location>src-api2.0</location>
    62                     </source-folder>
    63                     <source-folder style="packages">
    64                         <label>Usage of the API 1.0</label>
    65                         <location>src-test1.0</location>
    66                     </source-folder>
    67                     <source-folder style="packages">
    68                         <label>Usage of the API 2.0</label>
    69                         <location>src-test2.0</location>
    70                     </source-folder>
    71                     <source-file>
    72                         <location>build.xml</location>
    73                     </source-file>
    74                 </items>
    75                 <context-menu>
    76                     <ide-action name="build"/>
    77                     <ide-action name="rebuild"/>
    78                     <ide-action name="clean"/>
    79                     <ide-action name="test"/>
    80                 </context-menu>
    81             </view>
    82         </general-data>
    83         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    84             <compilation-unit>
    85                 <package-root>src-api1.0</package-root>
    86                 <source-level>1.5</source-level>
    87             </compilation-unit>
    88             <compilation-unit>
    89                 <package-root>src-api2.0</package-root>
    90                 <source-level>1.5</source-level>
    91             </compilation-unit>
    92             <compilation-unit>
    93                 <package-root>src-test1.0</package-root>
    94                 <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
    95                 <source-level>1.5</source-level>
    96             </compilation-unit>
    97             <compilation-unit>
    98                 <package-root>src-test2.0</package-root>
    99                 <classpath mode="compile">src-api2.0:../libs/dist/junit-4.4.jar</classpath>
   100                 <source-level>1.5</source-level>
   101             </compilation-unit>
   102         </java-data>
   103     </configuration>
   104 </project>