java/nekurak.net-ear/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Tue Mar 23 00:50:39 2010 +0100 (2010-03-23)
changeset 75 18ed62105526
parent 27 88f3012c60a2
child 78 77d86ffbf55b
permissions -rw-r--r--
REST: přidán nový webový modul.
franta-hg@27
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@27
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@27
     3
    <type>org.netbeans.modules.j2ee.earproject</type>
franta-hg@27
     4
    <configuration>
franta-hg@27
     5
        <data xmlns="http://www.netbeans.org/ns/j2ee-earproject/2">
franta-hg@27
     6
            <name>nekurak.net-ear</name>
franta-hg@27
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
franta-hg@27
     8
            <web-module-libraries/>
franta-hg@27
     9
            <web-module-additional-libraries>
franta-hg@27
    10
                <library>
franta-hg@27
    11
                    <file>${reference.nekurak_net-web.dist-ear}</file>
franta-hg@27
    12
                    <path-in-war>/</path-in-war>
franta-hg@27
    13
                </library>
franta-hg@27
    14
                <library>
franta-hg@27
    15
                    <file>${reference.nekurak_net-ejb.dist-ear}</file>
franta-hg@27
    16
                    <path-in-war>/</path-in-war>
franta-hg@27
    17
                </library>
franta-hg@75
    18
                <library>
franta-hg@75
    19
                    <file>${reference.nekurak_net-rest.dist-ear}</file>
franta-hg@75
    20
                    <path-in-war>/</path-in-war>
franta-hg@75
    21
                </library>
franta-hg@27
    22
            </web-module-additional-libraries>
franta-hg@27
    23
        </data>
franta-hg@27
    24
        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
franta-hg@27
    25
            <reference>
franta-hg@27
    26
                <foreign-project>nekurak_net-ejb</foreign-project>
franta-hg@27
    27
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@27
    28
                <script>build.xml</script>
franta-hg@27
    29
                <target>dist-ear</target>
franta-hg@27
    30
                <clean-target>clean-ear</clean-target>
franta-hg@27
    31
                <id>dist-ear</id>
franta-hg@27
    32
            </reference>
franta-hg@27
    33
            <reference>
franta-hg@75
    34
                <foreign-project>nekurak_net-rest</foreign-project>
franta-hg@75
    35
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@75
    36
                <script>build.xml</script>
franta-hg@75
    37
                <target>dist-ear</target>
franta-hg@75
    38
                <clean-target>clean-ear</clean-target>
franta-hg@75
    39
                <id>dist-ear</id>
franta-hg@75
    40
            </reference>
franta-hg@75
    41
            <reference>
franta-hg@27
    42
                <foreign-project>nekurak_net-web</foreign-project>
franta-hg@27
    43
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@27
    44
                <script>build.xml</script>
franta-hg@27
    45
                <target>dist-ear</target>
franta-hg@27
    46
                <clean-target>clean-ear</clean-target>
franta-hg@27
    47
                <id>dist-ear</id>
franta-hg@27
    48
            </reference>
franta-hg@27
    49
        </references>
franta-hg@27
    50
    </configuration>
franta-hg@27
    51
</project>