Update of 
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/src/webapp/editors/repository
In directory 
james.mmbase.org:/tmp/cvs-serv15473/openofficeintegration/src/webapp/editors/repository

Modified Files:
        uploadodt.jsp attachmentupload.jsp 
Log Message:
CMSC-471
rename package.


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/openofficeintegration/src/webapp/editors/repository
See also: http://www.mmbase.org/jira/browse/CMSC-471


Index: uploadodt.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/src/webapp/editors/repository/uploadodt.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- uploadodt.jsp       21 Jan 2008 06:00:47 -0000      1.1
+++ uploadodt.jsp       21 Jan 2008 07:35:30 -0000      1.2
@@ -1,6 +1,6 @@
 <[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"%>
 <[EMAIL PROTECTED] file="globals.jsp" %>
-<[EMAIL PROTECTED] 
import="com.finalist.util.http.BulkUploadUtil,com.finalist.cmsc.upload.service.OODocUploadUtil"%>
+<[EMAIL PROTECTED] 
import="com.finalist.util.http.BulkUploadUtil,com.finalist.cmsc.openoffice.service.OODocUploadUtil"%>
 
 
 <mm:content type="text/html" encoding="UTF-8" expires="0">


Index: attachmentupload.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/openofficeintegration/src/webapp/editors/repository/attachmentupload.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- attachmentupload.jsp        21 Jan 2008 06:00:47 -0000      1.1
+++ attachmentupload.jsp        21 Jan 2008 07:35:30 -0000      1.2
@@ -1,6 +1,6 @@
 <[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"%>
 <[EMAIL PROTECTED] file="globals.jsp" %>
-<[EMAIL PROTECTED] 
import="com.finalist.util.http.BulkUploadUtil,com.finalist.cmsc.upload.service.OODocUploadUtil"%>
+<[EMAIL PROTECTED] 
import="com.finalist.util.http.BulkUploadUtil,com.finalist.cmsc.openoffice.service.OODocUploadUtil"%>
 <mm:content type="text/html" encoding="UTF-8" expires="0">
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
 <html:html xhtml="true">
@@ -67,7 +67,7 @@
             <fmt:message key="uploading.message.wait"/><br />
         </div>
 <%
-    // retrieve list op node id's from either the recent upload
+    // retrieve list op node id's from either the recent openoffice
     // or from the request url to enable a return url
     // TODO move this to a struts action there are some issue with HttpUpload
     // in combination with struts which have to be investigated first
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to