diff options
author | samisa | 2010-03-03 01:27:17 +0000 |
---|---|---|
committer | samisa | 2010-03-03 01:27:17 +0000 |
commit | 2067c00b493ca41313387164cb8b269e8e185943 (patch) | |
tree | 37829c6565ffec76709877dde2411ebb93205b9a | |
parent | cb176ed9ca838826906782be34eb94b9a3abfc67 (diff) | |
download | axis2c-2067c00b493ca41313387164cb8b269e8e185943.tar.gz axis2c-2067c00b493ca41313387164cb8b269e8e185943.tar.bz2 |
Upgraded the version to 1.7.0
git-svn-id: http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk@918294 13f79535-47bb-0310-9956-ffa450edef68
-rwxr-xr-x | dist.sh | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -11,14 +11,14 @@ rm target/docs/README 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 |