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