You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by st...@apache.org on 2017/11/22 09:05:12 UTC

svn commit: r1816014 - /geronimo/components/config/branches/ConfigJSR/impl/ci-suite.xml

Author: struberg
Date: Wed Nov 22 09:05:12 2017
New Revision: 1816014

URL: http://svn.apache.org/viewvc?rev=1816014&view=rev
Log:
fix tck setup

Modified:
    geronimo/components/config/branches/ConfigJSR/impl/ci-suite.xml

Modified: geronimo/components/config/branches/ConfigJSR/impl/ci-suite.xml
URL: http://svn.apache.org/viewvc/geronimo/components/config/branches/ConfigJSR/impl/ci-suite.xml?rev=1816014&r1=1816013&r2=1816014&view=diff
==============================================================================
--- geronimo/components/config/branches/ConfigJSR/impl/ci-suite.xml (original)
+++ geronimo/components/config/branches/ConfigJSR/impl/ci-suite.xml Wed Nov 22 09:05:12 2017
@@ -19,7 +19,7 @@
 
     <test name="javaconfig 1_0 TCK">
         <packages>
-            <package name="org.eclipse.javaconfig.tck.*">
+            <package name="org.eclipse.configjsr.*">
             </package>
 
         </packages>