Tue, 28 Nov 2017 18:59:13 +0100
core functionality should also use the modules system, changed the code structure accordingly
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> | |
4
a89240b61819
adds JSTL library to classpath (not necessary for Glassfish, but for Tomcat)
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
8 | <web-module-libraries> |
a89240b61819
adds JSTL library to classpath (not necessary for Glassfish, but for Tomcat)
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
9 | <library dirs="200"> |
a89240b61819
adds JSTL library to classpath (not necessary for Glassfish, but for Tomcat)
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
10 | <file>${libs.jstl.classpath}</file> |
a89240b61819
adds JSTL library to classpath (not necessary for Glassfish, but for Tomcat)
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
11 | <path-in-war>WEB-INF/lib</path-in-war> |
a89240b61819
adds JSTL library to classpath (not necessary for Glassfish, but for Tomcat)
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
12 | </library> |
a89240b61819
adds JSTL library to classpath (not necessary for Glassfish, but for Tomcat)
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
13 | </web-module-libraries> |
0 | 14 | <web-module-additional-libraries/> |
15 | <source-roots> | |
3
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
16 | <root id="src.dir"/> |
0 | 17 | </source-roots> |
18 | <test-roots> | |
3
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
19 | <root id="test.src.dir"/> |
0 | 20 | </test-roots> |
21 | </data> | |
22 | </configuration> | |
23 | </project> |