aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-03-27 22:53:50 +0000
committerGravatar Philipp Wollermann <philwo@google.com>2017-03-28 19:49:32 +0000
commit00582c58fd5dcbeadf113f6c83294a5e3ee56d69 (patch)
treeb56aaf48afcbbac09bea25cad62fbacddc3ac925 /third_party/java
parent47e52357d4b339cafe383945c25964d470700915 (diff)
Description redacted.
-- PiperOrigin-RevId: 151383588 MOS_MIGRATED_REVID=151383588
Diffstat (limited to 'third_party/java')
-rw-r--r--third_party/java/buck-ios-support/METADATA23
-rw-r--r--third_party/java/buck-ios-support/README17
2 files changed, 23 insertions, 17 deletions
diff --git a/third_party/java/buck-ios-support/METADATA b/third_party/java/buck-ios-support/METADATA
new file mode 100644
index 0000000000..2b98083782
--- /dev/null
+++ b/third_party/java/buck-ios-support/METADATA
@@ -0,0 +1,23 @@
+# This copy is stripped down to only include the files needed for Xcode project
+# generation, specifically:
+# com/facebook/buck/apple/{FileTypes,xcode/{xcodeproj/**,GidGenerator,XcodeprojSerializer}}.java
+
+name: "Buck"
+description: "Buck: An Android (and Java!) build tool"
+
+third_party {
+ url {
+ type: GIT
+ value: "https://github.com/facebook/buck"
+ }
+ version: "2ff4f45a971776afcfbe88333d78c4ca6bf03df9"
+ last_upgrade_date { year: 2014 month: 7 day: 29 }
+ local_modifications:
+ "* Add FILE_REFERENCE(2) to the PBXContainerItemProxy.ProxyType enum. "
+ "* Update LastUpgradeCheck from 600 to 610 "
+ "* Add logic to automatically detect XCVersionGroup type even if there "
+ " is no currentVersion set "
+ "* Removed code not used by Bazel. "
+ "* Add WATCH_OS1_EXTENSION and WATCH_OS1_APPLICATION to "
+ " PBXTarget.ProductType"
+}
diff --git a/third_party/java/buck-ios-support/README b/third_party/java/buck-ios-support/README
deleted file mode 100644
index 3eddb27093..0000000000
--- a/third_party/java/buck-ios-support/README
+++ /dev/null
@@ -1,17 +0,0 @@
-URL: https://github.com/facebook/buck/tarball/2ff4f45a971776afcfbe88333d78c4ca6bf03df9
-Version: 2ff4f45a971776afcfbe88333d78c4ca6bf03df9
-License: Apache 2.0
-License File: LICENSE
-
-Description:
-Buck: An Android (and Java!) build tool
-
-This copy is stripped down to only include the files needed for Xcode project generation, specifically:
-com/facebook/buck/apple/{FileTypes,xcode/{xcodeproj/**,GidGenerator,XcodeprojSerializer}}.java
-
-Local Modifications:
-Add FILE_REFERENCE(2) to the PBXContainerItemProxy.ProxyType enum.
-Update LastUpgradeCheck from 600 to 610
-Add logic to automatically detect XCVersionGroup type even if there is no currentVersion set
-Removed code not used by Bazel.
-Add WATCH_OS1_EXTENSION and WATCH_OS1_APPLICATION to PBXTarget.ProductType