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