samples/messagedigest/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:26 +0200
changeset 51 130e099942d8
parent 50 019f1e9f7741
permissions -rw-r--r--
Merge: Geertjan's changes up to 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@51
     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@51
    31
                <source-folder>
jtulach@51
    32
                    <label>MessageDigest and Bridges</label>
jtulach@51
    33
                    <location>.</location>
jtulach@51
    34
                    <encoding>UTF-8</encoding>
jtulach@51
    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@51
    51
                <action name="debug.single">
jtulach@51
    52
                    <target>-do-test</target>
jtulach@51
    53
                    <context>
jtulach@51
    54
                        <property>include</property>
jtulach@51
    55
                        <folder>src-test</folder>
jtulach@51
    56
                        <format>relative-path-noext</format>
jtulach@51
    57
                        <arity>
jtulach@51
    58
                            <one-file-only/>
jtulach@51
    59
                        </arity>
jtulach@51
    60
                    </context>
jtulach@51
    61
                </action>
jtulach@45
    62
            </ide-actions>
jtulach@51
    63
            <export>
jtulach@51
    64
                <type>folder</type>
jtulach@51
    65
                <location>build/bridge/classes</location>
jtulach@51
    66
                <build-target>build</build-target>
jtulach@51
    67
            </export>
jtulach@51
    68
            <export>
jtulach@51
    69
                <type>folder</type>
jtulach@51
    70
                <location>build/new-api/classes</location>
jtulach@51
    71
                <build-target>build</build-target>
jtulach@51
    72
            </export>
jtulach@51
    73
            <export>
jtulach@51
    74
                <type>folder</type>
jtulach@51
    75
                <location>build/test/classes</location>
jtulach@51
    76
                <build-target>build</build-target>
jtulach@51
    77
            </export>
jtulach@45
    78
            <view>
jtulach@45
    79
                <items>
jtulach@45
    80
                    <source-folder style="packages">
jtulach@51
    81
                        <label>src-new-api</label>
jtulach@45
    82
                        <location>src-new-api</location>
jtulach@45
    83
                    </source-folder>
jtulach@45
    84
                    <source-folder style="packages">
jtulach@51
    85
                        <label>src-bridge</label>
jtulach@45
    86
                        <location>src-bridge</location>
jtulach@45
    87
                    </source-folder>
jtulach@45
    88
                    <source-folder style="packages">
jtulach@51
    89
                        <label>test</label>
jtulach@45
    90
                        <location>src-test</location>
jtulach@45
    91
                    </source-folder>
jtulach@45
    92
                    <source-file>
jtulach@45
    93
                        <location>build.xml</location>
jtulach@45
    94
                    </source-file>
jtulach@45
    95
                </items>
jtulach@45
    96
                <context-menu>
jtulach@45
    97
                    <ide-action name="build"/>
jtulach@45
    98
                    <ide-action name="rebuild"/>
jtulach@45
    99
                    <ide-action name="clean"/>
jtulach@45
   100
                    <ide-action name="test"/>
jtulach@51
   101
                    <ide-action name="debug"/>
jtulach@45
   102
                </context-menu>
jtulach@45
   103
            </view>
jtulach@51
   104
            <subprojects/>
jtulach@45
   105
        </general-data>
jtulach@45
   106
        <java-data xmlns="http://www.netbeans.org/ns/freeform-project-java/1">
jtulach@45
   107
            <compilation-unit>
jtulach@45
   108
                <package-root>src-new-api</package-root>
jtulach@51
   109
                <built-to>build/bridge/classes</built-to>
jtulach@51
   110
                <built-to>build/new-api/classes</built-to>
jtulach@51
   111
                <built-to>build/test/classes</built-to>
jtulach@50
   112
                <source-level>1.5</source-level>
jtulach@50
   113
            </compilation-unit>
jtulach@50
   114
            <compilation-unit>
jtulach@51
   115
                <package-root>src-bridge</package-root>
jtulach@50
   116
                <classpath mode="compile">src-new-api</classpath>
jtulach@45
   117
                <source-level>1.5</source-level>
jtulach@45
   118
            </compilation-unit>
jtulach@45
   119
            <compilation-unit>
jtulach@45
   120
                <package-root>src-test</package-root>
jtulach@51
   121
                <classpath mode="compile">src-new-api:../libs/dist/junit-4.4.jar</classpath>
jtulach@45
   122
                <source-level>1.5</source-level>
jtulach@45
   123
            </compilation-unit>
jtulach@45
   124
        </java-data>
jtulach@37
   125
    </configuration>
jtulach@37
   126
</project>