|
Revision 4229, 0.9 kB
(checked in by ball, 8 months ago)
|
Food program module as created by Christian Allen for Rwanda Partners In Health. This is migrated from the PIH subversion repository.
|
| Line | |
|---|
| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 |
<classpath> |
|---|
| 3 |
<classpathentry kind="src" path="src"/> |
|---|
| 4 |
<classpathentry kind="src" path="test"/> |
|---|
| 5 |
<classpathentry kind="src" path="web/src"/> |
|---|
| 6 |
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> |
|---|
| 7 |
<classpathentry kind="lib" path="lib-common/commons-io-1.1.jar"/> |
|---|
| 8 |
<classpathentry kind="lib" path="lib-common/commons-logging-1.0.4.jar"/> |
|---|
| 9 |
<classpathentry kind="lib" path="lib-common/junit-3.8.1.jar"/> |
|---|
| 10 |
<classpathentry kind="lib" path="lib-common/servlet-api.jar"/> |
|---|
| 11 |
<classpathentry kind="lib" path="lib-common/spring-2.0.jar"/> |
|---|
| 12 |
<classpathentry kind="lib" path="lib-common/spring-mock.jar"/> |
|---|
| 13 |
<classpathentry kind="lib" path="lib-common/velocity-1.4.jar"/> |
|---|
| 14 |
<classpathentry combineaccessrules="false" kind="src" path="/openmrs-alpha-bugs"/> |
|---|
| 15 |
<classpathentry kind="lib" path="lib-common/commons-collections-3.1.jar"/> |
|---|
| 16 |
<classpathentry kind="output" path="build"/> |
|---|
| 17 |
</classpath> |
|---|