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 th...@apache.org on 2006/10/31 11:27:05 UTC

svn commit: r469437 - /webservices/axis2/branches/java/1_1/maven.xml

Author: thilina
Date: Tue Oct 31 02:27:05 2006
New Revision: 469437

URL: http://svn.apache.org/viewvc?view=rev&rev=469437
Log:
Seems like the macro takes in only about 6 modules to the consideration...needed to  add commons-io. so added webapp and removed some harmless modules.

Modified:
    webservices/axis2/branches/java/1_1/maven.xml

Modified: webservices/axis2/branches/java/1_1/maven.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/maven.xml?view=diff&rev=469437&r1=469436&r2=469437
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Tue Oct 31 02:27:05 2006
@@ -836,7 +836,7 @@
         <ant:mkdir dir="${std_dep_cache}"/>
         <j:if test="${stdDeps.uptodate != 'yes'}">
             <macros:copy-deps copyToDir="${std_dep_cache}"
-                              mods="codegen,jibx,spring,saaj,kernel,adb,java2wsdl,webapp"/>
+                              mods="webapp,jibx,spring,saaj,kernel,adb"/>
             <property name="stdDeps.uptodate" value="yes"/>
         </j:if>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org