java/HibernateDemo1/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Sat, 14 Mar 2009 21:58:41 +0100
changeset 0 16a1fc2116d6
permissions -rw-r--r--
Založení projektů (ejb, lib, web)
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@0
     3
    <type>org.netbeans.modules.j2ee.earproject</type>
franta-hg@0
     4
    <configuration>
franta-hg@0
     5
        <data xmlns="http://www.netbeans.org/ns/j2ee-earproject/2">
franta-hg@0
     6
            <name>HibernateDemo1</name>
franta-hg@0
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
franta-hg@0
     8
            <web-module-libraries/>
franta-hg@0
     9
            <web-module-additional-libraries>
franta-hg@0
    10
                <library>
franta-hg@0
    11
                    <file>${reference.HibernateDemo1-war.dist-ear}</file>
franta-hg@0
    12
                    <path-in-war>/</path-in-war>
franta-hg@0
    13
                </library>
franta-hg@0
    14
                <library>
franta-hg@0
    15
                    <file>${reference.HibernateDemo1-ejb.dist-ear}</file>
franta-hg@0
    16
                    <path-in-war>/</path-in-war>
franta-hg@0
    17
                </library>
franta-hg@0
    18
            </web-module-additional-libraries>
franta-hg@0
    19
        </data>
franta-hg@0
    20
        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
franta-hg@0
    21
            <reference>
franta-hg@0
    22
                <foreign-project>HibernateDemo1-ejb</foreign-project>
franta-hg@0
    23
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@0
    24
                <script>build.xml</script>
franta-hg@0
    25
                <target>dist-ear</target>
franta-hg@0
    26
                <clean-target>clean-ear</clean-target>
franta-hg@0
    27
                <id>dist-ear</id>
franta-hg@0
    28
            </reference>
franta-hg@0
    29
            <reference>
franta-hg@0
    30
                <foreign-project>HibernateDemo1-war</foreign-project>
franta-hg@0
    31
                <artifact-type>j2ee_ear_archive</artifact-type>
franta-hg@0
    32
                <script>build.xml</script>
franta-hg@0
    33
                <target>dist-ear</target>
franta-hg@0
    34
                <clean-target>clean-ear</clean-target>
franta-hg@0
    35
                <id>dist-ear</id>
franta-hg@0
    36
            </reference>
franta-hg@0
    37
        </references>
franta-hg@0
    38
    </configuration>
franta-hg@0
    39
</project>