samples/messagedigest/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:26 +0200
changeset 50 019f1e9f7741
parent 48 c5742322dbc8
child 51 130e099942d8
permissions -rw-r--r--
up to line 4500
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@50
     6
            <name>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@50
    20
                    <label>src-new-spi</label>
jtulach@50
    21
                    <type>java</type>
jtulach@50
    22
                    <location>src-new-spi</location>
jtulach@50
    23
                    <encoding>UTF-8</encoding>
jtulach@50
    24
                </source-folder>
jtulach@50
    25
                <source-folder>
jtulach@45
    26
                    <label>src-bridge</label>
jtulach@45
    27
                    <type>java</type>
jtulach@45
    28
                    <location>src-bridge</location>
jtulach@45
    29
                    <encoding>UTF-8</encoding>
jtulach@45
    30
                </source-folder>
jtulach@45
    31
                <source-folder>
jtulach@45
    32
                    <label>test</label>
jtulach@45
    33
                    <type>java</type>
jtulach@45
    34
                    <location>src-test</location>
jtulach@45
    35
                    <encoding>UTF-8</encoding>
jtulach@45
    36
                </source-folder>
jtulach@45
    37
            </folders>
jtulach@45
    38
            <ide-actions>
jtulach@45
    39
                <action name="build">
jtulach@45
    40
                    <target>build</target>
jtulach@45
    41
                </action>
jtulach@45
    42
                <action name="clean">
jtulach@45
    43
                    <target>clean</target>
jtulach@45
    44
                </action>
jtulach@45
    45
                <action name="test">
jtulach@45
    46
                    <target>test</target>
jtulach@45
    47
                </action>
jtulach@45
    48
                <action name="rebuild">
jtulach@45
    49
                    <target>clean</target>
jtulach@45
    50
                    <target>build</target>
jtulach@45
    51
                </action>
jtulach@45
    52
            </ide-actions>
jtulach@45
    53
            <view>
jtulach@45
    54
                <items>
jtulach@45
    55
                    <source-folder style="packages">
jtulach@50
    56
                        <label>New API for Clients</label>
jtulach@45
    57
                        <location>src-new-api</location>
jtulach@45
    58
                    </source-folder>
jtulach@45
    59
                    <source-folder style="packages">
jtulach@50
    60
                        <label>New API for Providers</label>
jtulach@50
    61
                        <location>src-new-spi</location>
jtulach@50
    62
                    </source-folder>
jtulach@50
    63
                    <source-folder style="packages">
jtulach@50
    64
                        <label>Bridge</label>
jtulach@45
    65
                        <location>src-bridge</location>
jtulach@45
    66
                    </source-folder>
jtulach@45
    67
                    <source-folder style="packages">
jtulach@50
    68
                        <label>Tests</label>
jtulach@45
    69
                        <location>src-test</location>
jtulach@45
    70
                    </source-folder>
jtulach@45
    71
                    <source-file>
jtulach@45
    72
                        <location>build.xml</location>
jtulach@45
    73
                    </source-file>
jtulach@45
    74
                </items>
jtulach@45
    75
                <context-menu>
jtulach@45
    76
                    <ide-action name="build"/>
jtulach@45
    77
                    <ide-action name="rebuild"/>
jtulach@45
    78
                    <ide-action name="clean"/>
jtulach@45
    79
                    <ide-action name="test"/>
jtulach@45
    80
                </context-menu>
jtulach@45
    81
            </view>
jtulach@45
    82
        </general-data>
jtulach@45
    83
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@45
    84
            <compilation-unit>
jtulach@45
    85
                <package-root>src-new-api</package-root>
jtulach@50
    86
                <source-level>1.5</source-level>
jtulach@50
    87
            </compilation-unit>
jtulach@50
    88
            <compilation-unit>
jtulach@50
    89
                <package-root>src-new-spi</package-root>
jtulach@50
    90
                <classpath mode="compile">src-new-api</classpath>
jtulach@45
    91
                <source-level>1.5</source-level>
jtulach@45
    92
            </compilation-unit>
jtulach@45
    93
            <compilation-unit>
jtulach@47
    94
                <package-root>src-bridge</package-root>
jtulach@50
    95
                <classpath mode="compile">src-new-api:src-new-spi</classpath>
jtulach@45
    96
                <source-level>1.5</source-level>
jtulach@45
    97
            </compilation-unit>
jtulach@45
    98
            <compilation-unit>
jtulach@45
    99
                <package-root>src-test</package-root>
jtulach@50
   100
                <classpath mode="compile">src-api1.0:../libs/dist/junit-4.4.jar</classpath>
jtulach@45
   101
                <source-level>1.5</source-level>
jtulach@45
   102
            </compilation-unit>
jtulach@45
   103
        </java-data>
jtulach@37
   104
    </configuration>
jtulach@37
   105
</project>