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