java/HibernateDemo1/HibernateDemo1-war/nbproject/project.xml
changeset 0 16a1fc2116d6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/HibernateDemo1/HibernateDemo1-war/nbproject/project.xml	Sat Mar 14 21:58:41 2009 +0100
     1.3 @@ -0,0 +1,45 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     1.6 +    <type>org.netbeans.modules.web.project</type>
     1.7 +    <configuration>
     1.8 +        <data xmlns="http://www.netbeans.org/ns/web-project/3">
     1.9 +            <name>HibernateDemo1-war</name>
    1.10 +            <minimum-ant-version>1.6.5</minimum-ant-version>
    1.11 +            <web-module-libraries>
    1.12 +                <library>
    1.13 +                    <file>${reference.HibernateDemo1-ejb.dist}</file>
    1.14 +                    <path-in-war>WEB-INF/lib</path-in-war>
    1.15 +                </library>
    1.16 +                <library>
    1.17 +                    <file>${reference.HibernateDemo1-lib.jar}</file>
    1.18 +                    <path-in-war>WEB-INF/lib</path-in-war>
    1.19 +                </library>
    1.20 +            </web-module-libraries>
    1.21 +            <web-module-additional-libraries/>
    1.22 +            <source-roots>
    1.23 +                <root id="src.dir" name="Source Packages"/>
    1.24 +            </source-roots>
    1.25 +            <test-roots>
    1.26 +                <root id="test.src.dir" name="Test Packages"/>
    1.27 +            </test-roots>
    1.28 +        </data>
    1.29 +        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
    1.30 +            <reference>
    1.31 +                <foreign-project>HibernateDemo1-ejb</foreign-project>
    1.32 +                <artifact-type>jar</artifact-type>
    1.33 +                <script>build.xml</script>
    1.34 +                <target>dist</target>
    1.35 +                <clean-target>clean</clean-target>
    1.36 +                <id>dist</id>
    1.37 +            </reference>
    1.38 +            <reference>
    1.39 +                <foreign-project>HibernateDemo1-lib</foreign-project>
    1.40 +                <artifact-type>jar</artifact-type>
    1.41 +                <script>build.xml</script>
    1.42 +                <target>jar</target>
    1.43 +                <clean-target>clean</clean-target>
    1.44 +                <id>jar</id>
    1.45 +            </reference>
    1.46 +        </references>
    1.47 +    </configuration>
    1.48 +</project>