Author: alessio.soldano(a)jboss.com
Date: 2010-04-02 05:42:06 -0400 (Fri, 02 Apr 2010)
New Revision: 11928
Modified:
framework/trunk/testsuite/test/ant-import/build-testsuite.xml
Log:
Add jboss-system.jar to bin dist classpath to fix regressions against AS trunk
Modified: framework/trunk/testsuite/test/ant-import/build-testsuite.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2010-04-02 09:41:53 UTC
(rev 11927)
+++ framework/trunk/testsuite/test/ant-import/build-testsuite.xml 2010-04-02 09:42:06 UTC
(rev 11928)
@@ -351,6 +351,7 @@
<pathelement location="${jboss.lib}/jboss-vfs.jar"/>
<pathelement location="${jboss.lib}/jboss-kernel.jar"/>
<pathelement location="${jboss.lib}/jboss-reflect.jar"/>
+ <pathelement location="${jboss.lib}/jboss-system.jar"/>
<pathelement location="${jboss.server.lib}/jboss.jar"/>
<pathelement location="${jboss.server.lib}/jbosssx.jar"/>
<pathelement
location="${jboss.server.lib}/jbossws-native-core.jar"/> <!-- For jaxrpc
tests -->