You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ja...@apache.org on 2010/04/29 16:41:26 UTC

svn commit: r939330 - /geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy

Author: jawarner
Date: Thu Apr 29 14:41:25 2010
New Revision: 939330

URL: http://svn.apache.org/viewvc?rev=939330&view=rev
Log:
Update the include set for the results files

Modified:
    geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy

Modified: geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy?rev=939330&r1=939329&r2=939330&view=diff
==============================================================================
--- geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy (original)
+++ geronimo/sandbox/build-support/libraries/system/1/groovy/gbuild/config/projects/Geronimo_CTS/Controller.groovy Thu Apr 29 14:41:25 2010
@@ -372,7 +372,8 @@ class Controller extends gbuild.system.P
         // Find all of the result archives
         def files = ant.fileScanner {
             fileset(dir: sourceDir) {
-                include(name: 'runtests-results-*.zip')
+                include(name: 'tomcat/runtests-results-*.zip')
+                include(name: 'jetty/runtests-results-*.zip')
             }
         }