Author: thomas.diesler(a)jboss.com
Date: 2007-02-04 12:50:46 -0500 (Sun, 04 Feb 2007)
New Revision: 2270
Modified:
branches/jbossws-1.2.0/jbossws-core/src/main/resources/samples/build.xml
Log:
Fix TC samples classpath
Modified: branches/jbossws-1.2.0/jbossws-core/src/main/resources/samples/build.xml
===================================================================
--- branches/jbossws-1.2.0/jbossws-core/src/main/resources/samples/build.xml 2007-02-04
14:09:28 UTC (rev 2269)
+++ branches/jbossws-1.2.0/jbossws-core/src/main/resources/samples/build.xml 2007-02-04
17:50:46 UTC (rev 2270)
@@ -226,7 +226,7 @@
<!-- The test client classpath -->
<path id="test.client.classpath">
<path refid="jbossws.classpath"/>
- <pathelement
location="${tomcat.common.lib}/jbossws-thirdparty.jar"/>
+ <pathelement
location="${tomcat.home}/common/lib/jbossws-thirdparty.jar"/>
<path refid="javac.classpath"/>
</path>
</target>
Show replies by date