← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 1989: minor fix

 

------------------------------------------------------------
revno: 1989
committer: Tran Ng Minh Luan <Luan@MinhLuan-PC>
branch nick: dhis2
timestamp: Wed 2010-11-03 10:08:11 +0700
message:
  minor fix
modified:
  dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/beans.xml


--
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
=== modified file 'dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/beans.xml'
--- dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/beans.xml	2010-10-28 09:17:13 +0000
+++ dhis-2/dhis-web/dhis-web-api/src/main/resources/META-INF/dhis/beans.xml	2010-11-03 03:08:11 +0000
@@ -46,14 +46,14 @@
 	<!--<bean id="org.hisp.dhis.web.api.resources.FormResource"
 		class="org.hisp.dhis.web.api.resources.FormResource" scope="prototype"/>-->
 		
-	<!--<bean id="org.hisp.dhis.web.api.resources.DataSetResource"
-      class="org.hisp.dhis.web.api.resources.DataSetResource" scope="prototype"/>-->   
+	<bean id="org.hisp.dhis.web.api.resources.DataSetResource"
+      class="org.hisp.dhis.web.api.resources.DataSetResource" scope="prototype"/>   
       
     <!--<bean id="org.hisp.dhis.web.api.resources.ProgramResource"
       class="org.hisp.dhis.web.api.resources.ProgramResource" scope="prototype"/>-->
       
-    <!--<bean id="org.hisp.dhis.web.api.resources.ActivityPlanResource"
-      class="org.hisp.dhis.web.api.resources.ActivityPlanResource" scope="prototype"/>-->  
+    <bean id="org.hisp.dhis.web.api.resources.ActivityPlanResource"
+      class="org.hisp.dhis.web.api.resources.ActivityPlanResource" scope="prototype"/>  
 	
 	<!--<bean id="org.hisp.dhis.web.api.resources.ActivityWrapperResource"
       class="org.hisp.dhis.web.api.resources.ActivityWrapperResource" scope="prototype"/>-->