samples/componentinjection/anagram-modular/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:06:48 +0200
changeset 216 0be61dc2e9b5
parent 215 43b122711ae1
child 217 a7d412ef33a1
permissions -rw-r--r--
Static world library
     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>Anagram Modular</name>
     7         </general-data>
     8         <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
     9             <name>Anagram Modular</name>
    10             <properties/>
    11             <folders>
    12                 <source-folder>
    13                     <label>src-api</label>
    14                     <type>java</type>
    15                     <location>src-api</location>
    16                     <encoding>UTF-8</encoding>
    17                 </source-folder>
    18                 <source-folder>
    19                     <label>src-word-static</label>
    20                     <type>java</type>
    21                     <location>src-api</location>
    22                     <encoding>UTF-8</encoding>
    23                 </source-folder>
    24                 <source-folder>
    25                     <label>Anagram Modular</label>
    26                     <location>.</location>
    27                     <encoding>UTF-8</encoding>
    28                 </source-folder>
    29             </folders>
    30             <ide-actions>
    31                 <action name="build">
    32                     <target>build</target>
    33                 </action>
    34                 <action name="clean">
    35                     <target>clean</target>
    36                 </action>
    37                 <action name="test">
    38                     <target>test</target>
    39                 </action>
    40                 <action name="rebuild">
    41                     <target>clean</target>
    42                     <target>build</target>
    43                 </action>
    44                 <action name="debug.single">
    45                     <target>-do-test</target>
    46                     <context>
    47                         <property>include</property>
    48                         <folder>src-test</folder>
    49                         <format>relative-path-noext</format>
    50                         <arity>
    51                             <one-file-only/>
    52                         </arity>
    53                     </context>
    54                 </action>
    55             </ide-actions>
    56             <export>
    57                 <type>folder</type>
    58                 <location>build/api/classes</location>
    59                 <build-target>build</build-target>
    60             </export>
    61             <view>
    62                 <items>
    63                     <source-folder style="packages">
    64                         <label>src-api</label>
    65                         <location>src-api</location>
    66                     </source-folder>
    67                     <source-folder style="packages">
    68                         <label>src-word-static</label>
    69                         <location>src-word-static</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                     <ide-action name="debug"/>
    81                 </context-menu>
    82             </view>
    83             <subprojects/>
    84         </general-data>
    85         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
    86             <compilation-unit>
    87                 <package-root>src-api</package-root>
    88                 <built-to>build/api/classes</built-to>
    89                 <source-level>1.5</source-level>
    90             </compilation-unit>
    91             <compilation-unit>
    92                 <package-root>src-word-static</package-root>
    93                 <classpath mode="compile">src-api</classpath>
    94                 <built-to>build/word-static/classes</built-to>
    95                 <source-level>1.5</source-level>
    96             </compilation-unit>
    97             <compilation-unit>
    98                 <package-root>src-test</package-root>
    99                 <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
   100                 <source-level>1.5</source-level>
   101             </compilation-unit>
   102         </java-data>
   103     </configuration>
   104 </project>