Last change
on this file since 29 was
20,
checked in by fmguler, 14 years ago
|
Refs #2 - Scheduling System web uygulaması ilk import. Spring 3 kullanılıyor.
|
File size:
1.8 KB
|
Rev | Line | |
---|
[20] | 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>SchedulingSystem</name> |
---|
| 7 | <minimum-ant-version>1.6.5</minimum-ant-version> |
---|
| 8 | <web-module-libraries> |
---|
| 9 | <library dirs="200"> |
---|
| 10 | <file>${libs.jstl11.classpath}</file> |
---|
| 11 | <path-in-war>WEB-INF/lib</path-in-war> |
---|
| 12 | </library> |
---|
| 13 | <library dirs="200"> |
---|
| 14 | <file>${libs.Spring.classpath}</file> |
---|
| 15 | <path-in-war>WEB-INF/lib</path-in-war> |
---|
| 16 | </library> |
---|
| 17 | </web-module-libraries> |
---|
| 18 | <web-module-additional-libraries/> |
---|
| 19 | <source-roots> |
---|
| 20 | <root id="src.dir"/> |
---|
| 21 | </source-roots> |
---|
| 22 | <test-roots> |
---|
| 23 | <root id="test.src.dir"/> |
---|
| 24 | </test-roots> |
---|
| 25 | </data> |
---|
| 26 | <libraries xmlns="http://www.netbeans.org/ns/ant-project-libraries/1"> |
---|
| 27 | <definitions>.\lib\nblibraries.properties</definitions> |
---|
| 28 | </libraries> |
---|
| 29 | <spring-data xmlns="http://www.netbeans.org/ns/spring-data/1"> |
---|
| 30 | <config-files> |
---|
| 31 | <config-file>web/WEB-INF/applicationContext.xml</config-file> |
---|
| 32 | <config-file>web/WEB-INF/dispatcher-servlet.xml</config-file> |
---|
| 33 | </config-files> |
---|
| 34 | <config-file-groups> |
---|
| 35 | <config-file-group name="Default Group"> |
---|
| 36 | <config-file>web/WEB-INF/applicationContext.xml</config-file> |
---|
| 37 | <config-file>web/WEB-INF/dispatcher-servlet.xml</config-file> |
---|
| 38 | </config-file-group> |
---|
| 39 | </config-file-groups> |
---|
| 40 | </spring-data> |
---|
| 41 | </configuration> |
---|
| 42 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.