[jbossws-commits] JBossWS SVN: r2264 - branches/jbossws-1.2.0/integration-tomcat.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Feb 3 16:32:50 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-03 16:32:49 -0500 (Sat, 03 Feb 2007)
New Revision: 2264

Modified:
   branches/jbossws-1.2.0/integration-tomcat/build.xml
Log:
Check for jbossws-thirdparty.jar in init

Modified: branches/jbossws-1.2.0/integration-tomcat/build.xml
===================================================================
--- branches/jbossws-1.2.0/integration-tomcat/build.xml	2007-02-03 21:18:27 UTC (rev 2263)
+++ branches/jbossws-1.2.0/integration-tomcat/build.xml	2007-02-03 21:32:49 UTC (rev 2264)
@@ -25,10 +25,9 @@
   <property name="tomcat.output.classes14.dir" value="${tomcat.output.dir}/classes14"/>
   <property name="tomcat.output.lib.dir" value="${tomcat.output.dir}/lib"/>
   
-  <available property="jbossws.thirdparty.available" file="${tomcat.output.lib.dir}/jbossws-thirdparty.jar"/>
-  
   <target name="tomcat-init" depends="prepare, thirdparty">
     <fail message="Not available: ${tomcat.home}/server/lib/catalina.jar" unless="tomcat.available"/>
+    <available property="jbossws.thirdparty.available" file="${tomcat.output.lib.dir}/jbossws-thirdparty.jar"/>
   </target>
   
   <!-- ================================================================== -->




More information about the jbossws-commits mailing list