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.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project xmlns="http://www.netbeans.org/ns/project/1">
     3     <type>org.netbeans.modules.web.project</type>
     4     <configuration>
     5         <data xmlns="http://www.netbeans.org/ns/web-project/3">
     6             <name>nekurak.net-web</name>
     7             <minimum-ant-version>1.6.5</minimum-ant-version>
     8             <web-module-libraries>
     9                 <library dirs="200">
    10                     <file>${libs.spring-framework.classpath}</file>
    11                     <path-in-war>WEB-INF/lib</path-in-war>
    12                 </library>
    13             </web-module-libraries>
    14             <web-module-additional-libraries/>
    15             <source-roots>
    16                 <root id="src.dir"/>
    17             </source-roots>
    18             <test-roots>
    19                 <root id="test.src.dir"/>
    20             </test-roots>
    21         </data>
    22     </configuration>
    23 </project>