samples/componentinjection/anagram-modular/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:08:35 +0200
changeset 251 266127621c8f
parent 248 b3aab65cde53
child 252 763bf709a318
permissions -rw-r--r--
polishing of review42; future
     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="test">
    98                     <target>test</target>
    99                 </action>
   100                 <action name="rebuild">
   101                     <target>clean</target>
   102                     <target>build</target>
   103                 </action>
   104                 <action name="debug.single">
   105                     <target>-do-test</target>
   106                     <context>
   107                         <property>include</property>
   108                         <folder>src-test</folder>
   109                         <format>relative-path-noext</format>
   110                         <arity>
   111                             <one-file-only/>
   112                         </arity>
   113                     </context>
   114                 </action>
   115             </ide-actions>
   116             <export>
   117                 <type>folder</type>
   118                 <location>build/api/classes</location>
   119                 <build-target>build</build-target>
   120             </export>
   121             <export>
   122                 <type>folder</type>
   123                 <location>build/word-static/classes</location>
   124                 <build-target>build</build-target>
   125             </export>
   126             <export>
   127                 <type>folder</type>
   128                 <location>build/scrambler-simple/classes</location>
   129                 <build-target>build</build-target>
   130             </export>
   131             <export>
   132                 <type>folder</type>
   133                 <location>build/gui/classes</location>
   134                 <build-target>build</build-target>
   135             </export>
   136             <export>
   137                 <type>folder</type>
   138                 <location>build/app-register/classes</location>
   139                 <build-target>build</build-target>
   140             </export>
   141             <export>
   142                 <type>folder</type>
   143                 <location>build/app-register/classes</location>
   144                 <build-target>build</build-target>
   145             </export>
   146             <export>
   147                 <type>folder</type>
   148                 <location>build/app-property/classes</location>
   149                 <build-target>build</build-target>
   150             </export>
   151             <export>
   152                 <type>folder</type>
   153                 <location>build/app-spring/classes</location>
   154                 <build-target>build</build-target>
   155             </export>
   156             <export>
   157                 <type>folder</type>
   158                 <location>build/app-spring-scan/classes</location>
   159                 <build-target>build</build-target>
   160             </export>
   161             <export>
   162                 <type>folder</type>
   163                 <location>build/app-lookup/classes</location>
   164                 <build-target>build</build-target>
   165             </export>
   166             <export>
   167                 <type>folder</type>
   168                 <location>build/app-serviceloader/classes</location>
   169                 <build-target>build</build-target>
   170             </export>
   171             <view>
   172                 <items>
   173                     <source-folder style="packages">
   174                         <label>src-api</label>
   175                         <location>src-api</location>
   176                     </source-folder>
   177                     <source-folder style="packages">
   178                         <label>src-word-static</label>
   179                         <location>src-word-static</location>
   180                     </source-folder>
   181                     <source-folder style="packages">
   182                         <label>src-scrambler-simple</label>
   183                         <location>src-scrambler-simple</location>
   184                     </source-folder>
   185                     <source-folder style="packages">
   186                         <label>src-gui</label>
   187                         <location>src-gui</location>
   188                     </source-folder>
   189                     <source-folder style="packages">
   190                         <label>src-app-register</label>
   191                         <location>src-app-register</location>
   192                     </source-folder>
   193                     <source-folder style="packages">
   194                         <label>src-app-register-general</label>
   195                         <location>src-app-register-general</location>
   196                     </source-folder>
   197                     <source-folder style="packages">
   198                         <label>src-app-property</label>
   199                         <location>src-app-property</location>
   200                     </source-folder>
   201                     <source-folder style="packages">
   202                         <label>src-app-spring</label>
   203                         <location>src-app-spring</location>
   204                     </source-folder>
   205                     <source-folder style="packages">
   206                         <label>src-app-spring-scan</label>
   207                         <location>src-app-spring-scan</location>
   208                     </source-folder>
   209                     <source-folder style="packages">
   210                         <label>src-app-lookup</label>
   211                         <location>src-app-lookup</location>
   212                     </source-folder>
   213                     <source-folder style="packages">
   214                         <label>src-app-serviceloader</label>
   215                         <location>src-app-serviceloader</location>
   216                     </source-folder>
   217                     <source-folder style="packages">
   218                         <label>src-test</label>
   219                         <location>src-test</location>
   220                     </source-folder>
   221                     <source-file>
   222                         <location>build.xml</location>
   223                     </source-file>
   224                 </items>
   225                 <context-menu>
   226                     <ide-action name="build"/>
   227                     <ide-action name="rebuild"/>
   228                     <ide-action name="clean"/>
   229                     <ide-action name="test"/>
   230                     <ide-action name="debug"/>
   231                 </context-menu>
   232             </view>
   233             <subprojects/>
   234         </general-data>
   235         <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
   236             <compilation-unit>
   237                 <package-root>src-api</package-root>
   238                 <built-to>build/api/classes</built-to>
   239                 <source-level>1.5</source-level>
   240             </compilation-unit>
   241             <compilation-unit>
   242                 <package-root>src-word-static</package-root>
   243                 <classpath mode="compile">src-api</classpath>
   244                 <built-to>build/word-static/classes</built-to>
   245                 <source-level>1.5</source-level>
   246             </compilation-unit>
   247             <compilation-unit>
   248                 <package-root>src-scrambler-simple</package-root>
   249                 <classpath mode="compile">src-api</classpath>
   250                 <built-to>build/scrambler-simple/classes</built-to>
   251                 <source-level>1.5</source-level>
   252             </compilation-unit>
   253             <compilation-unit>
   254                 <package-root>src-gui</package-root>
   255                 <classpath mode="compile">src-api</classpath>
   256                 <built-to>build/gui/classes</built-to>
   257                 <source-level>1.5</source-level>
   258             </compilation-unit>
   259             <compilation-unit>
   260                 <package-root>src-app-register</package-root>
   261                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   262                 <built-to>build/app-register/classes</built-to>
   263                 <source-level>1.5</source-level>
   264             </compilation-unit>
   265             <compilation-unit>
   266                 <package-root>src-app-register-general</package-root>
   267                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   268                 <built-to>build/app-register/classes</built-to>
   269                 <source-level>1.5</source-level>
   270             </compilation-unit>
   271             <compilation-unit>
   272                 <package-root>src-app-property</package-root>
   273                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   274                 <built-to>build/app-property/classes</built-to>
   275                 <source-level>1.5</source-level>
   276             </compilation-unit>
   277             <compilation-unit>
   278                 <package-root>src-app-spring</package-root>
   279                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/spring-2.5.jar</classpath>
   280                 <built-to>build/app-spring/classes</built-to>
   281                 <source-level>1.5</source-level>
   282             </compilation-unit>
   283             <compilation-unit>
   284                 <package-root>src-app-spring-scan</package-root>
   285                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/spring-2.5.jar</classpath>
   286                 <built-to>build/app-spring-scan/classes</built-to>
   287                 <source-level>1.5</source-level>
   288             </compilation-unit>
   289             <compilation-unit>
   290                 <package-root>src-app-lookup</package-root>
   291                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/org-openide-util.jar</classpath>
   292                 <built-to>build/app-lookup/classes</built-to>
   293                 <source-level>1.5</source-level>
   294             </compilation-unit>
   295             <compilation-unit>
   296                 <package-root>src-app-serviceloader</package-root>
   297                 <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
   298                 <built-to>build/app-serviceloader/classes</built-to>
   299                 <source-level>1.5</source-level>
   300             </compilation-unit>
   301             <compilation-unit>
   302                 <package-root>src-test</package-root>
   303                 <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
   304                 <source-level>1.5</source-level>
   305             </compilation-unit>
   306         </java-data>
   307     </configuration>
   308 </project>