Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
02/26/08 14:45:39 (11 months ago)
Author:
dkayiwa
Message:

XForms Module: Removing FormEntry module dependency

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs-modules/xforms/.classpath

    r3291 r3482  
    11<?xml version="1.0" encoding="UTF-8"?> 
    22<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"/> 
    66        <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> 
    77        <classpathentry kind="lib" path="lib-common/commons-logging-1.0.4.jar"/> 
     
    1212        <classpathentry kind="lib" path="lib-common/commons-io-1.1.jar"/> 
    1313        <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"/> 
    1714        <classpathentry kind="lib" path="lib/sms-server.jar"/> 
    1815        <classpathentry kind="lib" path="lib/bluetooth-server.jar"/> 
    1916        <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"/> 
    2020        <classpathentry kind="output" path="build"/> 
    2121</classpath>