Changeset 4916
- Timestamp:
- 07/13/08 14:26:32 (4 months ago)
- Files:
-
- openmrs-modules/logicws/.classpath (modified) (1 diff)
- openmrs-modules/logicws/lib-common/httpunit.jar (added)
- openmrs-modules/logicws/lib-common/js-1.6R5.jar (added)
- openmrs-modules/logicws/lib-common/nekohtml-0.9.5.jar (added)
- openmrs-modules/logicws/test/org/openmrs/module/logicws/test/LogicWsHTTPtest.java (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/logicws/.classpath
r4357 r4916 32 32 <classpathentry kind="lib" path="lib-common/hapi-0.5.jar"/> 33 33 <classpathentry kind="lib" path="lib-common/simple-xml-1.6.1-mod.jar"/> 34 <classpathentry kind="lib" path="lib-common/openmrs-api-1.3.0.00.4356.jar"/>35 34 <classpathentry kind="lib" path="lib-common/tests-openmrs-api-1.3.0.00.4356.jar"/> 36 35 <classpathentry kind="lib" path="lib-common/web-openmrs-api-1.3.0.00.4356.jar"/> 36 <classpathentry kind="lib" path="lib-common/httpunit.jar"/> 37 <classpathentry kind="lib" path="lib-common/js-1.6R5.jar"/> 38 <classpathentry kind="lib" path="lib-common/nekohtml-0.9.5.jar"/> 39 <classpathentry kind="lib" path="lib-common/openmrs-api-1.3.0.00.4641.jar" sourcepath="/openmrs-logic-api-refactoring"/> 37 40 <classpathentry kind="output" path="build"/> 38 41 </classpath>