2012-08-16 12:24:28 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<classpath>
|
|
|
|
<classpathentry kind="src" path="src"/>
|
2012-11-28 17:29:14 +01:00
|
|
|
<classpathentry kind="src" path="test"/>
|
2021-03-18 17:55:42 +01:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
|
2020-05-12 19:45:43 +02:00
|
|
|
<attributes>
|
|
|
|
<attribute name="module" value="true"/>
|
|
|
|
</attributes>
|
|
|
|
</classpathentry>
|
2012-08-16 12:28:27 +02:00
|
|
|
<classpathentry kind="lib" path="lib/activemq-core-5.4.2.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-codec-1.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-dbcp-1.4.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-httpclient-3.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-net2-2.0.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/geronimo-jms_1.1_spec-1.1.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/geronimo-jpa_2.0_spec-1.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/geronimo-jta_1.1_spec-1.1.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/geronimo-validation_1.0_spec-1.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/mail.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/org.apache.bval.bundle-0.2-incubating.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/servlet-api-2.4.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/ws-commons-util-1.0.2.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/xmlrpc-client-3.1.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/xmlrpc-common-3.1.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/xmlrpc-server-3.1.3.jar"/>
|
2012-08-16 15:47:20 +02:00
|
|
|
<classpathentry kind="con" path="org.eclipse.jdt.junit.JUNIT_CONTAINER/4"/>
|
2013-02-20 17:24:23 +01:00
|
|
|
<classpathentry kind="lib" path="lib/velocity-1.7.jar"/>
|
2013-04-24 16:40:06 +02:00
|
|
|
<classpathentry kind="lib" path="lib/commons-logging-api-1.1.1.jar"/>
|
2020-06-08 13:17:27 +02:00
|
|
|
<classpathentry kind="lib" path="lib/commons-beanutils-1.9.2.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-collections-3.2.2.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-lang3-3.9.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-logging-1.2.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/commons-pool-1.6.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/openjpa-2.4.3.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/org.apache.bval.bundle-0.5.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/serp-1.15.1.jar"/>
|
|
|
|
<classpathentry kind="lib" path="lib/xbean-asm6-shaded-4.8.jar"/>
|
2023-03-06 12:02:51 +01:00
|
|
|
<classpathentry kind="lib" path="lib/hsadmin-util-4.0.5.jar"/>
|
2012-08-16 12:24:28 +02:00
|
|
|
<classpathentry kind="output" path="bin"/>
|
|
|
|
</classpath>
|