Update of
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/src/webapp/WEB-INF
In directory
james.mmbase.org:/tmp/cvs-serv15473/openofficeintegration/src/webapp/WEB-INF
Modified Files:
struts-openoffice.xml
Log Message:
CMSC-471
rename package.
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/openofficeintegration/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-471
Index: struts-openoffice.xml
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/src/webapp/WEB-INF/struts-openoffice.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- struts-openoffice.xml 21 Jan 2008 06:00:47 -0000 1.1
+++ struts-openoffice.xml 21 Jan 2008 07:35:30 -0000 1.2
@@ -14,30 +14,30 @@
<!-- ========== Action Mapping Definitions
=================================== -->
<action-mappings>
- <action path="/editors/upload/OdtUpload"
type="com.finalist.cmsc.upload.forms.OODocUploadAction"
+ <action path="/editors/upload/OdtUpload"
type="com.finalist.cmsc.openoffice.forms.OODocUploadAction"
unknown="false" validate="false">
<forward name="success"
path="/editors/upload/display_unsaved_files.do"/>
</action>
- <action path="/editors/upload/display_unsaved_files"
type="com.finalist.cmsc.upload.forms.UnSavedFilesDisplayAction"
+ <action path="/editors/upload/display_unsaved_files"
type="com.finalist.cmsc.openoffice.forms.UnSavedFilesDisplayAction"
unknown="false" validate="false">
<forward name="success" path="/editors/repository/uploadodt.jsp"/>
</action>
- <action path="/editors/upload/DeleteOdt"
type="com.finalist.cmsc.upload.forms.OODocDeleteAction"
+ <action path="/editors/upload/DeleteOdt"
type="com.finalist.cmsc.openoffice.forms.OODocDeleteAction"
unknown="false" validate="false">
<forward name="success"
path="/editors/upload/display_unsaved_files.do"/>
</action>
- <action path="/editors/upload/OdtStore"
type="com.finalist.cmsc.upload.forms.OODocStoreAction" unknown="false"
+ <action path="/editors/upload/OdtStore"
type="com.finalist.cmsc.openoffice.forms.OODocStoreAction" unknown="false"
validate="false">
<!--forward name="success"
path="/editors/repository/uploadodt.jsp" redirect="false" /-->
<forward name="success" path="/editors/repository/Content.do"
redirect="true"/>
<forward name="edit" path="/editors/WizardInitAction.do"
redirect="true"/>
</action>
- <action path="/editors/upload/AddSingle"
type="com.finalist.cmsc.upload.forms.AddSingleAction"
+ <action path="/editors/upload/AddSingle"
type="com.finalist.cmsc.openoffice.forms.AddSingleAction"
unknown="false" validate="false">
<forward name="success"
path="/editors/repository/singleupload.jsp"/>
</action>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs