|
Revision 5493, 0.6 kB
(checked in by bwolfe, 4 months ago)
|
restmodule: updated to work with openmrs 1.3
|
| 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="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 6 |
<classpathentry kind="lib" path="lib/commons-logging-1.0.4.jar"/> |
|---|
| 7 |
<classpathentry kind="lib" path="lib/catalina.jar"/> |
|---|
| 8 |
<classpathentry kind="lib" path="lib/servlet-api.jar"/> |
|---|
| 9 |
<classpathentry kind="lib" path="lib/spring-2.0.jar"/> |
|---|
| 10 |
<classpathentry kind="lib" path="lib/openmrs-api-1.3.0.14.4802.jar"/> |
|---|
| 11 |
<classpathentry kind="lib" path="lib/web-openmrs-api-1.3.0.14.4802.jar"/> |
|---|
| 12 |
<classpathentry kind="output" path="build"/> |
|---|
| 13 |
</classpath> |
|---|