java/nekurak.net-web/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Thu, 11 Feb 2010 03:13:57 +0100
changeset 26 fc3e84d87e01
parent 0 b85f351aa5e5
child 27 88f3012c60a2
permissions -rw-r--r--
DAO vrstva pomocí Spring JdbcTemplate.
franta-hg@0
     1
<?xml version="1.0" encoding="UTF-8"?>
franta-hg@0
     2
<project xmlns="http://www.netbeans.org/ns/project/1">
franta-hg@0
     3
    <type>org.netbeans.modules.web.project</type>
franta-hg@0
     4
    <configuration>
franta-hg@0
     5
        <data xmlns="http://www.netbeans.org/ns/web-project/3">
franta-hg@0
     6
            <name>nekurak.net-web</name>
franta-hg@0
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
franta-hg@26
     8
            <web-module-libraries>
franta-hg@26
     9
                <library dirs="200">
franta-hg@26
    10
                    <file>${libs.spring-framework.classpath}</file>
franta-hg@26
    11
                    <path-in-war>WEB-INF/lib</path-in-war>
franta-hg@26
    12
                </library>
franta-hg@26
    13
            </web-module-libraries>
franta-hg@0
    14
            <web-module-additional-libraries/>
franta-hg@0
    15
            <source-roots>
franta-hg@0
    16
                <root id="src.dir"/>
franta-hg@0
    17
            </source-roots>
franta-hg@0
    18
            <test-roots>
franta-hg@0
    19
                <root id="test.src.dir"/>
franta-hg@0
    20
            </test-roots>
franta-hg@0
    21
        </data>
franta-hg@0
    22
    </configuration>
franta-hg@0
    23
</project>