java/nekurak.net-ear/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Mon Apr 12 10:50:39 2010 +0200 (2010-04-12)
changeset 98 75dec396f0e3
parent 86 eb6fce71e85c
child 188 74d06a8a4948
permissions -rw-r--r--
WS: přidána pokusná webová služba – SOAP.
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@86
    18
                <library>
franta-hg@86
    19
                    <file>${reference.nekurak_net-rest.dist-ear}</file>
franta-hg@86
    20
                    <path-in-war>/</path-in-war>
franta-hg@86
    21
                </library>
franta-hg@98
    22
                <library>
franta-hg@98
    23
                    <file>${reference.nekurak_net-ws.dist-ear}</file>
franta-hg@98
    24
                    <path-in-war>/</path-in-war>
franta-hg@98
    25
                </library>
franta-hg@27
    26
            </web-module-additional-libraries>
franta-hg@27
    27
        </data>
franta-hg@27
    28
        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
franta-hg@27
    29
            <reference>
franta-hg@27
    30
                <foreign-project>nekurak_net-ejb</foreign-project>
franta-hg@27
    31
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@27
    32
                <script>build.xml</script>
franta-hg@27
    33
                <target>dist-ear</target>
franta-hg@27
    34
                <clean-target>clean-ear</clean-target>
franta-hg@27
    35
                <id>dist-ear</id>
franta-hg@27
    36
            </reference>
franta-hg@27
    37
            <reference>
franta-hg@86
    38
                <foreign-project>nekurak_net-rest</foreign-project>
franta-hg@86
    39
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@86
    40
                <script>build.xml</script>
franta-hg@86
    41
                <target>dist-ear</target>
franta-hg@86
    42
                <clean-target>clean-ear</clean-target>
franta-hg@86
    43
                <id>dist-ear</id>
franta-hg@86
    44
            </reference>
franta-hg@86
    45
            <reference>
franta-hg@27
    46
                <foreign-project>nekurak_net-web</foreign-project>
franta-hg@27
    47
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@27
    48
                <script>build.xml</script>
franta-hg@27
    49
                <target>dist-ear</target>
franta-hg@27
    50
                <clean-target>clean-ear</clean-target>
franta-hg@27
    51
                <id>dist-ear</id>
franta-hg@27
    52
            </reference>
franta-hg@98
    53
            <reference>
franta-hg@98
    54
                <foreign-project>nekurak_net-ws</foreign-project>
franta-hg@98
    55
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@98
    56
                <script>build.xml</script>
franta-hg@98
    57
                <target>dist-ear</target>
franta-hg@98
    58
                <clean-target>clean-ear</clean-target>
franta-hg@98
    59
                <id>dist-ear</id>
franta-hg@98
    60
            </reference>
franta-hg@27
    61
        </references>
franta-hg@27
    62
    </configuration>
franta-hg@27
    63
</project>