Changeset 4341
- Timestamp:
- 05/22/08 18:07:49 (8 months ago)
- Files:
-
- openmrs-modules/logicws/.classpath (modified) (1 diff)
- openmrs-modules/logicws/lib-common (added)
- openmrs-modules/logicws/lib-common/activation.jar (added)
- openmrs-modules/logicws/lib-common/ant-contrib-1.0b2.jar (added)
- openmrs-modules/logicws/lib-common/antlr_2.7.6.jar (added)
- openmrs-modules/logicws/lib-common/asm-attrs.jar (added)
- openmrs-modules/logicws/lib-common/asm.jar (added)
- openmrs-modules/logicws/lib-common/c3p0-0.9.1.jar (added)
- openmrs-modules/logicws/lib-common/cglib-2.1_3.jar (added)
- openmrs-modules/logicws/lib-common/commons-collections-3.1.jar (added)
- openmrs-modules/logicws/lib-common/commons-io-1.1.jar (added)
- openmrs-modules/logicws/lib-common/commons-logging-1.0.4.jar (added)
- openmrs-modules/logicws/lib-common/config-1.0.dtd (added)
- openmrs-modules/logicws/lib-common/dbunit-2.2.jar (added)
- openmrs-modules/logicws/lib-common/dom4j-1.6.1.jar (added)
- openmrs-modules/logicws/lib-common/ehcache-1.2.4.jar (added)
- openmrs-modules/logicws/lib-common/hapi-0.5.jar (added)
- openmrs-modules/logicws/lib-common/hibernate325.jar (added)
- openmrs-modules/logicws/lib-common/jta.jar (added)
- openmrs-modules/logicws/lib-common/junit-3.8.1.jar (added)
- openmrs-modules/logicws/lib-common/log4j.jar (added)
- openmrs-modules/logicws/lib-common/mail.jar (added)
- openmrs-modules/logicws/lib-common/mysql-connector-java-3.1.10-bin.jar (added)
- openmrs-modules/logicws/lib-common/openmrs-api-1.3.0.00.4211.jar (added)
- openmrs-modules/logicws/lib-common/servlet-api.jar (added)
- openmrs-modules/logicws/lib-common/simple-xml-1.6.1-mod.jar (added)
- openmrs-modules/logicws/lib-common/spring-2.5.1.jar (added)
- openmrs-modules/logicws/lib-common/spring-test.jar (added)
- openmrs-modules/logicws/lib-common/spring-webmvc.jar (added)
- openmrs-modules/logicws/lib-common/tests-openmrs-api-1.3.0.00.4211.jar (added)
- openmrs-modules/logicws/lib-common/velocity-1.4.jar (added)
- openmrs-modules/logicws/lib-common/web-openmrs-api-1.3.0.00.4211.jar (added)
- openmrs-modules/logicws/lib-common/xercesImpl.jar (added)
- openmrs-modules/logicws/lib/catalina.jar (deleted)
- openmrs-modules/logicws/lib/commons-logging-1.0.4.jar (deleted)
- openmrs-modules/logicws/lib/hibernate3.jar (deleted)
- openmrs-modules/logicws/lib/openmrs-api-1.1.10.2228.jar (deleted)
- openmrs-modules/logicws/lib/servlet-api.jar (deleted)
- openmrs-modules/logicws/lib/spring-2.0.jar (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/logicws/.classpath
r2229 r4341 2 2 <classpath> 3 3 <classpathentry kind="src" path="src"/> 4 <classpathentry kind="src" path="test"/> 4 5 <classpathentry kind="src" path="web/src"/> 5 6 <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.1.10.2228.jar"/> 7 <classpathentry kind="lib" path="lib-common/commons-collections-3.1.jar"/> 8 <classpathentry kind="lib" path="lib-common/commons-io-1.1.jar"/> 9 <classpathentry kind="lib" path="lib-common/commons-logging-1.0.4.jar"/> 10 <classpathentry kind="lib" path="lib-common/hibernate325.jar"/> 11 <classpathentry kind="lib" path="lib-common/junit-3.8.1.jar"/> 12 <classpathentry kind="lib" path="lib-common/servlet-api.jar"/> 13 <classpathentry kind="lib" path="lib-common/spring-2.5.1.jar"/> 14 <classpathentry kind="lib" path="lib-common/spring-test.jar"/> 15 <classpathentry kind="lib" path="lib-common/spring-webmvc.jar"/> 16 <classpathentry kind="lib" path="lib-common/velocity-1.4.jar"/> 17 <classpathentry kind="lib" path="lib-common/dbunit-2.2.jar"/> 18 <classpathentry kind="lib" path="lib-common/xercesImpl.jar"/> 19 <classpathentry kind="lib" path="lib-common/activation.jar"/> 20 <classpathentry kind="lib" path="lib-common/mail.jar"/> 21 <classpathentry kind="lib" path="lib-common/dom4j-1.6.1.jar"/> 22 <classpathentry kind="lib" path="lib-common/jta.jar"/> 23 <classpathentry kind="lib" path="lib-common/mysql-connector-java-3.1.10-bin.jar"/> 24 <classpathentry kind="lib" path="lib-common/c3p0-0.9.1.jar"/> 25 <classpathentry kind="lib" path="lib-common/ant-contrib-1.0b2.jar"/> 26 <classpathentry kind="lib" path="lib-common/antlr_2.7.6.jar"/> 27 <classpathentry kind="lib" path="lib-common/asm.jar"/> 28 <classpathentry kind="lib" path="lib-common/asm-attrs.jar"/> 29 <classpathentry kind="lib" path="lib-common/cglib-2.1_3.jar"/> 30 <classpathentry kind="lib" path="lib-common/ehcache-1.2.4.jar"/> 31 <classpathentry kind="lib" path="lib-common/log4j.jar"/> 32 <classpathentry kind="lib" path="lib-common/hapi-0.5.jar"/> 33 <classpathentry kind="lib" path="lib-common/simple-xml-1.6.1-mod.jar"/> 34 <classpathentry combineaccessrules="false" kind="src" path="/openmrs-trunk"/> 11 35 <classpathentry kind="output" path="build"/> 12 36 </classpath>