java/SpringDemo1/nbproject/project.xml
author František Kučera <franta-hg@frantovo.cz>
Wed, 10 Feb 2010 18:25:55 +0100
changeset 0 b8ecf1ac63fb
child 1 9a3fced9634d
permissions -rw-r--r--
Vytvoření projektu v Netbeans a základní kostra.
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>SpringDemo1</name>
franta-hg@0
     7
            <minimum-ant-version>1.6.5</minimum-ant-version>
franta-hg@0
     8
            <web-module-libraries>
franta-hg@0
     9
                <library dirs="200">
franta-hg@0
    10
                    <file>${libs.spring-framework.classpath}</file>
franta-hg@0
    11
                    <path-in-war>WEB-INF/lib</path-in-war>
franta-hg@0
    12
                </library>
franta-hg@0
    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>