dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #11231
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 3179: (local vn) - Removed unused bean.
------------------------------------------------------------
revno: 3179
committer: Hieu <hieu.hispvietnam@xxxxxxxxx>
branch nick: dhis2
timestamp: Mon 2011-03-28 15:34:07 +0700
message:
(local vn) - Removed unused bean.
modified:
local/vn/dhis-web-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 'local/vn/dhis-web-excel-reporting/src/main/resources/META-INF/dhis/beans.xml'
--- local/vn/dhis-web-excel-reporting/src/main/resources/META-INF/dhis/beans.xml 2011-03-25 09:11:30 +0000
+++ local/vn/dhis-web-excel-reporting/src/main/resources/META-INF/dhis/beans.xml 2011-03-28 08:34:07 +0000
@@ -24,14 +24,6 @@
ref="org.hisp.dhis.reportexcel.ReportLocationManager" />
</bean>
- <bean id="org.hisp.dhis.reportexcel.action.UploadFileAction"
- class="org.hisp.dhis.reportexcel.action.UploadFileAction" scope="prototype">
- <property name="selectionManager"
- ref="org.hisp.dhis.reportexcel.state.SelectionManager" />
- <property name="reportLocationManager"
- ref="org.hisp.dhis.reportexcel.ReportLocationManager" />
- </bean>
-
<!-- PERIOD SELECT MANAGER -->
<bean id="org.hisp.dhis.reportexcel.period.db.PeriodDatabaseService"
@@ -1198,19 +1190,6 @@
ref="org.hisp.dhis.reportexcel.state.SelectionManager" />
</bean>
- <!-- function - Upload excel file -->
- <bean
- id="org.hisp.dhis.reportexcel.filemanager.action.UploadExcelFileAction"
- class="org.hisp.dhis.reportexcel.filemanager.action.UploadExcelFileAction"
- scope="prototype">
- <property name="reportLocationManager"
- ref="org.hisp.dhis.reportexcel.ReportLocationManager" />
- <property name="selectionManager"
- ref="org.hisp.dhis.reportexcel.state.SelectionManager" />
- </bean>
-
-
-
<!-- Period Column -->
<bean
@@ -1295,7 +1274,17 @@
<property name="reportLocationManager"
ref="org.hisp.dhis.reportexcel.ReportLocationManager" />
</bean>
-
+
+ <bean
+ id="org.hisp.dhis.reportexcel.filemanager.action.UploadExcelFileAction"
+ class="org.hisp.dhis.reportexcel.filemanager.action.UploadExcelFileAction"
+ scope="prototype">
+ <property name="reportLocationManager"
+ ref="org.hisp.dhis.reportexcel.ReportLocationManager" />
+ <property name="selectionManager"
+ ref="org.hisp.dhis.reportexcel.state.SelectionManager" />
+ </bean>
+
<bean id="org.hisp.dhis.reportexcel.action.SaveBookmarkAction"
class="org.hisp.dhis.reportexcel.action.SaveBookmarkAction" scope="prototype">
<property name="bookmarkService" ref="org.hisp.dhis.reportexcel.BookmarkService" />