Update of /var/cvs/config
In directory james.mmbase.org:/tmp/cvs-serv9932

Modified Files:
        framework.xml 
Log Message:
fallback BasicUrlConverter is not needed. Blocktypes were moved to 
component/blocktypes.xml


See also: http://cvs.mmbase.org/viewcvs/config


Index: framework.xml
===================================================================
RCS file: /var/cvs/config/framework.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- framework.xml       21 Mar 2008 16:10:32 -0000      1.10
+++ framework.xml       18 Apr 2008 13:55:23 -0000      1.11
@@ -6,7 +6,7 @@
     xsi:schemaLocation="http://www.mmbase.org/xmlns/framework
                         http://www.mmbase.org/xmlns/framework.xsd";>
   <!--
-      version: $Id: framework.xml,v 1.10 2008/03/21 16:10:32 michiel Exp $
+      version: $Id: framework.xml,v 1.11 2008/04/18 13:55:23 michiel Exp $
   -->
   <!--
       In this file the classes of the UrlConverters need to be listed in the 
order
@@ -16,39 +16,6 @@
     Short description of this framework. This is the BasicFramework.
   </description>
 
-  <!--
-       The following defines the order or the entries in the /mmbase/admin 
menu.
-       /mmbase/admin shows all block classified in 'mmbase'.
-  -->
-  <blocktype name="mmbase.about"           weight="0">
-    <title xml:lang="nl">Over</title>
-    <title xml:lang="en">About</title>
-  </blocktype>
-  <blocktype name="mmbase.admin"           weight="10" >
-    <title xml:lang="nl">Beheer</title>
-    <title xml:lang="en">Admin</title>
-  </blocktype>
-  <blocktype name="mmbase.components"      weight="20">
-    <title xml:lang="nl">Componenten</title>
-    <title xml:lang="en">Components</title>
-  </blocktype>
-  <blocktype name="mmbase.tools"           weight="30">
-    <title xml:lang="nl">Gereedschap</title>
-    <title xml:lang="en">Tools</title>
-  </blocktype>
-  <blocktype name="mmbase.edit"            weight="40">
-    <title xml:lang="nl">Redactie</title>
-    <title xml:lang="en">Edit</title>
-  </blocktype>
-  <blocktype name="mmbase.cloudsecurity"   weight="50">
-    <title xml:lang="nl">Veiligheid</title>
-    <title xml:lang="en">Security</title>
-  </blocktype>
-  <blocktype name="mmbase.examples"        weight="10000">
-    <title xml:lang="nl">Voorbeelden</title>
-    <title xml:lang="en">Examples</title>
-  </blocktype>
-
 
   <urlconverter class="org.mmbase.framework.basic.MMBaseUrlConverter">
     <description xml:lang="en">
@@ -65,6 +32,4 @@
   </urlconverter>
   -->
 
-  <urlconverter class="org.mmbase.framework.basic.BasicUrlConverter" />
-
 </framework>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to