samples/componentinjection/anagram-modular/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:07:08 +0200
changeset 225 57ae32a47ccd
parent 221 a89ad3d1da08
child 228 984a01bbac90
permissions -rw-r--r--
Spring version that compiles, but does not run
     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>src-app-register</label>
    38                     <type>java</type>
    39                     <location>src-app-register</location>
    40                     <encoding>UTF-8</encoding>
    41                 </source-folder>
    42                 <source-folder>
    43                     <label>src-app-property</label>
    44                     <type>java</type>
    45                     <location>src-app-property</location>
    46                     <encoding>UTF-8</encoding>
    47                 </source-folder>
    48                 <source-folder>
    49                     <label>src-app-spring</label>
    50                     <type>java</type>
    51                     <location>src-app-spring</location>
    52                     <encoding>UTF-8</encoding>
    53                 </source-folder>
    54                 <source-folder>
    55                     <label>Anagram Modular</label>
    56                     <location>.</location>
    57                     <encoding>UTF-8</encoding>
    58                 </source-folder>
    59             </folders>
    60             <ide-actions>
    61                 <action name="build">
    62                     <target>build</target>
    63                 </action>
    64                 <action name="clean">
    65                     <target>clean</target>
    66                 </action>
    67                 <action name="test">
    68                     <target>test</target>
    69                 </action>
    70                 <action name="rebuild">
    71                     <target>clean</target>
    72                     <target>build</target>
    73                 </action>
    74                 <action name="debug.single">
    75                     <target>-do-test</target>
    76                     <context>
    77                         <property>include</property>
    78                         <folder>src-test</folder>
    79                         <format>relative-path-noext</format>
    80                         <arity>
    81                             <one-file-only/>
    82                         </arity>
    83                     </context>
    84                 </action>
    85             </ide-actions>
    86             <export>
    87                 <type>folder</type>
    88                 <location>build/api/classes</location>
    89                 <build-target>build</build-target>
    90             </export>
    91             <view>
    92                 <items>
    93                     <source-folder style="packages">
    94                         <label>src-api</label>
    95                         <location>src-api</location>
    96                     </source-folder>
    97                     <source-folder style="packages">
    98                         <label>src-word-static</label>
    99                         <location>src-word-static</location>
   100                     </source-folder>
   101                     <source-folder style="packages">
   102                         <label>src-scrambler-simple</label>
   103                         <location>src-scrambler-simple</location>
   104                     </source-folder>
   105                     <source-folder style="packages">
   106                         <label>src-gui</label>
   107                         <location>src-gui</location>
   108                     </source-folder>
   109                     <source-folder style="packages">
   110                         <label>src-app-register</label>
   111                         <location>src-app-register</location>
   112                     </source-folder>
   113                     <source-folder style="packages">
   114                         <label>src-app-property</label>
   115                         <location>src-app-property</location>
   116                     </source-folder>
   117                     <source-folder style="packages">
   118                         <label>src-app-spring</label>
   119                         <location>src-app-spring</location>
   120                     </source-folder>
   121                     <source-file>
   122                         <location>build.xml</location>
   123                     </source-file>
   124                 </items>
   125                 <context-menu>
   126                     <ide-action name="build"/>
   127                     <ide-action name="rebuild"/>
   128                     <ide-action name="clean"/>
   129                     <ide-action name="test"/>
   130                     <ide-action name="debug"/>
   131                 </context-menu>
   132             </view>
   133             <subprojects/>
   134         </general-data>
   135         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
   136             <compilation-unit>
   137                 <package-root>src-api</package-root>
   138                 <built-to>build/api/classes</built-to>
   139                 <source-level>1.5</source-level>
   140             </compilation-unit>
   141             <compilation-unit>
   142                 <package-root>src-word-static</package-root>
   143                 <classpath mode="compile">src-api</classpath>
   144                 <built-to>build/word-static/classes</built-to>
   145                 <source-level>1.5</source-level>
   146             </compilation-unit>
   147             <compilation-unit>
   148                 <package-root>src-scrambler-simple</package-root>
   149                 <classpath mode="compile">src-api</classpath>
   150                 <built-to>build/scrambler-simple/classes</built-to>
   151                 <source-level>1.5</source-level>
   152             </compilation-unit>
   153             <compilation-unit>
   154                 <package-root>src-gui</package-root>
   155                 <classpath mode="compile">src-api</classpath>
   156                 <built-to>build/gui/classes</built-to>
   157                 <source-level>1.5</source-level>
   158             </compilation-unit>
   159             <compilation-unit>
   160                 <package-root>src-app-register</package-root>
   161                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   162                 <built-to>build/app-register/classes</built-to>
   163                 <source-level>1.5</source-level>
   164             </compilation-unit>
   165             <compilation-unit>
   166                 <package-root>src-app-property</package-root>
   167                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   168                 <built-to>build/app-property/classes</built-to>
   169                 <source-level>1.5</source-level>
   170             </compilation-unit>
   171             <compilation-unit>
   172                 <package-root>src-app-spring</package-root>
   173                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/spring-2.5.jar</classpath>
   174                 <built-to>build/app-spring/classes</built-to>
   175                 <source-level>1.5</source-level>
   176             </compilation-unit>
   177             <compilation-unit>
   178                 <package-root>src-test</package-root>
   179                 <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
   180                 <source-level>1.5</source-level>
   181             </compilation-unit>
   182         </java-data>
   183     </configuration>
   184 </project>