~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to dhis-2/dhis-support/dhis-support-external/src/main/resources/META-INF/dhis/beans.xml

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<beans xmlns="http://www.springframework.org/schema/beans"
 
3
       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
4
       xsi:schemaLocation="
 
5
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
 
6
  
 
7
  <bean id="org.hisp.dhis.external.location.LocationManager"
 
8
    class="org.hisp.dhis.external.location.DefaultLocationManager"
 
9
    init-method="init">
 
10
    <property name="environmentVariable" value="DHIS2_HOME"/>
 
11
  </bean>
 
12
  
 
13
  <bean id="org.hisp.dhis.external.configuration.ConfigurationManager"
 
14
    class="org.hisp.dhis.external.configuration.DefaultConfigurationManager"/>
 
15
    
 
16
</beans>