java/SpringDemo1/nbproject/project.xml
changeset 0 b8ecf1ac63fb
child 1 9a3fced9634d
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/java/SpringDemo1/nbproject/project.xml	Wed Feb 10 18:25:55 2010 +0100
     1.3 @@ -0,0 +1,23 @@
     1.4 +<?xml version="1.0" encoding="UTF-8"?>
     1.5 +<project xmlns="http://www.netbeans.org/ns/project/1">
     1.6 +    <type>org.netbeans.modules.web.project</type>
     1.7 +    <configuration>
     1.8 +        <data xmlns="http://www.netbeans.org/ns/web-project/3">
     1.9 +            <name>SpringDemo1</name>
    1.10 +            <minimum-ant-version>1.6.5</minimum-ant-version>
    1.11 +            <web-module-libraries>
    1.12 +                <library dirs="200">
    1.13 +                    <file>${libs.spring-framework.classpath}</file>
    1.14 +                    <path-in-war>WEB-INF/lib</path-in-war>
    1.15 +                </library>
    1.16 +            </web-module-libraries>
    1.17 +            <web-module-additional-libraries/>
    1.18 +            <source-roots>
    1.19 +                <root id="src.dir"/>
    1.20 +            </source-roots>
    1.21 +            <test-roots>
    1.22 +                <root id="test.src.dir"/>
    1.23 +            </test-roots>
    1.24 +        </data>
    1.25 +    </configuration>
    1.26 +</project>