mirror of https://github.com/apache/jclouds.git
shortened thanks aslak
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2610 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
aab7fd12dc
commit
159bae5564
|
@ -113,7 +113,7 @@ class ShrinkBlob < Task
|
|||
java.lang.Thread.currentThread().setContextClassLoader(ServiceExtensionLoader.new().getClass().getClassLoader())
|
||||
|
||||
print "creating the archive from ",@dir,"\n"
|
||||
zipStream = Archives.create(@zip, ZipExporter.java_class).as(ExplodedImporter.java_class).importDirectory(@dir).as(ZipExporter.java_class).exportZip()
|
||||
zipStream = Archives.create(@zip, ExplodedImporter.java_class).importDirectory(@dir).as(ZipExporter.java_class).exportZip()
|
||||
|
||||
destination = HttpUtils.createUri(@blobstore)
|
||||
print "connecting to service ",destination.getHost(),"/",@container,"\n"
|
||||
|
|
Loading…
Reference in New Issue