samples/componentinjection/anagram-modular/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:06:53 +0200
changeset 218 fc45e7b76ee8
parent 217 a7d412ef33a1
child 219 3fb53f65db57
permissions -rw-r--r--
GUI for anagrams
     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-word-static</location>
    22                     <encoding>UTF-8</encoding>
    23                 </source-folder>
    24                 <source-folder>
    25                     <label>src-scrambler-simple</label>
    26                     <type>java</type>
    27                     <location>src-scrambler-simple</location>
    28                     <encoding>UTF-8</encoding>
    29                 </source-folder>
    30                 <source-folder>
    31                     <label>src-gui</label>
    32                     <type>java</type>
    33                     <location>src-gui</location>
    34                     <encoding>UTF-8</encoding>
    35                 </source-folder>
    36                 <source-folder>
    37                     <label>Anagram Modular</label>
    38                     <location>.</location>
    39                     <encoding>UTF-8</encoding>
    40                 </source-folder>
    41             </folders>
    42             <ide-actions>
    43                 <action name="build">
    44                     <target>build</target>
    45                 </action>
    46                 <action name="clean">
    47                     <target>clean</target>
    48                 </action>
    49                 <action name="test">
    50                     <target>test</target>
    51                 </action>
    52                 <action name="rebuild">
    53                     <target>clean</target>
    54                     <target>build</target>
    55                 </action>
    56                 <action name="debug.single">
    57                     <target>-do-test</target>
    58                     <context>
    59                         <property>include</property>
    60                         <folder>src-test</folder>
    61                         <format>relative-path-noext</format>
    62                         <arity>
    63                             <one-file-only/>
    64                         </arity>
    65                     </context>
    66                 </action>
    67             </ide-actions>
    68             <export>
    69                 <type>folder</type>
    70                 <location>build/api/classes</location>
    71                 <build-target>build</build-target>
    72             </export>
    73             <view>
    74                 <items>
    75                     <source-folder style="packages">
    76                         <label>src-api</label>
    77                         <location>src-api</location>
    78                     </source-folder>
    79                     <source-folder style="packages">
    80                         <label>src-word-static</label>
    81                         <location>src-word-static</location>
    82                     </source-folder>
    83                     <source-folder style="packages">
    84                         <label>src-scrambler-simple</label>
    85                         <location>src-scrambler-simple</location>
    86                     </source-folder>
    87                     <source-folder style="packages">
    88                         <label>src-gui</label>
    89                         <location>src-gui</location>
    90                     </source-folder>
    91                     <source-file>
    92                         <location>build.xml</location>
    93                     </source-file>
    94                 </items>
    95                 <context-menu>
    96                     <ide-action name="build"/>
    97                     <ide-action name="rebuild"/>
    98                     <ide-action name="clean"/>
    99                     <ide-action name="test"/>
   100                     <ide-action name="debug"/>
   101                 </context-menu>
   102             </view>
   103             <subprojects/>
   104         </general-data>
   105         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
   106             <compilation-unit>
   107                 <package-root>src-api</package-root>
   108                 <built-to>build/api/classes</built-to>
   109                 <source-level>1.5</source-level>
   110             </compilation-unit>
   111             <compilation-unit>
   112                 <package-root>src-word-static</package-root>
   113                 <classpath mode="compile">src-api</classpath>
   114                 <built-to>build/word-static/classes</built-to>
   115                 <source-level>1.5</source-level>
   116             </compilation-unit>
   117             <compilation-unit>
   118                 <package-root>src-scrambler-simple</package-root>
   119                 <classpath mode="compile">src-api</classpath>
   120                 <built-to>build/scrambler-simple/classes</built-to>
   121                 <source-level>1.5</source-level>
   122             </compilation-unit>
   123             <compilation-unit>
   124                 <package-root>src-gui</package-root>
   125                 <classpath mode="compile">src-api</classpath>
   126                 <built-to>build/gui/classes</built-to>
   127                 <source-level>1.5</source-level>
   128             </compilation-unit>
   129             <compilation-unit>
   130                 <package-root>src-test</package-root>
   131                 <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
   132                 <source-level>1.5</source-level>
   133             </compilation-unit>
   134         </java-data>
   135     </configuration>
   136 </project>