mirror of https://github.com/apache/cloudstack.git
Revert 07e3632b59 removing change to awsapi-lib
This commit is contained in:
parent
07e3632b59
commit
bc5ea30dfc
|
|
@ -1,4 +1,5 @@
|
|||
build/replace.properties
|
||||
.classpath
|
||||
build/build.number
|
||||
bin/
|
||||
*.000
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
wscript
2
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue