samples/visitor/21-clientprovider/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:59:20 +0200
changeset 177 67d6dceb1002
parent 176 0f658628beac
child 182 77b3c0f1e4c3
permissions -rw-r--r--
Third version and tests for client provider visitor
     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>clientprovider</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>clientprovider</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>src-api3.0</label>
    27                     <type>java</type>
    28                     <location>src-api3.0</location>
    29                     <encoding>UTF-8</encoding>
    30                 </source-folder>
    31                 <source-folder>
    32                     <label>test</label>
    33                     <type>java</type>
    34                     <location>src-test</location>
    35                     <encoding>UTF-8</encoding>
    36                 </source-folder>
    37                 <source-folder>
    38                     <label>test-2.0</label>
    39                     <type>java</type>
    40                     <location>src-test2.0</location>
    41                     <encoding>UTF-8</encoding>
    42                 </source-folder>
    43             </folders>
    44             <ide-actions>
    45                 <action name="build">
    46                     <target>build</target>
    47                 </action>
    48                 <action name="clean">
    49                     <target>clean</target>
    50                 </action>
    51                 <action name="test">
    52                     <target>test</target>
    53                 </action>
    54                 <action name="run">
    55                     <target>test</target>
    56                 </action>
    57                 <action name="rebuild">
    58                     <target>clean</target>
    59                     <target>build</target>
    60                 </action>
    61             </ide-actions>
    62             <view>
    63                 <items>
    64                     <source-folder style="packages">
    65                         <label>API Version 1.0</label>
    66                         <location>src-api1.0</location>
    67                     </source-folder>
    68                     <source-folder style="packages">
    69                         <label>API Version 2.0</label>
    70                         <location>src-api2.0</location>
    71                     </source-folder>
    72                     <source-folder style="packages">
    73                         <label>API Version 3.0</label>
    74                         <location>src-api3.0</location>
    75                     </source-folder>
    76                     <source-folder style="packages">
    77                         <label>Usage of the API</label>
    78                         <location>src-test</location>
    79                     </source-folder>
    80                     <source-folder style="packages">
    81                         <label>Usage of new structures with old visitor</label>
    82                         <location>src-test2.0</location>
    83                     </source-folder>
    84                     <source-file>
    85                         <location>build.xml</location>
    86                     </source-file>
    87                 </items>
    88                 <context-menu>
    89                     <ide-action name="build"/>
    90                     <ide-action name="rebuild"/>
    91                     <ide-action name="clean"/>
    92                     <ide-action name="test"/>
    93                 </context-menu>
    94             </view>
    95         </general-data>
    96         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    97             <compilation-unit>
    98                 <package-root>src-api1.0</package-root>
    99                 <source-level>1.5</source-level>
   100             </compilation-unit>
   101             <compilation-unit>
   102                 <package-root>src-api2.0</package-root>
   103                 <source-level>1.5</source-level>
   104             </compilation-unit>
   105             <compilation-unit>
   106                 <package-root>src-api3.0</package-root>
   107                 <source-level>1.5</source-level>
   108             </compilation-unit>
   109             <compilation-unit>
   110                 <package-root>src-test</package-root>
   111                 <classpath mode="compile">src-api1.0:../../libs/dist/junit-4.4.jar</classpath>
   112                 <source-level>1.5</source-level>
   113             </compilation-unit>
   114             <compilation-unit>
   115                 <package-root>src-test2.0</package-root>
   116                 <classpath mode="compile">src-api2.0:src-test:../../libs/dist/junit-4.4.jar</classpath>
   117                 <source-level>1.5</source-level>
   118             </compilation-unit>
   119         </java-data>
   120     </configuration>
   121 </project>