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

Modified Files:
        core.xml 
Log Message:
builders pages moved to components dir



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


Index: core.xml
===================================================================
RCS file: /var/cvs/config/components/core.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -b -r1.30 -r1.31
--- core.xml    25 Jan 2008 14:34:02 -0000      1.30
+++ core.xml    25 Jan 2008 16:13:21 -0000      1.31
@@ -113,23 +113,22 @@
     </body>
   </block>
 
+  
   <block name="builders"
          classification="mmbase.admin"
          mimetype="text/html">
     <description xml:lang="en">Shows an overview of all builders present in 
this MMBase installation</description>
-    <body jsp="/mmbase/admin/admin/builders.div.jsp">
+    <body jsp="builders.jspx">
       <param name="builder" type="String" />
     </body>
   </block>
 
-
-
   <block name="builders-actions"
          mimetype="text/html">
     <description xml:lang="en">
       Folow-up for the first builders block, shows a builders fields.
     </description>
-    <body jsp="/mmbase/admin/admin/builder/actions.jsp">
+    <body jsp="builders-actions.jspx">
       <param name="builder" type="String" />
       <param name="cmd"     type="String" />
       <param name="path"    type="String" />
@@ -141,7 +140,7 @@
     <description xml:lang="en">
       Folow-up for the second builders block, shows the various attributes of 
a field.
     </description>
-    <body jsp="/mmbase/admin/admin/builder/field.jsp">
+    <body jsp="builders-field.jspx">
       <param name="builder" type="String" />
       <param name="field"   type="String" />
     </body>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to