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

Modified Files:
        core.xml 
Added Files:
        test.xml 
Log Message:
moved some stuff to a 'test' component


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


test.xml is new



Index: core.xml
===================================================================
RCS file: /var/cvs/config/components/core.xml,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- core.xml    22 Feb 2008 13:27:02 -0000      1.35
+++ core.xml    24 Feb 2008 10:50:46 -0000      1.36
@@ -9,23 +9,11 @@
                         http://www.mmbase.org/xmlns/component.xsd";>
 
   <description xml:lang="en">MMBase core components</description>
-  <description xml:lang="nl">MMBase core componenten</description>
+  <description xml:lang="nl">MMBase core-componenten</description>
 
   <!-- This bundle provides translations for the mmbase 'core' component -->
   <bundle name="org.mmbase.framework.resources.core" />
 
-  <setting name="testsetting">
-    <description xml:lang="en">Just to test settings</description>
-    <datatype base="integer" xmlns="http://www.mmbase.org/xmlns/datatypes";>
-      <default value="2" />
-      <minInclusive value="1" />
-      <maxInclusive value="5" />
-    </datatype>
-  </setting>
-
-  <action name="testaction" rank="basic user">
-    <description xml:lang="en">Just to test actions</description>
-  </action>
 
   <!-- about etc. -->
   <block name="welcome"
@@ -251,6 +239,14 @@
     </body>
   </block>
 
+  <block name="resourceedit"
+         classification="mmbase.tools"
+         mimetype="text/html">
+    <description xml:lang="en"></description>
+    <body jsp="resourceedit.jspx">
+    </body>
+  </block>
+
   <block name="email"
          classification="mmbase.tools"
          mimetype="text/html">
@@ -305,17 +301,6 @@
     </body>
   </block>
 
-  <block name="test"
-         classification="mmbase.components,mmbase.examples"
-         mimetype="text/html">
-    <description xml:lang="en">TEST</description>
-    <head jsp="components/test.head.jspx" />
-    <body jsp="components/test.jspx">
-      <param name="a" />
-      <param name="b" />
-    </body>
-    <process jsp="components/test.jspx" />
-  </block>
 
 
   <block name="login"
@@ -358,8 +343,9 @@
     <description xml:lang="en">Shows the release notes from this 
mmbase</description>
     <body>
       <class name="org.mmbase.framework.ConnectionRenderer">
-        <param 
name="url">http://www.mmbase.org/jira/secure/IssueNavigator.jspa?view=rss&amp;&amp;pid=10000&amp;fixfor=10119&amp;status=5&amp;status=6&amp;sorter/field=issuekey&amp;sorter/order=DESC&amp;tempMax=200&amp;reset=true&amp;decorator=none</param>
+        <param 
name="url">http://www.mmbase.org/jira/IssueNavigator.jspa?view=rss&amp;&amp;pid=10000&amp;fixfor=10119&amp;version=-3&amp;status=5&amp;status=6&amp;sorter/field=updated&amp;sorter/order=DESC&amp;tempMax=25&amp;reset=true&amp;decorator=none</param>
         <param name="xslt">xslt/rss.xslt</param>
+
       </class>
     </body>
   </block>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to