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/28 03:05:19 UTC

svn commit: r500728 - /geronimo/sandbox/build-support/library/trunk/buildlibrary/tck/CollectTckRuntime.groovy

Author: jdillon
Date: Sat Jan 27 18:05:19 2007
New Revision: 500728

URL: http://svn.apache.org/viewvc?view=rev&rev=500728
Log:
Need to include a little bit more

Modified:
    geronimo/sandbox/build-support/library/trunk/buildlibrary/tck/CollectTckRuntime.groovy

Modified: geronimo/sandbox/build-support/library/trunk/buildlibrary/tck/CollectTckRuntime.groovy
URL: http://svn.apache.org/viewvc/geronimo/sandbox/build-support/library/trunk/buildlibrary/tck/CollectTckRuntime.groovy?view=diff&rev=500728&r1=500727&r2=500728
==============================================================================
--- geronimo/sandbox/build-support/library/trunk/buildlibrary/tck/CollectTckRuntime.groovy (original)
+++ geronimo/sandbox/build-support/library/trunk/buildlibrary/tck/CollectTckRuntime.groovy Sat Jan 27 18:05:19 2007
@@ -74,6 +74,7 @@
                 include(name: 'regexp/**')
                 include(name: 'logkit/**')
                 include(name: 'log4j/**')
+                include(name: 'mockobjects/**')
                 include(name: 'javax/**')
                 include(name: 'junit/**')
                 include(name: 'jline/**')
@@ -97,6 +98,7 @@
                 include(name: 'org/apache/geronimo/modules/geronimo-common/**')
                 include(name: 'org/apache/geronimo/modules/geronimo-util/**')
                 include(name: 'org/apache/geronimo/modules/geronimo-deploy-jsr88/**')
+                include(name: 'org/apache/geronimo/modules/geronimo-deploy-config/**')
                 include(name: 'org/apache/geronimo/modules/geronimo-deployment/**')
                 include(name: 'org/apache/geronimo/modules/geronimo-interceptor/**')
                 include(name: 'org/apache/geronimo/modules/geronimo-core/**')
@@ -109,8 +111,9 @@
                 include(name: 'com/jcraft/jsch/**')
                 include(name: 'velocity/**')
                 include(name: 'xstream/**')
+                include(name: 'xmlbeans/**')
                 include(name: 'xpp3/**')
-                
+                include(name: 'xml-resolver/**')
             }
         }