Sun, 29 Oct 2017 13:35:43 +0100
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
0 | 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>LightPIT</name> | |
7 | <minimum-ant-version>1.6.5</minimum-ant-version> | |
8 | <web-module-libraries/> | |
9 | <web-module-additional-libraries/> | |
10 | <source-roots> | |
3
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
11 | <root id="src.dir"/> |
0 | 12 | </source-roots> |
13 | <test-roots> | |
3
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
14 | <root id="test.src.dir"/> |
0 | 15 | </test-roots> |
16 | </data> | |
17 | </configuration> | |
18 | </project> |