dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #01384
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 407: Added missing dependency definition for action class
------------------------------------------------------------
revno: 407
committer: Lars Helge Oeverland larshelge@xxxxxxxxx
branch nick: trunk
timestamp: Tue 2009-06-30 22:13:45 +0200
message:
Added missing dependency definition for action class
modified:
gis/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml
=== modified file 'gis/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml'
--- gis/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml 2009-06-17 22:06:54 +0000
+++ gis/dhis-web-mapping/src/main/resources/META-INF/dhis/beans.xml 2009-06-30 20:13:45 +0000
@@ -230,4 +230,11 @@
ref="org.hisp.dhis.organisationunit.OrganisationUnitService"/>
</bean>
+ <bean id="org.hisp.dhis.mapping.action.GetOrganisationUnitsWithPolygonsAction"
+ class="org.hisp.dhis.mapping.action.GetOrganisationUnitsWithPolygonsAction"
+ scope="prototype">
+ <property name="organisationUnitService"
+ ref="org.hisp.dhis.organisationunit.OrganisationUnitService"/>
+ </bean>
+
</beans>
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.