samples/componentinjection/anagram-modular/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:08:42 +0200
changeset 252 763bf709a318
parent 251 266127621c8f
child 336 219810ff3c72
permissions -rw-r--r--
Merge: Patrick's touches
     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>Anagram Modular</label>
    14                     <location>.</location>
    15                     <encoding>UTF-8</encoding>
    16                 </source-folder>
    17                 <source-folder>
    18                     <label>src-api</label>
    19                     <type>java</type>
    20                     <location>src-api</location>
    21                     <encoding>UTF-8</encoding>
    22                 </source-folder>
    23                 <source-folder>
    24                     <label>src-word-static</label>
    25                     <type>java</type>
    26                     <location>src-word-static</location>
    27                     <encoding>UTF-8</encoding>
    28                 </source-folder>
    29                 <source-folder>
    30                     <label>src-scrambler-simple</label>
    31                     <type>java</type>
    32                     <location>src-scrambler-simple</location>
    33                     <encoding>UTF-8</encoding>
    34                 </source-folder>
    35                 <source-folder>
    36                     <label>src-gui</label>
    37                     <type>java</type>
    38                     <location>src-gui</location>
    39                     <encoding>UTF-8</encoding>
    40                 </source-folder>
    41                 <source-folder>
    42                     <label>src-app-register</label>
    43                     <type>java</type>
    44                     <location>src-app-register</location>
    45                     <encoding>UTF-8</encoding>
    46                 </source-folder>
    47                 <source-folder>
    48                     <label>src-app-register-general</label>
    49                     <type>java</type>
    50                     <location>src-app-register-general</location>
    51                     <encoding>UTF-8</encoding>
    52                 </source-folder>
    53                 <source-folder>
    54                     <label>src-app-property</label>
    55                     <type>java</type>
    56                     <location>src-app-property</location>
    57                     <encoding>UTF-8</encoding>
    58                 </source-folder>
    59                 <source-folder>
    60                     <label>src-app-spring</label>
    61                     <type>java</type>
    62                     <location>src-app-spring</location>
    63                     <encoding>UTF-8</encoding>
    64                 </source-folder>
    65                 <source-folder>
    66                     <label>src-app-spring-scan</label>
    67                     <type>java</type>
    68                     <location>src-app-spring-scan</location>
    69                     <encoding>UTF-8</encoding>
    70                 </source-folder>
    71                 <source-folder>
    72                     <label>src-app-lookup</label>
    73                     <type>java</type>
    74                     <location>src-app-lookup</location>
    75                     <encoding>UTF-8</encoding>
    76                 </source-folder>
    77                 <source-folder>
    78                     <label>src-app-serviceloader</label>
    79                     <type>java</type>
    80                     <location>src-app-serviceloader</location>
    81                     <encoding>UTF-8</encoding>
    82                 </source-folder>
    83                 <source-folder>
    84                     <label>src-test</label>
    85                     <type>java</type>
    86                     <location>src-test</location>
    87                     <encoding>UTF-8</encoding>
    88                 </source-folder>
    89             </folders>
    90             <ide-actions>
    91                 <action name="build">
    92                     <target>build</target>
    93                 </action>
    94                 <action name="clean">
    95                     <target>clean</target>
    96                 </action>
    97                 <action name="run">
    98                     <target>run</target>
    99                 </action>
   100                 <action name="test">
   101                     <target>test</target>
   102                 </action>
   103                 <action name="rebuild">
   104                     <target>clean</target>
   105                     <target>build</target>
   106                 </action>
   107                 <action name="debug.single">
   108                     <target>-do-test</target>
   109                     <context>
   110                         <property>include</property>
   111                         <folder>src-test</folder>
   112                         <format>relative-path-noext</format>
   113                         <arity>
   114                             <one-file-only/>
   115                         </arity>
   116                     </context>
   117                 </action>
   118             </ide-actions>
   119             <export>
   120                 <type>folder</type>
   121                 <location>build/api/classes</location>
   122                 <build-target>build</build-target>
   123             </export>
   124             <export>
   125                 <type>folder</type>
   126                 <location>build/word-static/classes</location>
   127                 <build-target>build</build-target>
   128             </export>
   129             <export>
   130                 <type>folder</type>
   131                 <location>build/scrambler-simple/classes</location>
   132                 <build-target>build</build-target>
   133             </export>
   134             <export>
   135                 <type>folder</type>
   136                 <location>build/gui/classes</location>
   137                 <build-target>build</build-target>
   138             </export>
   139             <export>
   140                 <type>folder</type>
   141                 <location>build/app-register/classes</location>
   142                 <build-target>build</build-target>
   143             </export>
   144             <export>
   145                 <type>folder</type>
   146                 <location>build/app-register/classes</location>
   147                 <build-target>build</build-target>
   148             </export>
   149             <export>
   150                 <type>folder</type>
   151                 <location>build/app-property/classes</location>
   152                 <build-target>build</build-target>
   153             </export>
   154             <export>
   155                 <type>folder</type>
   156                 <location>build/app-spring/classes</location>
   157                 <build-target>build</build-target>
   158             </export>
   159             <export>
   160                 <type>folder</type>
   161                 <location>build/app-spring-scan/classes</location>
   162                 <build-target>build</build-target>
   163             </export>
   164             <export>
   165                 <type>folder</type>
   166                 <location>build/app-lookup/classes</location>
   167                 <build-target>build</build-target>
   168             </export>
   169             <export>
   170                 <type>folder</type>
   171                 <location>build/app-serviceloader/classes</location>
   172                 <build-target>build</build-target>
   173             </export>
   174             <view>
   175                 <items>
   176                     <source-folder style="packages">
   177                         <label>src-api</label>
   178                         <location>src-api</location>
   179                     </source-folder>
   180                     <source-folder style="packages">
   181                         <label>src-word-static</label>
   182                         <location>src-word-static</location>
   183                     </source-folder>
   184                     <source-folder style="packages">
   185                         <label>src-scrambler-simple</label>
   186                         <location>src-scrambler-simple</location>
   187                     </source-folder>
   188                     <source-folder style="packages">
   189                         <label>src-gui</label>
   190                         <location>src-gui</location>
   191                     </source-folder>
   192                     <source-folder style="packages">
   193                         <label>src-app-register</label>
   194                         <location>src-app-register</location>
   195                     </source-folder>
   196                     <source-folder style="packages">
   197                         <label>src-app-register-general</label>
   198                         <location>src-app-register-general</location>
   199                     </source-folder>
   200                     <source-folder style="packages">
   201                         <label>src-app-property</label>
   202                         <location>src-app-property</location>
   203                     </source-folder>
   204                     <source-folder style="packages">
   205                         <label>src-app-spring</label>
   206                         <location>src-app-spring</location>
   207                     </source-folder>
   208                     <source-folder style="packages">
   209                         <label>src-app-spring-scan</label>
   210                         <location>src-app-spring-scan</location>
   211                     </source-folder>
   212                     <source-folder style="packages">
   213                         <label>src-app-lookup</label>
   214                         <location>src-app-lookup</location>
   215                     </source-folder>
   216                     <source-folder style="packages">
   217                         <label>src-app-serviceloader</label>
   218                         <location>src-app-serviceloader</location>
   219                     </source-folder>
   220                     <source-folder style="packages">
   221                         <label>src-test</label>
   222                         <location>src-test</location>
   223                     </source-folder>
   224                     <source-file>
   225                         <location>build.xml</location>
   226                     </source-file>
   227                 </items>
   228                 <context-menu>
   229                     <ide-action name="build"/>
   230                     <ide-action name="rebuild"/>
   231                     <ide-action name="clean"/>
   232                     <ide-action name="run"/>
   233                     <ide-action name="test"/>
   234                     <ide-action name="debug"/>
   235                 </context-menu>
   236             </view>
   237             <subprojects/>
   238         </general-data>
   239         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
   240             <compilation-unit>
   241                 <package-root>src-api</package-root>
   242                 <built-to>build/api/classes</built-to>
   243                 <source-level>1.5</source-level>
   244             </compilation-unit>
   245             <compilation-unit>
   246                 <package-root>src-word-static</package-root>
   247                 <classpath mode="compile">src-api</classpath>
   248                 <built-to>build/word-static/classes</built-to>
   249                 <source-level>1.5</source-level>
   250             </compilation-unit>
   251             <compilation-unit>
   252                 <package-root>src-scrambler-simple</package-root>
   253                 <classpath mode="compile">src-api</classpath>
   254                 <built-to>build/scrambler-simple/classes</built-to>
   255                 <source-level>1.5</source-level>
   256             </compilation-unit>
   257             <compilation-unit>
   258                 <package-root>src-gui</package-root>
   259                 <classpath mode="compile">src-api</classpath>
   260                 <built-to>build/gui/classes</built-to>
   261                 <source-level>1.5</source-level>
   262             </compilation-unit>
   263             <compilation-unit>
   264                 <package-root>src-app-register</package-root>
   265                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   266                 <built-to>build/app-register/classes</built-to>
   267                 <source-level>1.5</source-level>
   268             </compilation-unit>
   269             <compilation-unit>
   270                 <package-root>src-app-register-general</package-root>
   271                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   272                 <built-to>build/app-register/classes</built-to>
   273                 <source-level>1.5</source-level>
   274             </compilation-unit>
   275             <compilation-unit>
   276                 <package-root>src-app-property</package-root>
   277                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   278                 <built-to>build/app-property/classes</built-to>
   279                 <source-level>1.5</source-level>
   280             </compilation-unit>
   281             <compilation-unit>
   282                 <package-root>src-app-spring</package-root>
   283                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/spring-2.5.jar</classpath>
   284                 <built-to>build/app-spring/classes</built-to>
   285                 <source-level>1.5</source-level>
   286             </compilation-unit>
   287             <compilation-unit>
   288                 <package-root>src-app-spring-scan</package-root>
   289                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/spring-2.5.jar</classpath>
   290                 <built-to>build/app-spring-scan/classes</built-to>
   291                 <source-level>1.5</source-level>
   292             </compilation-unit>
   293             <compilation-unit>
   294                 <package-root>src-app-lookup</package-root>
   295                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/org-openide-util.jar</classpath>
   296                 <built-to>build/app-lookup/classes</built-to>
   297                 <source-level>1.5</source-level>
   298             </compilation-unit>
   299             <compilation-unit>
   300                 <package-root>src-app-serviceloader</package-root>
   301                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   302                 <built-to>build/app-serviceloader/classes</built-to>
   303                 <source-level>1.5</source-level>
   304             </compilation-unit>
   305             <compilation-unit>
   306                 <package-root>src-test</package-root>
   307                 <classpath mode="compile">src-api:../../libs/dist/junit-4.4.jar::../../libs/dist/org-netbeans-modules-nbjunit.jar:../../libs/dist/org-netbeans-insane.jar:src-gui:../../libs/dist/org-openide-util.jar:src-app-lookup:src-app-serviceloader</classpath>
   308                 <source-level>1.5</source-level>
   309             </compilation-unit>
   310         </java-data>
   311     </configuration>
   312 </project>