[jboss-cvs] JBossAS SVN: r81801 - trunk/varia.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 28 21:38:07 EST 2008
Author: bstansberry at jboss.com
Date: 2008-11-28 21:38:07 -0500 (Fri, 28 Nov 2008)
New Revision: 81801
Modified:
trunk/varia/build-test.xml
Log:
Fix the classpath
Modified: trunk/varia/build-test.xml
===================================================================
--- trunk/varia/build-test.xml 2008-11-28 22:54:31 UTC (rev 81800)
+++ trunk/varia/build-test.xml 2008-11-29 02:38:07 UTC (rev 81801)
@@ -90,7 +90,6 @@
<path refid="org.jboss.ws.native.classpath"/>
<path refid="jboss.jbossxb.classpath"/>
<path refid="jboss.integration.classpath"/>
- <path refid="jboss.jboss.ha.server.api.classpath"/>
<path refid="jboss.jboss.vfs.classpath"/>
<path refid="jboss.test.classpath" />
<path refid="junit.junit.classpath"/>
@@ -119,6 +118,7 @@
<path refid="jboss.common.logging.log4j.classpath"/>
<path refid="jboss.common.logging.jdk.classpath"/>
<path refid="jboss.jmx.classpath"/>
+ <path refid="jboss.bootstrap.classpath"/>
<path refid="jboss.cluster.classpath"/>
<path refid="jboss.main.classpath"/>
<path refid="jboss.system.classpath"/>
More information about the jboss-cvs-commits
mailing list