You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/06/02 20:39:22 UTC

svn commit: r179623 - in /maven/continuum/trunk/continuum-plexus-application/src/conf/workflows: ./ continuum-build-flow.xml

Author: jvanzyl
Date: Thu Jun  2 11:39:21 2005
New Revision: 179623

URL: http://svn.apache.org/viewcvs?rev=179623&view=rev
Log:
o adding some flows and we can use them from the core directly for testing

Added:
    maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/
    maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-build-flow.xml

Added: maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-build-flow.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-build-flow.xml?rev=179623&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-build-flow.xml (added)
+++ maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-build-flow.xml Thu Jun  2 11:39:21 2005
@@ -0,0 +1,7 @@
+<workflow xmlns="http://werkflow.codehaus.org/simple" id="continuum-build-flow">
+  <sequence>
+    <action id="update-scm"/>
+    <action id="update-metadata"/>
+    <action id="build"/>
+  </sequence>
+</workflow>