Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
05/06/08 02:54:10 (4 months ago)
Author:
djazayeri
Message:

Fixing trunk so that it will deploy properly. (Sorry, I forgot a bean in applicationContext-service.xml while struggling with the CR/LF issue.)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/metadata/api/spring/applicationContext-service.xml

    r4113 r4115  
    4242        </bean> 
    4343 
     44        <!--  **************************  EVENT LISTENERS ***************************** --> 
     45        <bean id="openmrsEventListeners" class="org.openmrs.api.EventListeners"> 
     46                <property name="globalPropertyListeners"> 
     47                        <list value-type="org.openmrs.api.GlobalPropertyListener" merge="true"> 
     48                        </list> 
     49                </property> 
     50        </bean> 
    4451         
    4552        <!--  **************************  SERVICE CONTEXT CONFIGURATION  *************************  -->