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

Modified Files:
        book.xml kupu.xml text.xml wiki.xml 
Log Message:



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


Index: book.xml
===================================================================
RCS file: /var/cvs/applications/richtext/config/components/book.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- book.xml    30 Aug 2006 21:25:19 -0000      1.1
+++ book.xml    11 Jul 2008 18:59:08 -0000      1.2
@@ -4,7 +4,7 @@
     xmlns="http://www.mmbase.org/xmlns/component";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/component 
http://www.mmbase.org/xmlns/component.xsd";>
-  <class>org.mmbase.framework.BasicComponent</class>
+  <class name="org.mmbase.framework.BasicComponent" />
   <description xml:lang="en">Rich Book</description>
 
 </component>


Index: kupu.xml
===================================================================
RCS file: /var/cvs/applications/richtext/config/components/kupu.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- kupu.xml    30 Aug 2006 21:25:19 -0000      1.1
+++ kupu.xml    11 Jul 2008 18:59:08 -0000      1.2
@@ -4,7 +4,7 @@
     xmlns="http://www.mmbase.org/xmlns/component";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/component 
http://www.mmbase.org/xmlns/component.xsd";>
-  <class>org.mmbase.framework.BasicComponent</class>
+  <class name="org.mmbase.framework.BasicComponent" />
   <description xml:lang="nl">Kupu Editor</description>
   <description xml:lang="en">Kupu Editor</description>
 </component>


Index: text.xml
===================================================================
RCS file: /var/cvs/applications/richtext/config/components/text.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- text.xml    30 Aug 2006 21:25:19 -0000      1.1
+++ text.xml    11 Jul 2008 18:59:08 -0000      1.2
@@ -4,7 +4,7 @@
     xmlns="http://www.mmbase.org/xmlns/component";
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
     xsi:schemaLocation="http://www.mmbase.org/xmlns/component 
http://www.mmbase.org/xmlns/component.xsd";>
-  <class>org.mmbase.framework.BasicComponent</class>
+  <class name="org.mmbase.framework.BasicComponent" />
   <description xml:lang="en">Rich Text</description>
 
 </component>


Index: wiki.xml
===================================================================
RCS file: /var/cvs/applications/richtext/config/components/wiki.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- wiki.xml    25 Apr 2008 22:31:05 -0000      1.2
+++ wiki.xml    11 Jul 2008 18:59:08 -0000      1.3
@@ -17,14 +17,14 @@
 
   <block name="page">
     <body jsp="/mmbase/components/richtext/wiki/page.jspx">
-      <param name="o"   type="org.mmbase.bridge.Node" />
+      <param name="n"    />
     </body>
   </block>
 
   <block name="edit">
     <xi:include href="http://www.mmbase.org/components/validation.head.xml"; />
     <body jsp="/mmbase/components/richtext/wiki/edit.jspx">
-      <param name="o"   type="org.mmbase.bridge.Node" />
+      <param name="n"    />
     </body>
 
   </block>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to