java/nekurak.net-ejb/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Wed Jun 30 00:26:14 2010 +0200 (2010-06-30)
changeset 149 8238cdb4113a
parent 108 f74a9fc683da
child 186 b0f7d9ab4a07
permissions -rw-r--r--
XMPP chat – první verze.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project xmlns="http://www.netbeans.org/ns/project/1">
     3     <type>org.netbeans.modules.j2ee.ejbjarproject</type>
     4     <configuration>
     5         <data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
     6             <name>nekurak.net-ejb</name>
     7             <minimum-ant-version>1.6.5</minimum-ant-version>
     8             <included-library dirs="200">reference.nekurak_net-lib.jar</included-library>
     9             <included-library dirs="200">reference.SuperDAO.jar</included-library>
    10             <included-library dirs="200">libs.Smack-XMPP.classpath</included-library>
    11             <source-roots>
    12                 <root id="src.dir" name="Source Packages"/>
    13             </source-roots>
    14             <test-roots>
    15                 <root id="test.src.dir" name="Test Packages"/>
    16             </test-roots>
    17         </data>
    18         <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
    19             <reference>
    20                 <foreign-project>SuperDAO</foreign-project>
    21                 <artifact-type>jar</artifact-type>
    22                 <script>build.xml</script>
    23                 <target>jar</target>
    24                 <clean-target>clean</clean-target>
    25                 <id>jar</id>
    26             </reference>
    27             <reference>
    28                 <foreign-project>nekurak_net-lib</foreign-project>
    29                 <artifact-type>jar</artifact-type>
    30                 <script>build.xml</script>
    31                 <target>jar</target>
    32                 <clean-target>clean</clean-target>
    33                 <id>jar</id>
    34             </reference>
    35         </references>
    36     </configuration>
    37 </project>