Tue, 26 Dec 2017 19:45:31 +0100
language selector completed
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> |
8
2dfdb79b5344
adds slf4j to project as netbeans library (make sure to have it configured in your environment)
Mike Becker <universe@uap-core.de>
parents:
4
diff
changeset
|
13 | <library dirs="200"> |
14
2b270c714678
changed logger implementation to log4j2
Mike Becker <universe@uap-core.de>
parents:
8
diff
changeset
|
14 | <file>${libs.SLF4J-LOG4J2.classpath}</file> |
2b270c714678
changed logger implementation to log4j2
Mike Becker <universe@uap-core.de>
parents:
8
diff
changeset
|
15 | <path-in-war>WEB-INF/lib</path-in-war> |
2b270c714678
changed logger implementation to log4j2
Mike Becker <universe@uap-core.de>
parents:
8
diff
changeset
|
16 | </library> |
2b270c714678
changed logger implementation to log4j2
Mike Becker <universe@uap-core.de>
parents:
8
diff
changeset
|
17 | <library dirs="200"> |
2b270c714678
changed logger implementation to log4j2
Mike Becker <universe@uap-core.de>
parents:
8
diff
changeset
|
18 | <file>${libs.LOG4J2-WEB.classpath}</file> |
8
2dfdb79b5344
adds slf4j to project as netbeans library (make sure to have it configured in your environment)
Mike Becker <universe@uap-core.de>
parents:
4
diff
changeset
|
19 | <path-in-war>WEB-INF/lib</path-in-war> |
2dfdb79b5344
adds slf4j to project as netbeans library (make sure to have it configured in your environment)
Mike Becker <universe@uap-core.de>
parents:
4
diff
changeset
|
20 | </library> |
4
a89240b61819
adds JSTL library to classpath (not necessary for Glassfish, but for Tomcat)
Mike Becker <universe@uap-core.de>
parents:
3
diff
changeset
|
21 | </web-module-libraries> |
0 | 22 | <web-module-additional-libraries/> |
23 | <source-roots> | |
3
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
24 | <root id="src.dir"/> |
0 | 25 | </source-roots> |
26 | <test-roots> | |
3
acf54d3fa1d1
switched to tomcat 8.5 (should be developed this way for maximum compatibility)
mike@uapl02
parents:
0
diff
changeset
|
27 | <root id="test.src.dir"/> |
0 | 28 | </test-roots> |
29 | </data> | |
30 | </configuration> | |
31 | </project> |