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