samples/componentinjection/anagram-modular/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 10:06:48 +0200
changeset 216 0be61dc2e9b5
parent 215 43b122711ae1
child 217 a7d412ef33a1
permissions -rw-r--r--
Static world library
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@216
    21
                    <location>src-api</location>
jtulach@216
    22
                    <encoding>UTF-8</encoding>
jtulach@216
    23
                </source-folder>
jtulach@216
    24
                <source-folder>
jtulach@215
    25
                    <label>Anagram Modular</label>
jtulach@215
    26
                    <location>.</location>
jtulach@215
    27
                    <encoding>UTF-8</encoding>
jtulach@215
    28
                </source-folder>
jtulach@215
    29
            </folders>
jtulach@215
    30
            <ide-actions>
jtulach@215
    31
                <action name="build">
jtulach@215
    32
                    <target>build</target>
jtulach@215
    33
                </action>
jtulach@215
    34
                <action name="clean">
jtulach@215
    35
                    <target>clean</target>
jtulach@215
    36
                </action>
jtulach@215
    37
                <action name="test">
jtulach@215
    38
                    <target>test</target>
jtulach@215
    39
                </action>
jtulach@215
    40
                <action name="rebuild">
jtulach@215
    41
                    <target>clean</target>
jtulach@215
    42
                    <target>build</target>
jtulach@215
    43
                </action>
jtulach@215
    44
                <action name="debug.single">
jtulach@215
    45
                    <target>-do-test</target>
jtulach@215
    46
                    <context>
jtulach@215
    47
                        <property>include</property>
jtulach@215
    48
                        <folder>src-test</folder>
jtulach@215
    49
                        <format>relative-path-noext</format>
jtulach@215
    50
                        <arity>
jtulach@215
    51
                            <one-file-only/>
jtulach@215
    52
                        </arity>
jtulach@215
    53
                    </context>
jtulach@215
    54
                </action>
jtulach@215
    55
            </ide-actions>
jtulach@215
    56
            <export>
jtulach@215
    57
                <type>folder</type>
jtulach@215
    58
                <location>build/api/classes</location>
jtulach@215
    59
                <build-target>build</build-target>
jtulach@215
    60
            </export>
jtulach@215
    61
            <view>
jtulach@215
    62
                <items>
jtulach@215
    63
                    <source-folder style="packages">
jtulach@215
    64
                        <label>src-api</label>
jtulach@215
    65
                        <location>src-api</location>
jtulach@215
    66
                    </source-folder>
jtulach@216
    67
                    <source-folder style="packages">
jtulach@216
    68
                        <label>src-word-static</label>
jtulach@216
    69
                        <location>src-word-static</location>
jtulach@216
    70
                    </source-folder>
jtulach@215
    71
                    <source-file>
jtulach@215
    72
                        <location>build.xml</location>
jtulach@215
    73
                    </source-file>
jtulach@215
    74
                </items>
jtulach@215
    75
                <context-menu>
jtulach@215
    76
                    <ide-action name="build"/>
jtulach@215
    77
                    <ide-action name="rebuild"/>
jtulach@215
    78
                    <ide-action name="clean"/>
jtulach@215
    79
                    <ide-action name="test"/>
jtulach@215
    80
                    <ide-action name="debug"/>
jtulach@215
    81
                </context-menu>
jtulach@215
    82
            </view>
jtulach@215
    83
            <subprojects/>
jtulach@215
    84
        </general-data>
jtulach@215
    85
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@215
    86
            <compilation-unit>
jtulach@215
    87
                <package-root>src-api</package-root>
jtulach@215
    88
                <built-to>build/api/classes</built-to>
jtulach@215
    89
                <source-level>1.5</source-level>
jtulach@215
    90
            </compilation-unit>
jtulach@215
    91
            <compilation-unit>
jtulach@216
    92
                <package-root>src-word-static</package-root>
jtulach@216
    93
                <classpath mode="compile">src-api</classpath>
jtulach@216
    94
                <built-to>build/word-static/classes</built-to>
jtulach@216
    95
                <source-level>1.5</source-level>
jtulach@216
    96
            </compilation-unit>
jtulach@216
    97
            <compilation-unit>
jtulach@215
    98
                <package-root>src-test</package-root>
jtulach@215
    99
                <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
jtulach@215
   100
                <source-level>1.5</source-level>
jtulach@215
   101
            </compilation-unit>
jtulach@215
   102
        </java-data>
jtulach@215
   103
    </configuration>
jtulach@215
   104
</project>