| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<classpath> |
|---|
| 3 |
<classpathentry kind="src" path="src"/> |
|---|
| 4 |
<classpathentry kind="src" path="web/src"/> |
|---|
| 5 |
<classpathentry kind="src" path="test"/> |
|---|
| 6 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 7 |
|
|---|
| 8 |
<classpathentry kind="lib" path="dist"/> |
|---|
| 9 |
<classpathentry kind="lib" path="metadata"/> |
|---|
| 10 |
|
|---|
| 11 |
<classpathentry kind="lib" path="lib-common/openmrs-api-1.2.0.3409.jar"/> |
|---|
| 12 |
<classpathentry kind="lib" path="lib-common/web-openmrs-api-1.2.0.3530.jar"/> |
|---|
| 13 |
<classpathentry kind="lib" path="lib-common/tests-openmrs-api-1.2.03.3911.jar"/> |
|---|
| 14 |
<classpathentry kind="lib" path="lib-common/commons-logging-1.0.4.jar"/> |
|---|
| 15 |
<classpathentry kind="lib" path="lib-common/spring-2.5.1.jar"/> |
|---|
| 16 |
<classpathentry kind="lib" path="lib-common/hibernate3.jar"/> |
|---|
| 17 |
<classpathentry kind="lib" path="lib-common/servlet-api.jar"/> |
|---|
| 18 |
<classpathentry kind="lib" path="lib-common/velocity-1.6-dev.jar"/> |
|---|
| 19 |
<classpathentry kind="lib" path="lib-common/commons-io-1.1.jar"/> |
|---|
| 20 |
<classpathentry kind="lib" path="lib-common/spring-mock.jar"/> |
|---|
| 21 |
<classpathentry kind="lib" path="lib-common/junit-3.8.1.jar"/> |
|---|
| 22 |
<classpathentry kind="lib" path="lib-common/spring-webmvc.jar"/> |
|---|
| 23 |
<classpathentry kind="lib" path="lib-common/mail.jar"/> |
|---|
| 24 |
<classpathentry kind="lib" path="lib-common/jta.jar"/> |
|---|
| 25 |
<classpathentry kind="lib" path="lib-common/dom4j-1.6.1.jar"/> |
|---|
| 26 |
<classpathentry kind="lib" path="lib-common/commons-collections-3.1.jar"/> |
|---|
| 27 |
<classpathentry kind="lib" path="lib-common/mysql-connector-java-3.1.10-bin.jar"/> |
|---|
| 28 |
<classpathentry kind="lib" path="lib-common/cglib-2.1_3.jar"/> |
|---|
| 29 |
<classpathentry kind="lib" path="lib-common/c3p0-0.9.1.jar"/> |
|---|
| 30 |
<classpathentry kind="lib" path="lib-common/ehcache-1.2.4.jar"/> |
|---|
| 31 |
<classpathentry kind="lib" path="lib-common/hapi-0.5.jar"/> |
|---|
| 32 |
<classpathentry kind="lib" path="lib-common/antlr_2.7.6.jar"/> |
|---|
| 33 |
<classpathentry kind="lib" path="lib-common/asm.jar"/> |
|---|
| 34 |
<classpathentry kind="lib" path="lib-common/log4j-1.2.15.jar"/> |
|---|
| 35 |
<classpathentry kind="lib" path="lib-common/xercesImpl.jar"/> |
|---|
| 36 |
<classpathentry kind="lib" path="lib-common/dbunit-2.2.jar"/> |
|---|
| 37 |
<classpathentry kind="lib" path="lib-common/hsqldb.jar"/> |
|---|
| 38 |
<classpathentry kind="lib" path="lib-common/dwr-1.1.3mod.jar"/> |
|---|
| 39 |
<classpathentry kind="lib" path="lib/json-lib-2.2.2-jdk15.jar"/> |
|---|
| 40 |
<classpathentry kind="lib" path="lib-common/commons-lang-2.4.jar"/> |
|---|
| 41 |
<classpathentry kind="lib" path="lib/ezmorph-1.0.jar"/> |
|---|
| 42 |
<classpathentry kind="lib" path="lib-common/commons-beanutils.jar"/> |
|---|
| 43 |
|
|---|
| 44 |
<classpathentry kind="output" path="build"/> |
|---|
| 45 |
</classpath> |
|---|