You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2006/04/30 08:02:41 UTC

svn commit: r398280 - /webservices/axis2/trunk/java/build.xml

Author: dims
Date: Sat Apr 29 23:02:39 2006
New Revision: 398280

URL: http://svn.apache.org/viewcvs?rev=398280&view=rev
Log:
fix check in build.xml for wsdl4j jar

Modified:
    webservices/axis2/trunk/java/build.xml

Modified: webservices/axis2/trunk/java/build.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/build.xml?rev=398280&r1=398279&r2=398280&view=diff
==============================================================================
--- webservices/axis2/trunk/java/build.xml (original)
+++ webservices/axis2/trunk/java/build.xml Sat Apr 29 23:02:39 2006
@@ -68,7 +68,7 @@
     <!-- use a proper m2 hierarchy -->
     <property name="maven2.groupId" value="org.apache.ws.${project.groupId}"/>
     
-    <available file="${basedir}/target/lib/axis-wsdl4j-${axis.wsdl4j.version}.jar" property="jars.present"/>
+    <available file="${basedir}/target/lib/wsdl4j-${wsdl4j.version}.jar" property="jars.present"/>
 
   </target>