About the [1]imageop contribution, could someone explain how I can
add a block  in Cocoon 2.1?  Does it involve  adding the new block
in gump.xml?   Does the build  depend on gump.xml directly,  or is
there an intermediate step required?

Please find attached the current patch against gump.xml.

Thanks in advance,
-- 
Jean-Baptiste Quenot
http://caraldi.com/jbq/

[1] http://issues.apache.org/jira/browse/COCOON-1301
Index: gump.xml
===================================================================
--- gump.xml    (revision 369409)
+++ gump.xml    (working copy)
@@ -1663,6 +1663,27 @@
 
     <nag from="Gump &lt;[email protected]&gt;" 
to="[email protected]"/>
   </project>
+
+  <project name="cocoon-block-imageop" status="unstable" 
dir="src/blocks/imageop">
+    <package>org.apache.cocoon</package>
+
+    <description>ImageOp - Image Operations</description>
+
+    <ant target="gump-block">
+      <property name="block-name" value="imageop"/>
+      <property name="version" value="@@DATE@@"/>
+    </ant>
+
+    <depend project="cocoon" inherit="all"/>
+
+    <work nested="build/cocoon-@@DATE@@/blocks/forms/imageop"/>
+    <work nested="tools/anttasks"/>
+    <home nested="build/cocoon-@@DATE@@"/>
+
+    <jar name="blocks/imageop-block.jar"/>
+
+    <nag from="Gump &lt;[email protected]&gt;" 
to="[email protected]"/>
+  </project>
   <!--
     ********************************************
     ********  COCOON SUPPLIED PROJECTS  ********

Reply via email to