samples/composition/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:58:11 +0200
changeset 154 0fd5e9c500b9
parent 153 b5cbb797ec0a
child 155 c00f947c0936
permissions -rw-r--r--
Merge: Geertjan's changs up to 2000
     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>src-api2.0-compat</label>
    27                     <type>java</type>
    28                     <location>src-api2.0-compat</location>
    29                     <encoding>UTF-8</encoding>
    30                 </source-folder>
    31                 <source-folder>
    32                     <label>src-api2.0-property</label>
    33                     <type>java</type>
    34                     <location>src-api2.0-property</location>
    35                     <encoding>UTF-8</encoding>
    36                 </source-folder>
    37                 <source-folder>
    38                     <label>test</label>
    39                     <type>java</type>
    40                     <location>src-test</location>
    41                     <encoding>UTF-8</encoding>
    42                 </source-folder>
    43                 <source-folder>
    44                     <label>src-api2.0-enum</label>
    45                     <type>java</type>
    46                     <location>src-api2.0-enum</location>
    47                     <encoding>UTF-8</encoding>
    48                 </source-folder>
    49             </folders>
    50             <ide-actions>
    51                 <action name="build">
    52                     <target>build</target>
    53                 </action>
    54                 <action name="clean">
    55                     <target>clean</target>
    56                 </action>
    57                 <action name="test">
    58                     <target>test</target>
    59                 </action>
    60                 <action name="run">
    61                     <target>test</target>
    62                 </action>
    63                 <action name="rebuild">
    64                     <target>clean</target>
    65                     <target>build</target>
    66                 </action>
    67             </ide-actions>
    68             <view>
    69                 <items>
    70                     <source-folder style="packages">
    71                         <label>API Version 1.0</label>
    72                         <location>src-api1.0</location>
    73                     </source-folder>
    74                     <source-folder style="packages">
    75                         <label>API Version 2.0</label>
    76                         <location>src-api2.0</location>
    77                     </source-folder>
    78                     <source-folder style="packages">
    79                         <label>API Version 2.0, in compatible style</label>
    80                         <location>src-api2.0-compat</location>
    81                     </source-folder>
    82                     <source-folder style="packages">
    83                         <label>API Version 2.0, with property</label>
    84                         <location>src-api2.0-property</location>
    85                     </source-folder>
    86                     <source-folder style="packages">
    87                         <label>API Version 2.0, with enum</label>
    88                         <location>src-api2.0-enum</location>
    89                     </source-folder>
    90                     <source-folder style="packages">
    91                         <label>Usage of the API</label>
    92                         <location>src-test</location>
    93                     </source-folder>
    94                     <source-file>
    95                         <location>build.xml</location>
    96                     </source-file>
    97                 </items>
    98                 <context-menu>
    99                     <ide-action name="build"/>
   100                     <ide-action name="rebuild"/>
   101                     <ide-action name="run"/>
   102                     <ide-action name="clean"/>
   103                     <ide-action name="test"/>
   104                 </context-menu>
   105             </view>
   106         </general-data>
   107         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
   108             <compilation-unit>
   109                 <package-root>src-api1.0</package-root>
   110                 <source-level>1.5</source-level>
   111             </compilation-unit>
   112             <compilation-unit>
   113                 <package-root>src-api2.0</package-root>
   114                 <source-level>1.5</source-level>
   115             </compilation-unit>
   116             <compilation-unit>
   117                 <package-root>src-api2.0-compat</package-root>
   118                 <source-level>1.5</source-level>
   119             </compilation-unit>
   120             <compilation-unit>
   121                 <package-root>src-api2.0-enum</package-root>
   122                 <source-level>1.5</source-level>
   123             </compilation-unit>
   124             <compilation-unit>
   125                 <package-root>src-api2.0-property</package-root>
   126                 <source-level>1.5</source-level>
   127             </compilation-unit>
   128             <compilation-unit>
   129                 <package-root>src-test</package-root>
   130                 <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
   131                 <source-level>1.5</source-level>
   132             </compilation-unit>
   133         </java-data>
   134     </configuration>
   135 </project>