Changeset 3482 for openmrs-modules/xforms/.classpath
- Timestamp:
- 02/26/08 14:45:39 (11 months ago)
- Files:
-
- openmrs-modules/xforms/.classpath (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/xforms/.classpath
r3291 r3482 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <classpath> 3 <classpathentry kind="src" path="src"/>4 <classpathentry kind="src" path="web/src"/>5 <classpathentry kind="src" path="test"/>3 <classpathentry excluding="**/.svn/" kind="src" path="src"/> 4 <classpathentry excluding="**/.svn/" kind="src" path="web/src"/> 5 <classpathentry excluding="**/.svn/" kind="src" path="test"/> 6 6 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 7 7 <classpathentry kind="lib" path="lib-common/commons-logging-1.0.4.jar"/> … … 12 12 <classpathentry kind="lib" path="lib-common/commons-io-1.1.jar"/> 13 13 <classpathentry kind="lib" path="lib-common/xform-interfaces.jar"/> 14 <classpathentry kind="lib" path="/FormEntryModule/lib-common/web-openmrs-api-1.0.52.1465.jar"/>15 <classpathentry kind="lib" path="lib-common/openmrs-api-1.2.0.2994.jar"/>16 <classpathentry kind="lib" path="lib-common/formentry-2.7.jar"/>17 14 <classpathentry kind="lib" path="lib/sms-server.jar"/> 18 15 <classpathentry kind="lib" path="lib/bluetooth-server.jar"/> 19 16 <classpathentry kind="lib" path="lib/dwr-1.1.3mod.jar"/> 17 <classpathentry kind="lib" path="lib-common/openmrs-api-1.2.0.3476.jar"/> 18 <classpathentry kind="lib" path="lib-common/web-openmrs-api-1.2.0.3476.jar"/> 19 <classpathentry kind="lib" path="lib-common/velocity-1.6-dev.jar"/> 20 20 <classpathentry kind="output" path="build"/> 21 21 </classpath>