[jboss-cvs] JBossAS SVN: r110560 - projects/ejb3/trunk/testsuite.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Feb 8 08:55:46 EST 2011


Author: wolfc
Date: 2011-02-08 08:55:45 -0500 (Tue, 08 Feb 2011)
New Revision: 110560

Modified:
   projects/ejb3/trunk/testsuite/build-test.xml
Log:
Fixed security test (supplement rev 100765)


Modified: projects/ejb3/trunk/testsuite/build-test.xml
===================================================================
--- projects/ejb3/trunk/testsuite/build-test.xml	2011-02-08 11:05:44 UTC (rev 110559)
+++ projects/ejb3/trunk/testsuite/build-test.xml	2011-02-08 13:55:45 UTC (rev 110560)
@@ -142,7 +142,7 @@
 	<property name="artifact.org.jboss.jboss-deployers-core-spi" value="${location.lib}/jboss-deployers-core-spi.jar"/>
 	<property name="artifact.org.jboss.cache:jbosscache-core" value="${location.server.all.lib}/jbosscache-core.jar"/>
 	<property name="artifact.hsqldb:hsqldb" value="${location.common.lib}/hsqldb.jar"/>
-	<property name="artifact.jbosssx" value="${location.common.lib}/jbosssx.jar"/>
+	<property name="artifact.jbosssx" value="${location.lib}/jbosssx.jar"/>
 	
   <!-- Define the Path to Server Task Definitions, used by the JBoss Server Run targets -->
   <path id="server.taskdef.classpath">  



More information about the jboss-cvs-commits mailing list