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.
franta-hg@27
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@27
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@27
     3
    <type>org.netbeans.modules.j2ee.ejbjarproject</type>
franta-hg@27
     4
    <configuration>
franta-hg@27
     5
        <data xmlns="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
franta-hg@27
     6
            <name>nekurak.net-ejb</name>
franta-hg@27
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
franta-hg@27
     8
            <included-library dirs="200">reference.nekurak_net-lib.jar</included-library>
franta-hg@108
     9
            <included-library dirs="200">reference.SuperDAO.jar</included-library>
franta-hg@149
    10
            <included-library dirs="200">libs.Smack-XMPP.classpath</included-library>
franta-hg@27
    11
            <source-roots>
franta-hg@27
    12
                <root id="src.dir" name="Source Packages"/>
franta-hg@27
    13
            </source-roots>
franta-hg@27
    14
            <test-roots>
franta-hg@27
    15
                <root id="test.src.dir" name="Test Packages"/>
franta-hg@27
    16
            </test-roots>
franta-hg@27
    17
        </data>
franta-hg@27
    18
        <references xmlns="http://www.netbeans.org/ns/ant-project-references/1">
franta-hg@27
    19
            <reference>
franta-hg@108
    20
                <foreign-project>SuperDAO</foreign-project>
franta-hg@108
    21
                <artifact-type>jar</artifact-type>
franta-hg@108
    22
                <script>build.xml</script>
franta-hg@108
    23
                <target>jar</target>
franta-hg@108
    24
                <clean-target>clean</clean-target>
franta-hg@108
    25
                <id>jar</id>
franta-hg@108
    26
            </reference>
franta-hg@108
    27
            <reference>
franta-hg@27
    28
                <foreign-project>nekurak_net-lib</foreign-project>
franta-hg@27
    29
                <artifact-type>jar</artifact-type>
franta-hg@27
    30
                <script>build.xml</script>
franta-hg@27
    31
                <target>jar</target>
franta-hg@27
    32
                <clean-target>clean</clean-target>
franta-hg@27
    33
                <id>jar</id>
franta-hg@27
    34
            </reference>
franta-hg@27
    35
        </references>
franta-hg@27
    36
    </configuration>
franta-hg@27
    37
</project>