|
Revision 3531, 1.0 kB
(checked in by bwolfe, 10 months ago)
|
Updated the basicmodule to the 1.2.0 api jars
|
| Line | |
|---|
| 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 |
<classpathentry kind="lib" path="metadata"/> |
|---|
| 8 |
|
|---|
| 9 |
<!-- Uncomment this line to be able to recognize omods placed in here for junit testing --> |
|---|
| 10 |
<!-- <classpathentry kind="lib" path="dist"/> --> |
|---|
| 11 |
|
|---|
| 12 |
<classpathentry kind="lib" path="lib-common/junit-3.8.1.jar"/> |
|---|
| 13 |
<classpathentry kind="lib" path="lib-common/openmrs-api-1.2.0.3409.jar"/> |
|---|
| 14 |
<classpathentry kind="lib" path="lib-common/web-openmrs-api-1.2.0.3530.jar"/> |
|---|
| 15 |
<classpathentry kind="lib" path="lib-common/commons-logging-1.0.4.jar"/> |
|---|
| 16 |
<classpathentry kind="lib" path="lib-common/spring-2.0.jar"/> |
|---|
| 17 |
<classpathentry kind="lib" path="lib-common/servlet-api.jar"/> |
|---|
| 18 |
<classpathentry kind="lib" path="lib-common/hibernate3.jar"/> |
|---|
| 19 |
|
|---|
| 20 |
<classpathentry kind="output" path="build"/> |
|---|
| 21 |
</classpath> |
|---|