samples/componentinjection/anagram-modular/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:07:21 +0200
changeset 230 3282ef5328a8
parent 229 b01da7eb41dd
child 240 801b63ef09b1
permissions -rw-r--r--
Yet another example of spring autoconfiguration
jtulach@215
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@215
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@215
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@215
     4
    <configuration>
jtulach@215
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@215
     6
            <name>Anagram Modular</name>
jtulach@215
     7
        </general-data>
jtulach@215
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@215
     9
            <name>Anagram Modular</name>
jtulach@215
    10
            <properties/>
jtulach@215
    11
            <folders>
jtulach@215
    12
                <source-folder>
jtulach@215
    13
                    <label>src-api</label>
jtulach@215
    14
                    <type>java</type>
jtulach@215
    15
                    <location>src-api</location>
jtulach@215
    16
                    <encoding>UTF-8</encoding>
jtulach@215
    17
                </source-folder>
jtulach@215
    18
                <source-folder>
jtulach@216
    19
                    <label>src-word-static</label>
jtulach@216
    20
                    <type>java</type>
jtulach@217
    21
                    <location>src-word-static</location>
jtulach@217
    22
                    <encoding>UTF-8</encoding>
jtulach@217
    23
                </source-folder>
jtulach@217
    24
                <source-folder>
jtulach@217
    25
                    <label>src-scrambler-simple</label>
jtulach@217
    26
                    <type>java</type>
jtulach@217
    27
                    <location>src-scrambler-simple</location>
jtulach@216
    28
                    <encoding>UTF-8</encoding>
jtulach@216
    29
                </source-folder>
jtulach@216
    30
                <source-folder>
jtulach@218
    31
                    <label>src-gui</label>
jtulach@218
    32
                    <type>java</type>
jtulach@218
    33
                    <location>src-gui</location>
jtulach@218
    34
                    <encoding>UTF-8</encoding>
jtulach@218
    35
                </source-folder>
jtulach@218
    36
                <source-folder>
jtulach@219
    37
                    <label>src-app-register</label>
jtulach@219
    38
                    <type>java</type>
jtulach@219
    39
                    <location>src-app-register</location>
jtulach@219
    40
                    <encoding>UTF-8</encoding>
jtulach@219
    41
                </source-folder>
jtulach@219
    42
                <source-folder>
jtulach@228
    43
                    <label>src-app-register-general</label>
jtulach@228
    44
                    <type>java</type>
jtulach@228
    45
                    <location>src-app-register-general</location>
jtulach@228
    46
                    <encoding>UTF-8</encoding>
jtulach@228
    47
                </source-folder>
jtulach@228
    48
                <source-folder>
jtulach@221
    49
                    <label>src-app-property</label>
jtulach@221
    50
                    <type>java</type>
jtulach@221
    51
                    <location>src-app-property</location>
jtulach@221
    52
                    <encoding>UTF-8</encoding>
jtulach@221
    53
                </source-folder>
jtulach@221
    54
                <source-folder>
jtulach@225
    55
                    <label>src-app-spring</label>
jtulach@225
    56
                    <type>java</type>
jtulach@225
    57
                    <location>src-app-spring</location>
jtulach@225
    58
                    <encoding>UTF-8</encoding>
jtulach@225
    59
                </source-folder>
jtulach@225
    60
                <source-folder>
jtulach@230
    61
                    <label>src-app-spring-scan</label>
jtulach@230
    62
                    <type>java</type>
jtulach@230
    63
                    <location>src-app-spring-scan</location>
jtulach@230
    64
                    <encoding>UTF-8</encoding>
jtulach@230
    65
                </source-folder>
jtulach@230
    66
                <source-folder>
jtulach@229
    67
                    <label>src-app-lookup</label>
jtulach@229
    68
                    <type>java</type>
jtulach@229
    69
                    <location>src-app-lookup</location>
jtulach@229
    70
                    <encoding>UTF-8</encoding>
jtulach@229
    71
                </source-folder>
jtulach@229
    72
                <source-folder>
jtulach@215
    73
                    <label>Anagram Modular</label>
jtulach@215
    74
                    <location>.</location>
jtulach@215
    75
                    <encoding>UTF-8</encoding>
jtulach@215
    76
                </source-folder>
jtulach@215
    77
            </folders>
jtulach@215
    78
            <ide-actions>
jtulach@215
    79
                <action name="build">
jtulach@215
    80
                    <target>build</target>
jtulach@215
    81
                </action>
jtulach@215
    82
                <action name="clean">
jtulach@215
    83
                    <target>clean</target>
jtulach@215
    84
                </action>
jtulach@215
    85
                <action name="test">
jtulach@215
    86
                    <target>test</target>
jtulach@215
    87
                </action>
jtulach@215
    88
                <action name="rebuild">
jtulach@215
    89
                    <target>clean</target>
jtulach@215
    90
                    <target>build</target>
jtulach@215
    91
                </action>
jtulach@215
    92
                <action name="debug.single">
jtulach@215
    93
                    <target>-do-test</target>
jtulach@215
    94
                    <context>
jtulach@215
    95
                        <property>include</property>
jtulach@215
    96
                        <folder>src-test</folder>
jtulach@215
    97
                        <format>relative-path-noext</format>
jtulach@215
    98
                        <arity>
jtulach@215
    99
                            <one-file-only/>
jtulach@215
   100
                        </arity>
jtulach@215
   101
                    </context>
jtulach@215
   102
                </action>
jtulach@215
   103
            </ide-actions>
jtulach@215
   104
            <export>
jtulach@215
   105
                <type>folder</type>
jtulach@215
   106
                <location>build/api/classes</location>
jtulach@215
   107
                <build-target>build</build-target>
jtulach@215
   108
            </export>
jtulach@215
   109
            <view>
jtulach@215
   110
                <items>
jtulach@215
   111
                    <source-folder style="packages">
jtulach@215
   112
                        <label>src-api</label>
jtulach@215
   113
                        <location>src-api</location>
jtulach@215
   114
                    </source-folder>
jtulach@216
   115
                    <source-folder style="packages">
jtulach@216
   116
                        <label>src-word-static</label>
jtulach@216
   117
                        <location>src-word-static</location>
jtulach@216
   118
                    </source-folder>
jtulach@217
   119
                    <source-folder style="packages">
jtulach@217
   120
                        <label>src-scrambler-simple</label>
jtulach@217
   121
                        <location>src-scrambler-simple</location>
jtulach@217
   122
                    </source-folder>
jtulach@218
   123
                    <source-folder style="packages">
jtulach@218
   124
                        <label>src-gui</label>
jtulach@218
   125
                        <location>src-gui</location>
jtulach@218
   126
                    </source-folder>
jtulach@219
   127
                    <source-folder style="packages">
jtulach@219
   128
                        <label>src-app-register</label>
jtulach@219
   129
                        <location>src-app-register</location>
jtulach@219
   130
                    </source-folder>
jtulach@221
   131
                    <source-folder style="packages">
jtulach@228
   132
                        <label>src-app-register-general</label>
jtulach@228
   133
                        <location>src-app-register-general</location>
jtulach@228
   134
                    </source-folder>
jtulach@228
   135
                    <source-folder style="packages">
jtulach@221
   136
                        <label>src-app-property</label>
jtulach@221
   137
                        <location>src-app-property</location>
jtulach@221
   138
                    </source-folder>
jtulach@225
   139
                    <source-folder style="packages">
jtulach@225
   140
                        <label>src-app-spring</label>
jtulach@225
   141
                        <location>src-app-spring</location>
jtulach@225
   142
                    </source-folder>
jtulach@229
   143
                    <source-folder style="packages">
jtulach@230
   144
                        <label>src-app-spring-scan</label>
jtulach@230
   145
                        <location>src-app-spring-scan</location>
jtulach@230
   146
                    </source-folder>
jtulach@230
   147
                    <source-folder style="packages">
jtulach@229
   148
                        <label>src-app-lookup</label>
jtulach@229
   149
                        <location>src-app-lookup</location>
jtulach@229
   150
                    </source-folder>
jtulach@215
   151
                    <source-file>
jtulach@215
   152
                        <location>build.xml</location>
jtulach@215
   153
                    </source-file>
jtulach@215
   154
                </items>
jtulach@215
   155
                <context-menu>
jtulach@215
   156
                    <ide-action name="build"/>
jtulach@215
   157
                    <ide-action name="rebuild"/>
jtulach@215
   158
                    <ide-action name="clean"/>
jtulach@215
   159
                    <ide-action name="test"/>
jtulach@215
   160
                    <ide-action name="debug"/>
jtulach@215
   161
                </context-menu>
jtulach@215
   162
            </view>
jtulach@215
   163
            <subprojects/>
jtulach@215
   164
        </general-data>
jtulach@215
   165
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@215
   166
            <compilation-unit>
jtulach@215
   167
                <package-root>src-api</package-root>
jtulach@215
   168
                <built-to>build/api/classes</built-to>
jtulach@215
   169
                <source-level>1.5</source-level>
jtulach@215
   170
            </compilation-unit>
jtulach@215
   171
            <compilation-unit>
jtulach@216
   172
                <package-root>src-word-static</package-root>
jtulach@216
   173
                <classpath mode="compile">src-api</classpath>
jtulach@216
   174
                <built-to>build/word-static/classes</built-to>
jtulach@216
   175
                <source-level>1.5</source-level>
jtulach@216
   176
            </compilation-unit>
jtulach@216
   177
            <compilation-unit>
jtulach@217
   178
                <package-root>src-scrambler-simple</package-root>
jtulach@217
   179
                <classpath mode="compile">src-api</classpath>
jtulach@217
   180
                <built-to>build/scrambler-simple/classes</built-to>
jtulach@217
   181
                <source-level>1.5</source-level>
jtulach@217
   182
            </compilation-unit>
jtulach@217
   183
            <compilation-unit>
jtulach@218
   184
                <package-root>src-gui</package-root>
jtulach@218
   185
                <classpath mode="compile">src-api</classpath>
jtulach@218
   186
                <built-to>build/gui/classes</built-to>
jtulach@218
   187
                <source-level>1.5</source-level>
jtulach@218
   188
            </compilation-unit>
jtulach@218
   189
            <compilation-unit>
jtulach@219
   190
                <package-root>src-app-register</package-root>
jtulach@219
   191
                <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
jtulach@219
   192
                <built-to>build/app-register/classes</built-to>
jtulach@219
   193
                <source-level>1.5</source-level>
jtulach@219
   194
            </compilation-unit>
jtulach@219
   195
            <compilation-unit>
jtulach@228
   196
                <package-root>src-app-register-general</package-root>
jtulach@228
   197
                <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
jtulach@228
   198
                <built-to>build/app-register/classes</built-to>
jtulach@228
   199
                <source-level>1.5</source-level>
jtulach@228
   200
            </compilation-unit>
jtulach@228
   201
            <compilation-unit>
jtulach@221
   202
                <package-root>src-app-property</package-root>
jtulach@221
   203
                <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui</classpath>
jtulach@221
   204
                <built-to>build/app-property/classes</built-to>
jtulach@221
   205
                <source-level>1.5</source-level>
jtulach@221
   206
            </compilation-unit>
jtulach@221
   207
            <compilation-unit>
jtulach@225
   208
                <package-root>src-app-spring</package-root>
jtulach@225
   209
                <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/spring-2.5.jar</classpath>
jtulach@225
   210
                <built-to>build/app-spring/classes</built-to>
jtulach@225
   211
                <source-level>1.5</source-level>
jtulach@225
   212
            </compilation-unit>
jtulach@225
   213
            <compilation-unit>
jtulach@230
   214
                <package-root>src-app-spring-scan</package-root>
jtulach@230
   215
                <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/spring-2.5.jar</classpath>
jtulach@230
   216
                <built-to>build/app-spring-scan/classes</built-to>
jtulach@230
   217
                <source-level>1.5</source-level>
jtulach@230
   218
            </compilation-unit>
jtulach@230
   219
            <compilation-unit>
jtulach@229
   220
                <package-root>src-app-lookup</package-root>
jtulach@229
   221
                <classpath mode="compile">src-api:src-scrambler-simple:src-word-static:src-gui:../../libs/dist/org-openide-util.jar</classpath>
jtulach@229
   222
                <built-to>build/app-lookup/classes</built-to>
jtulach@229
   223
                <source-level>1.5</source-level>
jtulach@229
   224
            </compilation-unit>
jtulach@229
   225
            <compilation-unit>
jtulach@215
   226
                <package-root>src-test</package-root>
jtulach@215
   227
                <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
jtulach@215
   228
                <source-level>1.5</source-level>
jtulach@215
   229
            </compilation-unit>
jtulach@215
   230
        </java-data>
jtulach@215
   231
    </configuration>
jtulach@215
   232
</project>