[jboss-cvs] JBossAS SVN: r78413 - trunk/testsuite.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Thu Sep 11 06:11:02 EDT 2008
Author: dimitris at jboss.org
Date: 2008-09-11 06:11:01 -0400 (Thu, 11 Sep 2008)
New Revision: 78413
Modified:
trunk/testsuite/build.xml
Log:
fix the build, hopefully.
Modified: trunk/testsuite/build.xml
===================================================================
--- trunk/testsuite/build.xml 2008-09-11 09:27:42 UTC (rev 78412)
+++ trunk/testsuite/build.xml 2008-09-11 10:11:01 UTC (rev 78413)
@@ -138,11 +138,12 @@
<path refid="jboss.jboss.ejb3.core.classpath" />
<path refid="jboss.jboss.ejb3.ext.api.classpath" />
<path refid="jboss.jboss.ejb3.proxy.classpath" />
+ <path refid="ejb3-persistence.classpath"/>
<path refid="org.jboss.ws.native.classpath"/>
<path refid="jboss.jbossxb.classpath"/>
<path refid="jboss.metadata.classpath"/>
<path refid="jboss.integration.classpath"/>
- <path refid="stax.api.classpath"/>
+ <path refid="stax.api.classpath"/>
<!-- needed for messaging JMS provider tests -->
<path refid="jboss.messaging.classpath"/>
<!-- needed for proxy tests -->
More information about the jboss-cvs-commits
mailing list