You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2007/09/29 17:50:41 UTC

svn commit: r580599 - /tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml

Author: hlship
Date: Sat Sep 29 08:50:40 2007
New Revision: 580599

URL: http://svn.apache.org/viewvc?rev=580599&view=rev
Log:
TAPESTRY-1785: Move non-component classes out of corelib.components

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml?rev=580599&r1=580598&r2=580599&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml Sat Sep 29 08:50:40 2007
@@ -26,6 +26,7 @@
       <package name="org.apache.tapestry"/>
       <package name="org.apache.tapestry.integration.pagelevel"/>
       <package name="org.apache.tapestry.corelib.components"/>
+      <package name="org.apache.tapestry.corelib.internal"/>
       <package name="org.apache.tapestry.dom"/>
       <package name="org.apache.tapestry.json"/>
       <package name="org.apache.tapestry.services"/>