Author: thomas.diesler(a)jboss.com
Date: 2007-04-15 10:51:40 -0400 (Sun, 15 Apr 2007)
New Revision: 2869
Modified:
trunk/jbossws-core/src/resources/samples/build.xml
trunk/jbossws-tests/build.xml
Log:
Fix tomcat samples classpath
Modified: trunk/jbossws-core/src/resources/samples/build.xml
===================================================================
--- trunk/jbossws-core/src/resources/samples/build.xml 2007-04-15 14:43:13 UTC (rev 2868)
+++ trunk/jbossws-core/src/resources/samples/build.xml 2007-04-15 14:51:40 UTC (rev 2869)
@@ -227,7 +227,7 @@
<fail message="jdk-1.5 is required for Tomcat integration"
unless="HAVE_JDK_1.5"/>
<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>
Modified: trunk/jbossws-tests/build.xml
===================================================================
--- trunk/jbossws-tests/build.xml 2007-04-15 14:43:13 UTC (rev 2868)
+++ trunk/jbossws-tests/build.xml 2007-04-15 14:51:40 UTC (rev 2869)
@@ -234,7 +234,7 @@
<fail message="jdk-1.5 is required for Tomcat integration"
unless="HAVE_JDK_1.5"/>
<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