Update of 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF
In directory 
james.mmbase.org:/tmp/cvs-serv15710/cmsc/contentrepository/src/webapp/WEB-INF

Modified Files:
        struts-repository.xml 
Log Message:
CMSC-1147 - Specify content type let you choose from all builders


See also: 
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF
See also: http://www.mmbase.org/jira/browse/CMSC-1147


Index: struts-repository.xml
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer/cmsc/contentrepository/src/webapp/WEB-INF/struts-repository.xml,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- struts-repository.xml       20 Apr 2009 08:45:21 -0000      1.41
+++ struts-repository.xml       20 Apr 2009 11:46:21 -0000      1.42
@@ -282,6 +282,13 @@
          <forward name="dosearch" 
path="/editors/repository/AssetSearchAction.do" redirect="false" />
          <forward name="insertAsset" 
path="/editors/resources/attachmentsearch.jsp" redirect="false" />
       </action>
+
+      <!-- ==== Typedef ==== -->
+      <action path="/editors/contenttype/ContentTypeAction"
+              type="com.finalist.cmsc.contenttype.forms.ContentTypeAction" 
scope="session"
+              unknown="false" validate="false">
+          <forward name="success" path="/editors/typedef/typelist.jsp" 
redirect="false"/>
+      </action>
    </action-mappings>
 
    <message-resources parameter="cmsc-repository" key="REPOSITORY" />
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to