root / trunk / src / nbproject / project.xml @ 7
History | View | Annotate | Download (2.81 KB)
| 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 |
<buildExtensions xmlns="http://www.netbeans.org/ns/ant-build-extender/1"/> |
| 6 |
<data xmlns="http://www.netbeans.org/ns/web-project/3"> |
| 7 |
<name>LIDAR SOAP</name> |
| 8 |
<minimum-ant-version>1.6.5</minimum-ant-version> |
| 9 |
<web-module-libraries>
|
| 10 |
<library dirs="200"> |
| 11 |
<file>${libs.hibernate-support.classpath}</file> |
| 12 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 13 |
</library>
|
| 14 |
<library dirs="200"> |
| 15 |
<file>${libs.ejb3-persistence.classpath}</file> |
| 16 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 17 |
</library>
|
| 18 |
<library dirs="200"> |
| 19 |
<file>${file.reference.mysql-connector-java-5.1.6-bin.jar}</file> |
| 20 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 21 |
</library>
|
| 22 |
<library dirs="200"> |
| 23 |
<file>${libs.metro.classpath}</file> |
| 24 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 25 |
</library>
|
| 26 |
<library dirs="200"> |
| 27 |
<file>${file.reference.gson-1.3.jar}</file> |
| 28 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 29 |
</library>
|
| 30 |
<library dirs="200"> |
| 31 |
<file>${libs.JavaComm.classpath}</file> |
| 32 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 33 |
</library>
|
| 34 |
<library dirs="200"> |
| 35 |
<file>${file.reference.JPam-1.1.jar}</file> |
| 36 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 37 |
</library>
|
| 38 |
<library dirs="200"> |
| 39 |
<file>${file.reference.commons-configuration-1.6.jar}</file> |
| 40 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 41 |
</library>
|
| 42 |
<library dirs="200"> |
| 43 |
<file>${file.reference.commons-lang-2.5.jar}</file> |
| 44 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 45 |
</library>
|
| 46 |
<library dirs="200"> |
| 47 |
<file>${file.reference.commons-collections-3.2.1.jar}</file> |
| 48 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 49 |
</library>
|
| 50 |
<library dirs="200"> |
| 51 |
<file>${file.reference.gson-1.3.jar-1}</file> |
| 52 |
<path-in-war>WEB-INF/lib</path-in-war> |
| 53 |
</library>
|
| 54 |
</web-module-libraries>
|
| 55 |
<web-module-additional-libraries/> |
| 56 |
<source-roots>
|
| 57 |
<root id="src.dir"/> |
| 58 |
</source-roots>
|
| 59 |
<test-roots>
|
| 60 |
<root id="test.src.dir"/> |
| 61 |
</test-roots>
|
| 62 |
</data>
|
| 63 |
</configuration>
|
| 64 |
</project>
|