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 | |
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
-rw-r--r-- | sca-cpp/trunk/INSTALL | 2 | ||||
-rwxr-xr-x | sca-cpp/trunk/ubuntu/ubuntu-install-all | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sca-cpp/trunk/INSTALL b/sca-cpp/trunk/INSTALL index 8fea45868b..c9e7597a08 100644 --- a/sca-cpp/trunk/INSTALL +++ b/sca-cpp/trunk/INSTALL @@ -80,7 +80,7 @@ libboost-filesystem-1.42.0 Python: Python 2.6.6 (http://www.python.org/) -Google AppEngine 1.3.8 (http://code.google.com/appengine/) +Google AppEngine 1.4.0 (http://code.google.com/appengine/) Java: a Java 5+ JDK (http://openjdk.java.net/, http://harmony.apache.org/) 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 |