bruno 2003/08/04 01:39:41
Modified: . blocks.properties gump.xml
Log:
initial commit of apples block, contributed by Marc Portier
see bugzilla 21900
Revision Changes Path
1.22 +1 -0 cocoon-2.1/blocks.properties
Index: blocks.properties
===================================================================
RCS file: /home/cvs/cocoon-2.1/blocks.properties,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- blocks.properties 18 Jul 2003 09:40:20 -0000 1.21
+++ blocks.properties 4 Aug 2003 08:39:41 -0000 1.22
@@ -56,6 +56,7 @@
# its development as thing might change over time before they are marked
# stable.
+#exclude.block.apples=true
#exclude.block.asciiart=true
#exclude.block.axis=true
#exclude.block.eventcache=true
1.72 +19 -1 cocoon-2.1/gump.xml
Index: gump.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/gump.xml,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- gump.xml 26 Jul 2003 13:26:47 -0000 1.71
+++ gump.xml 4 Aug 2003 08:39:41 -0000 1.72
@@ -942,6 +942,24 @@
<nag from="Gump" to="[email protected]"/>
</project>
+ <project name="cocoon-block-apples" status="unstable">
+ <package>org.apache.cocoon</package>
+
+ <ant target="gump-block">
+ <property name="block-name" value="apples"/>
+ <property name="version" value="@@DATE@@"/>
+ </ant>
+
+ <depend project="cocoon" inherit="all"/>
+
+ <work nested="tools/anttasks"/>
+ <home nested="build/cocoon-@@DATE@@"/>
+
+ <jar name="blocks/apples-block.jar"/>
+
+ <nag from="Gump" to="[email protected]"/>
+ </project>
+
<!--
********************************************
******** COCOON SUPPLIED PROJECTS ********