java/SpringDemo1/SpringDemo1-ejb/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Wed Feb 10 20:55:08 2010 +0100 (2010-02-10)
changeset 1 9a3fced9634d
permissions -rw-r--r--
Přechod na EAR, EJB.
franta-hg@1
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@1
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@1
     3
    <type>org.netbeans.modules.j2ee.ejbjarproject</type>
franta-hg@1
     4
    <configuration>
franta-hg@1
     5
        <data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
franta-hg@1
     6
            <name>SpringDemo1-ejb</name>
franta-hg@1
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
franta-hg@1
     8
            <included-library dirs="200">reference.SpringDemo1-lib.jar</included-library>
franta-hg@1
     9
            <included-library dirs="200">libs.spring-framework.classpath</included-library>
franta-hg@1
    10
            <source-roots>
franta-hg@1
    11
                <root id="src.dir" name="Source Packages"/>
franta-hg@1
    12
            </source-roots>
franta-hg@1
    13
            <test-roots>
franta-hg@1
    14
                <root id="test.src.dir" name="Test Packages"/>
franta-hg@1
    15
            </test-roots>
franta-hg@1
    16
        </data>
franta-hg@1
    17
        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
franta-hg@1
    18
            <reference>
franta-hg@1
    19
                <foreign-project>SpringDemo1-lib</foreign-project>
franta-hg@1
    20
                <artifact-type>jar</artifact-type>
franta-hg@1
    21
                <script>build.xml</script>
franta-hg@1
    22
                <target>jar</target>
franta-hg@1
    23
                <clean-target>clean</clean-target>
franta-hg@1
    24
                <id>jar</id>
franta-hg@1
    25
            </reference>
franta-hg@1
    26
        </references>
franta-hg@1
    27
    </configuration>
franta-hg@1
    28
</project>