You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2007/01/30 02:35:45 UTC

svn commit: r501275 - /geronimo/sandbox/build-support/harness/trunk/lib/buildharness/commands/iteration.groovy

Author: jdillon
Date: Mon Jan 29 17:35:45 2007
New Revision: 501275

URL: http://svn.apache.org/viewvc?view=rev&rev=501275
Log:
Explain that iteration chains to a command to actually do work

Modified:
    geronimo/sandbox/build-support/harness/trunk/lib/buildharness/commands/iteration.groovy

Modified: geronimo/sandbox/build-support/harness/trunk/lib/buildharness/commands/iteration.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/harness/trunk/lib/buildharness/commands/iteration.groovy?view=diff&rev=501275&r1=501274&r2=501275
==============================================================================
--- geronimo/sandbox/build-support/harness/trunk/lib/buildharness/commands/iteration.groovy (original)
+++ geronimo/sandbox/build-support/harness/trunk/lib/buildharness/commands/iteration.groovy Mon Jan 29 17:35:45 2007
@@ -33,6 +33,8 @@
  * Those replacement values are then appled to a property value (property name is specified
  * by the "apply_to" property).  The property value which is being applied to will have
  * the "%" token replaced by the value of the iteration mapping in the mapping property file.
+ *
+ * This command sets up the environment for a chained command to actually perform the task.
  */
 class iteration
     extends CommandSupport