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