From bc5ea30dfc3446d6ef7ea3f67b122f5c24572304 Mon Sep 17 00:00:00 2001 From: JohnZ Date: Sun, 6 May 2012 18:49:43 +0100 Subject: [PATCH] Revert 07e3632b5909202ce66d72911c117d056b4edad3 removing change to awsapi-lib --- .gitignore | 1 + awsapi/conf/cloud-bridge.properties | 2 +- wscript | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1bde90a7aca..12f1943b466 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ build/replace.properties +.classpath build/build.number bin/ *.000 diff --git a/awsapi/conf/cloud-bridge.properties b/awsapi/conf/cloud-bridge.properties index 04d3093ad33..7bbba7f26bd 100644 --- a/awsapi/conf/cloud-bridge.properties +++ b/awsapi/conf/cloud-bridge.properties @@ -1,4 +1,4 @@ -host=http://localhost:8080/bridge +host=http://localhost:8080/awsapi storage.root=/Users/john1/S3-Mount storage.multipartDir=__multipart__uploads__ bucket.dns=false diff --git a/wscript b/wscript index e1f156dc55b..31f29178846 100644 --- a/wscript +++ b/wscript @@ -3,7 +3,7 @@ # the following two variables are used by the target "waf dist" # if you change 'em here, you need to change it also in cloud.spec, add a %changelog entry there, and add an entry in debian/changelog -VERSION = '2.2.20120504110604' +VERSION = '3.0.3' APPNAME = 'cloud' import shutil,os