[jboss-cvs] JBossAS SVN: r87470 - trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Thu Apr 16 22:38:14 EDT 2009


Author: ALRubinger
Date: 2009-04-16 22:38:14 -0400 (Thu, 16 Apr 2009)
New Revision: 87470

Modified:
   trunk/testsuite/build.xml
Log:
[JBAS-6798] TestSuite build changes to remove jboss-ejb3-proxy from AS trunk

Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml	2009-04-17 02:25:28 UTC (rev 87469)
+++ trunk/testsuite/build.xml	2009-04-17 02:38:14 UTC (rev 87470)
@@ -153,7 +153,8 @@
       <path refid="jboss.serialization.classpath"/>
       <path refid="jboss.jboss.ejb3.core.classpath" />
       <path refid="jboss.jboss.ejb3.ext.api.classpath" />
-      <path refid="jboss.jboss.ejb3.proxy.classpath" />
+      <path refid="jboss.jboss.ejb3.proxy.impl.classpath" />
+      <path refid="jboss.jboss.ejb3.proxy.spi.classpath" />
       <path refid="ejb3-persistence.classpath"/>
       <path refid="org.jboss.ws.native.classpath"/>
       <path refid="org.jboss.ws.classpath"/>




More information about the jboss-cvs-commits mailing list