java/SpringDemo1/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Wed Feb 10 21:23:45 2010 +0100 (2010-02-10)
changeset 4 85754d201c93
parent 0 b8ecf1ac63fb
permissions -rw-r--r--
DAO pomocí RowMapperu.
franta-hg@0
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@0
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@1
     3
    <type>org.netbeans.modules.j2ee.earproject</type>
franta-hg@0
     4
    <configuration>
franta-hg@1
     5
        <data xmlns="http://www.netbeans.org/ns/j2ee-earproject/2">
franta-hg@0
     6
            <name>SpringDemo1</name>
franta-hg@0
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
franta-hg@1
     8
            <web-module-libraries/>
franta-hg@1
     9
            <web-module-additional-libraries>
franta-hg@1
    10
                <library>
franta-hg@1
    11
                    <file>${reference.SpringDemo1-war.dist-ear}</file>
franta-hg@1
    12
                    <path-in-war>/</path-in-war>
franta-hg@0
    13
                </library>
franta-hg@1
    14
                <library>
franta-hg@1
    15
                    <file>${reference.SpringDemo1-ejb.dist-ear}</file>
franta-hg@1
    16
                    <path-in-war>/</path-in-war>
franta-hg@1
    17
                </library>
franta-hg@1
    18
            </web-module-additional-libraries>
franta-hg@0
    19
        </data>
franta-hg@1
    20
        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
franta-hg@1
    21
            <reference>
franta-hg@1
    22
                <foreign-project>SpringDemo1-ejb</foreign-project>
franta-hg@1
    23
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@1
    24
                <script>build.xml</script>
franta-hg@1
    25
                <target>dist-ear</target>
franta-hg@1
    26
                <clean-target>clean-ear</clean-target>
franta-hg@1
    27
                <id>dist-ear</id>
franta-hg@1
    28
            </reference>
franta-hg@1
    29
            <reference>
franta-hg@1
    30
                <foreign-project>SpringDemo1-war</foreign-project>
franta-hg@1
    31
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@1
    32
                <script>build.xml</script>
franta-hg@1
    33
                <target>dist-ear</target>
franta-hg@1
    34
                <clean-target>clean-ear</clean-target>
franta-hg@1
    35
                <id>dist-ear</id>
franta-hg@1
    36
            </reference>
franta-hg@1
    37
        </references>
franta-hg@0
    38
    </configuration>
franta-hg@0
    39
</project>