samples/apifest1/infrastructure/testing-template/nbproject/project.xml
author Jaroslav Tulach <jtulach@netbeans.org>
Sat, 14 Jun 2008 09:52:45 +0200
changeset 52 4257f4cf226b
permissions -rw-r--r--
Adding samples from API fest to the repository, including pieces of their code in the document, not just links
jtulach@52
     1
<?xml version="1.0" encoding="UTF-8"?>
jtulach@52
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
jtulach@52
     3
    <type>org.netbeans.modules.apisupport.project</type>
jtulach@52
     4
    <configuration>
jtulach@52
     5
        <data xmlns="http://www.netbeans.org/ns/nb-module-project/2">
jtulach@52
     6
            <code-name-base>org.netbeans.apifest.testingtemplate</code-name-base>
jtulach@52
     7
            <standalone/>
jtulach@52
     8
            <module-dependencies>
jtulach@52
     9
                <dependency>
jtulach@52
    10
                    <code-name-base>org.jdesktop.layout</code-name-base>
jtulach@52
    11
                    <build-prerequisite/>
jtulach@52
    12
                    <compile-dependency/>
jtulach@52
    13
                    <run-dependency>
jtulach@52
    14
                        <release-version>1</release-version>
jtulach@52
    15
                        <specification-version>1.4</specification-version>
jtulach@52
    16
                    </run-dependency>
jtulach@52
    17
                </dependency>
jtulach@52
    18
                <dependency>
jtulach@52
    19
                    <code-name-base>org.netbeans.modules.projectapi</code-name-base>
jtulach@52
    20
                    <build-prerequisite/>
jtulach@52
    21
                    <compile-dependency/>
jtulach@52
    22
                    <run-dependency>
jtulach@52
    23
                        <release-version>1</release-version>
jtulach@52
    24
                        <specification-version>1.10</specification-version>
jtulach@52
    25
                    </run-dependency>
jtulach@52
    26
                </dependency>
jtulach@52
    27
                <dependency>
jtulach@52
    28
                    <code-name-base>org.netbeans.modules.projectuiapi</code-name-base>
jtulach@52
    29
                    <build-prerequisite/>
jtulach@52
    30
                    <compile-dependency/>
jtulach@52
    31
                    <run-dependency>
jtulach@52
    32
                        <release-version>1</release-version>
jtulach@52
    33
                        <specification-version>1.15.0.5</specification-version>
jtulach@52
    34
                    </run-dependency>
jtulach@52
    35
                </dependency>
jtulach@52
    36
                <dependency>
jtulach@52
    37
                    <code-name-base>org.openide.awt</code-name-base>
jtulach@52
    38
                    <build-prerequisite/>
jtulach@52
    39
                    <compile-dependency/>
jtulach@52
    40
                    <run-dependency>
jtulach@52
    41
                        <specification-version>6.8.0.1</specification-version>
jtulach@52
    42
                    </run-dependency>
jtulach@52
    43
                </dependency>
jtulach@52
    44
                <dependency>
jtulach@52
    45
                    <code-name-base>org.openide.dialogs</code-name-base>
jtulach@52
    46
                    <build-prerequisite/>
jtulach@52
    47
                    <compile-dependency/>
jtulach@52
    48
                    <run-dependency>
jtulach@52
    49
                        <specification-version>7.0</specification-version>
jtulach@52
    50
                    </run-dependency>
jtulach@52
    51
                </dependency>
jtulach@52
    52
                <dependency>
jtulach@52
    53
                    <code-name-base>org.openide.filesystems</code-name-base>
jtulach@52
    54
                    <build-prerequisite/>
jtulach@52
    55
                    <compile-dependency/>
jtulach@52
    56
                    <run-dependency>
jtulach@52
    57
                        <specification-version>7.0</specification-version>
jtulach@52
    58
                    </run-dependency>
jtulach@52
    59
                </dependency>
jtulach@52
    60
                <dependency>
jtulach@52
    61
                    <code-name-base>org.openide.loaders</code-name-base>
jtulach@52
    62
                    <build-prerequisite/>
jtulach@52
    63
                    <compile-dependency/>
jtulach@52
    64
                    <run-dependency>
jtulach@52
    65
                        <specification-version>5.11</specification-version>
jtulach@52
    66
                    </run-dependency>
jtulach@52
    67
                </dependency>
jtulach@52
    68
                <dependency>
jtulach@52
    69
                    <code-name-base>org.openide.util</code-name-base>
jtulach@52
    70
                    <build-prerequisite/>
jtulach@52
    71
                    <compile-dependency/>
jtulach@52
    72
                    <run-dependency>
jtulach@52
    73
                        <specification-version>7.2.1</specification-version>
jtulach@52
    74
                    </run-dependency>
jtulach@52
    75
                </dependency>
jtulach@52
    76
            </module-dependencies>
jtulach@52
    77
            <public-packages/>
jtulach@52
    78
        </data>
jtulach@52
    79
    </configuration>
jtulach@52
    80
</project>