------------------------------------------------------------ revno: 730 committer: Lars Helge Oeverland [email protected] branch nick: trunk timestamp: Tue 2009-09-15 19:16:30 +0200 message: Codestyle fix. modified: dhis-2/dhis-services/dhis-service-excel-reporting/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-services/dhis-service-excel-reporting/src/main/resources/META-INF/dhis/beans.xml' --- dhis-2/dhis-services/dhis-service-excel-reporting/src/main/resources/META-INF/dhis/beans.xml 2009-09-14 16:21:37 +0000 +++ dhis-2/dhis-services/dhis-service-excel-reporting/src/main/resources/META-INF/dhis/beans.xml 2009-09-15 17:16:30 +0000 @@ -6,26 +6,22 @@ <!-- ReportExcel --> - <bean id="org.hisp.dhis.reportexcel.ReportExcelStore" - class="org.hisp.dhis.reportexcel.hibernate.HibernateReportExcelStore" - scope="singleton"> - <property name="sessionFactory" ref="sessionFactory" /> + <bean id="org.hisp.dhis.reportexcel.ReportExcelStore" + class="org.hisp.dhis.reportexcel.hibernate.HibernateReportExcelStore"> + <property name="sessionFactory" ref="sessionFactory" /> </bean> - <bean id="org.hisp.dhis.reportexcel.ReportExcelService" class="org.hisp.dhis.reportexcel.DefaultReportExcelService" - scope="singleton"> - <property name="reportStore" ref="org.hisp.dhis.reportexcel.ReportExcelStore" /> - <property name="userStore" ref="org.hisp.dhis.user.UserStore" /> + <bean id="org.hisp.dhis.reportexcel.ReportExcelService" class="org.hisp.dhis.reportexcel.DefaultReportExcelService"> + <property name="reportStore" ref="org.hisp.dhis.reportexcel.ReportExcelStore" /> + <property name="userStore" ref="org.hisp.dhis.user.UserStore" /> </bean> <!-- Report Location Manager --> - <bean id="org.hisp.dhis.reportexcel.ReportLocationManager" class="org.hisp.dhis.reportexcel.DefaultReportLocationManager" - init-method="init" scope="singleton"> - <property name="locationManager" - ref="org.hisp.dhis.external.location.LocationManager" /> + <bean id="org.hisp.dhis.reportexcel.ReportLocationManager" class="org.hisp.dhis.reportexcel.DefaultReportLocationManager" + init-method="init"> + <property name="locationManager" ref="org.hisp.dhis.external.location.LocationManager" /> <property name="systemSettingManager" ref="org.hisp.dhis.options.SystemSettingManager" /> </bean> - </beans>
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

