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 th...@apache.org on 2006/11/01 08:04:57 UTC

svn commit: r469798 - /webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml

Author: thilina
Date: Tue Oct 31 23:04:57 2006
New Revision: 469798

URL: http://svn.apache.org/viewvc?view=rev&rev=469798
Log:
porting rev 469437 to maven-std.. if not the std-disto misses the commons-io which is needed when creating the war out of it

Modified:
    webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml

Modified: webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml?view=diff&rev=469798&r1=469797&r2=469798
==============================================================================
--- webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml (original)
+++ webservices/axis2/branches/java/1_1/release-docs/maven-scripts/maven-std.xml Tue Oct 31 23:04:57 2006
@@ -819,7 +819,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