|
Revision 102:fe005f8ad02c, 1.2 KB
(checked in by jean-gui, 5 years ago)
|
|
Fixed a few warnings
Removed XMLBeansTest.java as it won't compile without some libs
Forced com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl to be used
Renamed *_text10.vm to *_text.vm
|
| Line | |
|---|
| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <classpath> |
|---|
| 3 | <classpathentry excluding="lib/|buildsds/|conf/" kind="src" path=""/> |
|---|
| 4 | <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 5 | <classpathentry kind="lib" path="lib/activation.jar"/> |
|---|
| 6 | <classpathentry kind="lib" path="lib/commons-collections-3.1.jar"/> |
|---|
| 7 | <classpathentry kind="lib" path="lib/commons-fileupload-1.1.1.jar"/> |
|---|
| 8 | <classpathentry kind="lib" path="lib/commons-io-1.2.jar"/> |
|---|
| 9 | <classpathentry kind="lib" path="lib/commons-logging-1.1.jar"/> |
|---|
| 10 | <classpathentry kind="lib" path="lib/icu4j_3_4.jar"/> |
|---|
| 11 | <classpathentry kind="lib" path="lib/iri.jar"/> |
|---|
| 12 | <classpathentry kind="lib" path="lib/jaxb-api.jar"/> |
|---|
| 13 | <classpathentry kind="lib" path="lib/jaxb-impl.jar"/> |
|---|
| 14 | <classpathentry kind="lib" path="lib/jena.jar"/> |
|---|
| 15 | <classpathentry kind="lib" path="lib/jsr173_1.0_api.jar"/> |
|---|
| 16 | <classpathentry kind="lib" path="lib/log4j-1.2.12.jar"/> |
|---|
| 17 | <classpathentry kind="lib" path="lib/servlet.jar"/> |
|---|
| 18 | <classpathentry kind="lib" path="lib/velocity-1.5-dev.jar"/> |
|---|
| 19 | <classpathentry kind="lib" path="lib/xercesImpl.jar"/> |
|---|
| 20 | <classpathentry kind="lib" path="lib/catalina-ant.jar"/> |
|---|
| 21 | <classpathentry kind="output" path="build"/> |
|---|
| 22 | </classpath> |
|---|