samples/reexport/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:54:12 +0200
changeset 94 9f71e6842995
child 97 a1dd8447b30f
permissions -rw-r--r--
Showing transitive change on the project
     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>reexport</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>reexport</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-query</label>
    27                     <type>java</type>
    28                     <location>src-query</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             </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="run">
    49                     <target>test</target>
    50                 </action>
    51                 <action name="rebuild">
    52                     <target>clean</target>
    53                     <target>build</target>
    54                 </action>
    55             </ide-actions>
    56             <view>
    57                 <items>
    58                     <source-folder style="packages">
    59                         <label>API String 1.0</label>
    60                         <location>src-api1.0</location>
    61                     </source-folder>
    62                     <source-folder style="packages">
    63                         <label>API String 2.0</label>
    64                         <location>src-api2.0</location>
    65                     </source-folder>
    66                     <source-folder style="packages">
    67                         <label>Query using api.String</label>
    68                         <location>src-query</location>
    69                     </source-folder>
    70                     <source-folder style="packages">
    71                         <label>Usage of the API</label>
    72                         <location>src-test</location>
    73                     </source-folder>
    74                     <source-file>
    75                         <location>build.xml</location>
    76                     </source-file>
    77                 </items>
    78                 <context-menu>
    79                     <ide-action name="build"/>
    80                     <ide-action name="rebuild"/>
    81                     <ide-action name="clean"/>
    82                     <ide-action name="test"/>
    83                 </context-menu>
    84             </view>
    85         </general-data>
    86         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    87             <compilation-unit>
    88                 <package-root>src-api1.0</package-root>
    89                 <source-level>1.5</source-level>
    90             </compilation-unit>
    91             <compilation-unit>
    92                 <package-root>src-api2.0</package-root>
    93                 <source-level>1.5</source-level>
    94             </compilation-unit>
    95             <compilation-unit>
    96                 <package-root>src-query</package-root>
    97                 <classpath mode="compile">src-api1.0</classpath>
    98                 <source-level>1.5</source-level>
    99             </compilation-unit>
   100             <compilation-unit>
   101                 <package-root>src-test</package-root>
   102                 <classpath mode="compile">src-api1.0:src-query:../libs/dist/junit-4.4.jar</classpath>
   103                 <source-level>1.5</source-level>
   104             </compilation-unit>
   105         </java-data>
   106     </configuration>
   107 </project>