You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-commits@axis.apache.org by sa...@apache.org on 2010/03/03 02:27:17 UTC

svn commit: r918294 - /axis/axis2/c/core/trunk/dist.sh

Author: samisa
Date: Wed Mar  3 01:27:17 2010
New Revision: 918294

URL: http://svn.apache.org/viewvc?rev=918294&view=rev
Log:
Upgraded the version to 1.7.0

Modified:
    axis/axis2/c/core/trunk/dist.sh

Modified: axis/axis2/c/core/trunk/dist.sh
URL: http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/dist.sh?rev=918294&r1=918293&r2=918294&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/dist.sh (original)
+++ axis/axis2/c/core/trunk/dist.sh Wed Mar  3 01:27:17 2010
@@ -11,14 +11,14 @@
 rm target/docs/dependencies.html
 rm target/docs/downloads.html
 rm target/xdocs/mail-lists.html
-cp -r target/docs axis2c-src-1.6.0
+cp -r target/docs axis2c-src-1.7.0
 
 cd samples   
 make dist   
-tar -xf axis2c-src-1.6.0.tar.gz     
-mv  axis2c-src-1.6.0 ../axis2c-src-1.6.0    
-cd ../axis2c-src-1.6.0      
-mv axis2c-src-1.6.0 samples
+tar -xf axis2c-src-1.7.0.tar.gz     
+mv  axis2c-src-1.7.0 ../axis2c-src-1.7.0    
+cd ../axis2c-src-1.7.0      
+mv axis2c-src-1.7.0 samples
 
 for i in `find . -name "*.la"`
 do