samples/reexport/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:54:12 +0200
changeset 94 9f71e6842995
child 97 a1dd8447b30f
permissions -rw-r--r--
Showing transitive change on the project
jtulach@94
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@94
     2
<project xmlns="http://www.netbeans.org/ns/project/1" xmlns:ns4="null">
jtulach@94
     3
    <type>org.netbeans.modules.ant.freeform</type>
jtulach@94
     4
    <configuration>
jtulach@94
     5
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1">
jtulach@94
     6
            <name>reexport</name>
jtulach@94
     7
        </general-data>
jtulach@94
     8
        <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2">
jtulach@94
     9
            <!-- Do not use Project Properties customizer when editing this file manually. -->
jtulach@94
    10
            <name>reexport</name>
jtulach@94
    11
            <properties/>
jtulach@94
    12
            <folders>
jtulach@94
    13
                <source-folder>
jtulach@94
    14
                    <label>src-api1.0</label>
jtulach@94
    15
                    <type>java</type>
jtulach@94
    16
                    <location>src-api1.0</location>
jtulach@94
    17
                    <encoding>UTF-8</encoding>
jtulach@94
    18
                </source-folder>
jtulach@94
    19
                <source-folder>
jtulach@94
    20
                    <label>src-api2.0</label>
jtulach@94
    21
                    <type>java</type>
jtulach@94
    22
                    <location>src-api2.0</location>
jtulach@94
    23
                    <encoding>UTF-8</encoding>
jtulach@94
    24
                </source-folder>
jtulach@94
    25
                <source-folder>
jtulach@94
    26
                    <label>src-query</label>
jtulach@94
    27
                    <type>java</type>
jtulach@94
    28
                    <location>src-query</location>
jtulach@94
    29
                    <encoding>UTF-8</encoding>
jtulach@94
    30
                </source-folder>
jtulach@94
    31
                <source-folder>
jtulach@94
    32
                    <label>test</label>
jtulach@94
    33
                    <type>java</type>
jtulach@94
    34
                    <location>src-test</location>
jtulach@94
    35
                    <encoding>UTF-8</encoding>
jtulach@94
    36
                </source-folder>
jtulach@94
    37
            </folders>
jtulach@94
    38
            <ide-actions>
jtulach@94
    39
                <action name="build">
jtulach@94
    40
                    <target>build</target>
jtulach@94
    41
                </action>
jtulach@94
    42
                <action name="clean">
jtulach@94
    43
                    <target>clean</target>
jtulach@94
    44
                </action>
jtulach@94
    45
                <action name="test">
jtulach@94
    46
                    <target>test</target>
jtulach@94
    47
                </action>
jtulach@94
    48
                <action name="run">
jtulach@94
    49
                    <target>test</target>
jtulach@94
    50
                </action>
jtulach@94
    51
                <action name="rebuild">
jtulach@94
    52
                    <target>clean</target>
jtulach@94
    53
                    <target>build</target>
jtulach@94
    54
                </action>
jtulach@94
    55
            </ide-actions>
jtulach@94
    56
            <view>
jtulach@94
    57
                <items>
jtulach@94
    58
                    <source-folder style="packages">
jtulach@94
    59
                        <label>API String 1.0</label>
jtulach@94
    60
                        <location>src-api1.0</location>
jtulach@94
    61
                    </source-folder>
jtulach@94
    62
                    <source-folder style="packages">
jtulach@94
    63
                        <label>API String 2.0</label>
jtulach@94
    64
                        <location>src-api2.0</location>
jtulach@94
    65
                    </source-folder>
jtulach@94
    66
                    <source-folder style="packages">
jtulach@94
    67
                        <label>Query using api.String</label>
jtulach@94
    68
                        <location>src-query</location>
jtulach@94
    69
                    </source-folder>
jtulach@94
    70
                    <source-folder style="packages">
jtulach@94
    71
                        <label>Usage of the API</label>
jtulach@94
    72
                        <location>src-test</location>
jtulach@94
    73
                    </source-folder>
jtulach@94
    74
                    <source-file>
jtulach@94
    75
                        <location>build.xml</location>
jtulach@94
    76
                    </source-file>
jtulach@94
    77
                </items>
jtulach@94
    78
                <context-menu>
jtulach@94
    79
                    <ide-action name="build"/>
jtulach@94
    80
                    <ide-action name="rebuild"/>
jtulach@94
    81
                    <ide-action name="clean"/>
jtulach@94
    82
                    <ide-action name="test"/>
jtulach@94
    83
                </context-menu>
jtulach@94
    84
            </view>
jtulach@94
    85
        </general-data>
jtulach@94
    86
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@94
    87
            <compilation-unit>
jtulach@94
    88
                <package-root>src-api1.0</package-root>
jtulach@94
    89
                <source-level>1.5</source-level>
jtulach@94
    90
            </compilation-unit>
jtulach@94
    91
            <compilation-unit>
jtulach@94
    92
                <package-root>src-api2.0</package-root>
jtulach@94
    93
                <source-level>1.5</source-level>
jtulach@94
    94
            </compilation-unit>
jtulach@94
    95
            <compilation-unit>
jtulach@94
    96
                <package-root>src-query</package-root>
jtulach@94
    97
                <classpath mode="compile">src-api1.0</classpath>
jtulach@94
    98
                <source-level>1.5</source-level>
jtulach@94
    99
            </compilation-unit>
jtulach@94
   100
            <compilation-unit>
jtulach@94
   101
                <package-root>src-test</package-root>
jtulach@94
   102
                <classpath mode="compile">src-api1.0:src-query:../libs/dist/junit-4.4.jar</classpath>
jtulach@94
   103
                <source-level>1.5</source-level>
jtulach@94
   104
            </compilation-unit>
jtulach@94
   105
        </java-data>
jtulach@94
   106
    </configuration>
jtulach@94
   107
</project>