Author: tmjee
Date: Sun May 14 09:40:14 2006
New Revision: 406369

URL: http://svn.apache.org/viewcvs?rev=406369&view=rev
Log:
- remove dependencies on old FCK rich text editor


Modified:
    struts/action2/trunk/core/src/main/resources/struts-default.xml

Modified: struts/action2/trunk/core/src/main/resources/struts-default.xml
URL: 
http://svn.apache.org/viewcvs/struts/action2/trunk/core/src/main/resources/struts-default.xml?rev=406369&r1=406368&r2=406369&view=diff
==============================================================================
--- struts/action2/trunk/core/src/main/resources/struts-default.xml (original)
+++ struts/action2/trunk/core/src/main/resources/struts-default.xml Sun May 14 
09:40:14 2006
@@ -14,12 +14,6 @@
             <result-type name="xslt" 
class="org.apache.struts.action2.views.xslt.XSLTResult"/>
             <result-type name="plaintext" 
class="org.apache.struts.action2.dispatcher.PlainTextResult" />
             
-            <!-- Results necessary when using 'browse server' and 'upload' 
feature of Richtexteditor -->
-            <result-type name="richtexteditorGetFolders" 
class="org.apache.struts.action2.views.jsp.ui.RichtexteditorGetFoldersResult" />
-            <result-type name="richtexteditorGetFoldersAndFiles" 
class="org.apache.struts.action2.views.jsp.ui.RichtexteditorGetFoldersAndFilesResult"
 />
-            <result-type name="richtexteditorCreateFolder" 
class="org.apache.struts.action2.views.jsp.ui.RichtexteditorCreateFolderResult" 
/>
-            <result-type name="richtexteditorFileUpload" 
class="org.apache.struts.action2.views.jsp.ui.RichtexteditorFileUploadResult" />
-
             <!-- third party integration -->
             <result-type name="jasper" 
class="org.apache.struts.action2.views.jasperreports.JasperReportsResult"/>
         </result-types>


Reply via email to