Skip to content

Commit

Permalink
This commit was manufactured by cvs2svn to create tag
Browse files Browse the repository at this point in the history
'ASF_20_SRC_AUTO'.

git-svn-id: https://svn.apache.org/repos/asf/cocoon/tags/ASF_20_SRC_AUTO@27561 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
(no author) committed Mar 5, 2004
1 parent dacf5ed commit cfb7119
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 3 additions & 0 deletions blocks.properties
Expand Up @@ -78,6 +78,7 @@
#exclude.block.axis=true
#-----[dependency]: "cron" is needed by "scratchpad".
#exclude.block.cron=true
#-----[dependency]: "deli" is needed by "workflow".
#exclude.block.deli=true
#-----[dependency]: "eventcache" is needed by "jms", "repository", "slide".
#exclude.block.eventcache=true
Expand Down Expand Up @@ -111,6 +112,8 @@
#exclude.block.webdav=true
#-----[dependency]: "woody" is needed by "apples", "petstore".
#exclude.block.woody=true
#-----[dependency]: "workflow" depends on "deli".
exclude.block.workflow=true

# Deprecated blocks ------------------------------------------------------------

Expand Down
22 changes: 21 additions & 1 deletion gump.xml
Expand Up @@ -3,7 +3,7 @@
<!--+
| Cocoon GUMP Descriptor
|
| CVS $Id: gump.xml,v 1.115 2004/03/05 11:22:42 cziegeler Exp $
| CVS $Id: gump.xml,v 1.114 2004/03/01 20:39:18 joerg Exp $
+-->

<module name="cocoon-2.1">
Expand Down Expand Up @@ -1104,6 +1104,26 @@
<nag from="Gump" to="dev@cocoon.apache.org"/>
</project>

<project name="cocoon-block-workflow" status="unstable" exclude="true">
<package>org.apache.cocoon</package>

<ant target="gump-block">
<property name="block-name" value="workflow"/>
<property name="version" value="@@DATE@@"/>
</ant>

<depend project="cocoon" inherit="all"/>
<!-- we need log4j -->
<depend project="cocoon-block-deli" />

<work nested="tools/anttasks"/>
<home nested="build/cocoon-@@DATE@@"/>

<jar name="blocks/workflow-block.jar"/>

<nag from="Gump" to="dev@cocoon.apache.org"/>
</project>

<!--
********************************************
******** COCOON SUPPLIED PROJECTS ********
Expand Down

0 comments on commit cfb7119

Please sign in to comment.