Author: jvanzyl
Date: Thu Jun 2 13:24:41 2005
New Revision: 179636
URL: http://svn.apache.org/viewcvs?rev=179636&view=rev
Log:
o adding stubs for more activitites
Added:
maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-ant-project.xml
maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m1-project.xml
maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml
maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-shell-project.xml
maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-build.xml
- copied unchanged from r179633, maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-build-flow.xml
Removed:
maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-build-flow.xml
Added: maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-ant-project.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-ant-project.xml?rev=179636&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-ant-project.xml
(added)
+++ maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-ant-project.xml
Thu Jun 2 13:24:41 2005
@@ -0,0 +1,7 @@
+<workflow xmlns="http://werkflow.codehaus.org/simple" id="continuum-add-ant-project">
+ <sequence>
+ <action id="update-scm"/>
+ <action id="update-metadata"/>
+ <action id="build"/>
+ </sequence>
+</workflow>
Added: maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m1-project.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m1-project.xml?rev=179636&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m1-project.xml
(added)
+++ maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m1-project.xml
Thu Jun 2 13:24:41 2005
@@ -0,0 +1,7 @@
+<workflow xmlns="http://werkflow.codehaus.org/simple" id="continuum-add-m1-project">
+ <sequence>
+ <action id="update-scm"/>
+ <action id="update-metadata"/>
+ <action id="build"/>
+ </sequence>
+</workflow>
Added: maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml?rev=179636&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml
(added)
+++ maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-m2-project.xml
Thu Jun 2 13:24:41 2005
@@ -0,0 +1,7 @@
+<workflow xmlns="http://werkflow.codehaus.org/simple" id="continuum-add-m2-project">
+ <sequence>
+ <action id="update-scm"/>
+ <action id="update-metadata"/>
+ <action id="build"/>
+ </sequence>
+</workflow>
Added: maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-shell-project.xml
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-shell-project.xml?rev=179636&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-shell-project.xml
(added)
+++ maven/continuum/trunk/continuum-plexus-application/src/conf/workflows/continuum-add-shell-project.xml
Thu Jun 2 13:24:41 2005
@@ -0,0 +1,7 @@
+<workflow xmlns="http://werkflow.codehaus.org/simple" id="continuum-add-shell-project">
+ <sequence>
+ <action id="update-scm"/>
+ <action id="update-metadata"/>
+ <action id="build"/>
+ </sequence>
+</workflow>
|