java/SpringDemo1/SpringDemo1-war/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Wed, 10 Feb 2010 21:05:17 +0100
changeset 2 d549a4eb6aa9
parent 1 9a3fced9634d
permissions -rw-r--r--
Funkční EJB.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project xmlns="http://www.netbeans.org/ns/project/1">
     3     <type>org.netbeans.modules.web.project</type>
     4     <configuration>
     5         <data xmlns="http://www.netbeans.org/ns/web-project/3">
     6             <name>SpringDemo1-war</name>
     7             <minimum-ant-version>1.6.5</minimum-ant-version>
     8             <web-module-libraries>
     9                 <library dirs="100">
    10                     <file>${reference.SpringDemo1-ejb.dist}</file>
    11                     <path-in-war>WEB-INF/lib</path-in-war>
    12                 </library>
    13                 <library dirs="200">
    14                     <file>${reference.SpringDemo1-lib.jar}</file>
    15                     <path-in-war>WEB-INF/lib</path-in-war>
    16                 </library>
    17             </web-module-libraries>
    18             <web-module-additional-libraries/>
    19             <source-roots>
    20                 <root id="src.dir"/>
    21             </source-roots>
    22             <test-roots>
    23                 <root id="test.src.dir"/>
    24             </test-roots>
    25         </data>
    26         <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
    27             <reference>
    28                 <foreign-project>SpringDemo1-ejb</foreign-project>
    29                 <artifact-type>jar</artifact-type>
    30                 <script>build.xml</script>
    31                 <target>dist</target>
    32                 <clean-target>clean</clean-target>
    33                 <id>dist</id>
    34             </reference>
    35             <reference>
    36                 <foreign-project>SpringDemo1-lib</foreign-project>
    37                 <artifact-type>jar</artifact-type>
    38                 <script>build.xml</script>
    39                 <target>jar</target>
    40                 <clean-target>clean</clean-target>
    41                 <id>jar</id>
    42             </reference>
    43         </references>
    44     </configuration>
    45 </project>