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/07 18:12:49 UTC

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

Author: thilina
Date: Sat Oct  7 09:12:48 2006
New Revision: 453949

URL: http://svn.apache.org/viewvc?view=rev&rev=453949
Log:
adding the libraries to the release artifacts

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=453949&r1=453948&r2=453949
==============================================================================
--- webservices/axis2/branches/java/1_1/maven.xml (original)
+++ webservices/axis2/branches/java/1_1/maven.xml Sat Oct  7 09:12:48 2006
@@ -529,7 +529,7 @@
         <ant:mkdir dir="target/dist"/>
     </goal>
 
-    <goal name="dist-min-bin" prereqs="init-dist,cache-min-deps">
+    <goal name="dist-min-bin" prereqs="jar,init-dist,cache-min-deps">
         <ant:echo>+----------------------------------------------</ant:echo>
         <ant:echo>| Creating: Axis2 Minimal Binary Distribution</ant:echo>
         <ant:echo>+----------------------------------------------</ant:echo>
@@ -636,7 +636,7 @@
         <ant:delete dir="target/temp/min/src"/>
     </goal>
 
-    <goal name="dist-std-bin" prereqs="init-dist,cache-std-deps">
+    <goal name="dist-std-bin" prereqs="jar,init-dist,cache-std-deps">
         <ant:echo>+----------------------------------------------</ant:echo>
         <ant:echo>| Creating: Axis2 Standard Binary Distribution</ant:echo>
         <ant:echo>+----------------------------------------------</ant:echo>
@@ -863,7 +863,7 @@
         <ant:mkdir dir="${std_dep_cache}"/>
         <j:if test="${stdDeps.uptodate != 'yes'}">
             <macros:copy-deps copyToDir="${std_dep_cache}"
-                              mods="codegen,jibx"/>
+                              mods="codegen,jibx,spring"/>
             <property name="stdDeps.uptodate" value="yes"/>
         </j:if>
 
@@ -887,7 +887,7 @@
         <ant:mkdir dir="${war_dep_cache}"/>
         <j:if test="${warDeps.uptodate != 'yes'}">
             <macros:copy-deps copyToDir="${war_dep_cache}"
-                              mods="webapp"/>
+                              mods="webapp,spring,jibx"/>
             <property name="warDeps.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