Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

Changeset 3690

Show
Ignore:
Timestamp:
03/24/08 23:04:54 (10 months ago)
Author:
jmanico
Message:

fixed mappings for new form refactoring code move

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/form_refactoring/.classpath

    r3062 r3690  
    5858        <classpathentry kind="lib" path="metadata/api/hibernate"/> 
    5959        <classpathentry kind="lib" path="metadata/api/log4j"/> 
     60        <classpathentry kind="lib" path="lib"/> 
    6061        <classpathentry kind="output" path="build/"/> 
    6162</classpath> 
  • openmrs/branches/form_refactoring/metadata/api/spring/applicationContext-service.xml

    r3641 r3690  
    167167                <property name="orderDAO"><ref bean="orderDAO"/></property>      
    168168        </bean> 
    169         <bean id="formServiceTarget" class="org.openmrs.api.impl.FormServiceImpl"> 
     169        <bean id="formServiceTarget" class="org.openmrs.api.form.impl.FormServiceImpl"> 
    170170                <property name="formDAO"><ref bean="formDAO"/></property>        
    171171        </bean> 
    172         <bean id="formEntryServiceTarget" class="org.openmrs.api.impl.FormEntryServiceImpl"> 
     172        <bean id="formEntryServiceTarget" class="org.openmrs.api.form.impl.FormEntryServiceImpl"> 
    173173                <property name="formDAO"><ref bean="formDAO"/></property>        
    174174        </bean>