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 <library dirs="200"> |
|
10 <file>${libs.jstl.classpath}</file> |
|
11 <path-in-war>WEB-INF/lib</path-in-war> |
|
12 </library> |
|
13 <library dirs="200"> |
|
14 <file>${libs.SLF4J-LOG4J2.classpath}</file> |
|
15 <path-in-war>WEB-INF/lib</path-in-war> |
|
16 </library> |
|
17 <library dirs="200"> |
|
18 <file>${libs.LOG4J2-WEB.classpath}</file> |
|
19 <path-in-war>WEB-INF/lib</path-in-war> |
|
20 </library> |
|
21 </web-module-libraries> |
|
22 <web-module-additional-libraries/> |
|
23 <source-roots> |
|
24 <root id="src.dir"/> |
|
25 </source-roots> |
|
26 <test-roots> |
|
27 <root id="test.src.dir"/> |
|
28 </test-roots> |
|
29 </data> |
|
30 </configuration> |
|
31 </project> |
|