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