[jboss-svn-commits] JBossWS SVN: r847 - branches/jbossws-1.0/src/test
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Aug 28 11:21:39 EDT 2006
Author: thomas.diesler at jboss.com
Date: 2006-08-28 11:21:37 -0400 (Mon, 28 Aug 2006)
New Revision: 847
Modified:
branches/jbossws-1.0/src/test/build.xml
Log:
Fix javac classpath
Modified: branches/jbossws-1.0/src/test/build.xml
===================================================================
--- branches/jbossws-1.0/src/test/build.xml 2006-08-28 15:15:33 UTC (rev 846)
+++ branches/jbossws-1.0/src/test/build.xml 2006-08-28 15:21:37 UTC (rev 847)
@@ -143,6 +143,7 @@
<pathelement location="${jboss.server.lib}/jboss.jar"/>
<pathelement location="${jboss.server.deploy}/ejb3.deployer/jboss-annotations-ejb3.jar"/>
<pathelement location="${jboss.server.deploy}/ejb3.deployer/jboss-ejb3x.jar"/>
+ <pathelement location="${build.lib.dir}/jbossws-tomcat-integration.jar"/>
</path>
<!-- The test client classpath -->
More information about the jboss-svn-commits
mailing list