diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-06 07:19:13 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-12-06 07:19:13 +0000 |
commit | 5bc169ce65762b5165c08e82386152ae83d58564 (patch) | |
tree | 41a8b0f83a464f76c03f6f1df3448a4fe7ce273e /sca-cpp/trunk/ubuntu/ubuntu-install-all | |
parent | a0ca37e9952b44c052fb2b550cdc34b3c8e5051f (diff) |
Upgrade to Google appengine version 1.4.0.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1042534 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-install-all | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sca-cpp/trunk/ubuntu/ubuntu-install-all b/sca-cpp/trunk/ubuntu/ubuntu-install-all index 3cc582bc89..c91b683ca1 100755 --- a/sca-cpp/trunk/ubuntu/ubuntu-install-all +++ b/sca-cpp/trunk/ubuntu/ubuntu-install-all @@ -131,8 +131,8 @@ fi cd $build # Install Google AppEngine SDK -wget http://googleappengine.googlecode.com/files/google_appengine_1.3.8.zip -unzip google_appengine_1.3.8.zip +wget http://googleappengine.googlecode.com/files/google_appengine_1.4.0.zip +unzip google_appengine_1.4.0.zip # Build Apache Axis2/C sudo apt-get -y install pkg-config |