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