From 86746cefb3996f3014d88a281d719b469761bf98 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Thu, 11 Jun 2015 16:46:41 +0000 Subject: Fix permissions for zip files Now [new_]http_archive can be used for executables as well as "default permission" (644) files. This also gets rid of the Apache Commons Compress dependency entirely, which is nice. Fixing this also exposed some bugs in how archives were being decompressed (the same archive was being decompressed multiple times), which I also fixed by making the decompressors SkyFunctions. Fixes #238. -- MOS_MIGRATED_REVID=95747810 --- src/main/java/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/BUILD') diff --git a/src/main/java/BUILD b/src/main/java/BUILD index 8b7ad922c6..0b1045c385 100644 --- a/src/main/java/BUILD +++ b/src/main/java/BUILD @@ -155,6 +155,7 @@ java_library( ":shell", ":unix", ":vfs", + "//src/java_tools/singlejar:zip", "//src/main/protobuf:proto_build", "//src/main/protobuf:proto_bundlemerge", "//src/main/protobuf:proto_crosstool_config", @@ -165,7 +166,6 @@ java_library( "//src/tools/xcode-common/java/com/google/devtools/build/xcode/common", "//src/tools/xcode-common/java/com/google/devtools/build/xcode/util", "//third_party:aether", - "//third_party:apache_commons_compress", "//third_party:apache_commons_pool2", "//third_party:auto_value", "//third_party:gson", -- cgit v1.2.3