You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ch...@apache.org on 2006/03/30 20:18:17 UTC

svn commit: r390203 - /webservices/axis2/trunk/java/maven.xml

Author: chinthaka
Date: Thu Mar 30 10:18:15 2006
New Revision: 390203

URL: http://svn.apache.org/viewcvs?rev=390203&view=rev
Log:
Fixing cache-min-deps as java2wsdl also was promoted in to the kernel.jar. (dunno why that was done :(.)

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

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/maven.xml?rev=390203&r1=390202&r2=390203&view=diff
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Thu Mar 30 10:18:15 2006
@@ -757,7 +757,7 @@
         <ant:mkdir dir="${min_dep_cache}"/>
         <j:if test="${minDeps.uptodate != 'yes'}">
             <macros:copy-deps copyToDir="${min_dep_cache}"
-                              mods="core,common,wsdl,adb"/>
+                              mods="core,common,wsdl,adb,java2wsdl"/>
             <property name="minDeps.uptodate" value="yes"/>
         </j:if>
     </goal>