Buck: Remove jgit cell

Cross cell support in Buck is considered as experimental feature, with
number of open issues: [1], [2], [3].  Moreover, to make Maven Central
machinery work, it was needed to create symbolic links in source tree.
That broke `buck targets` feature.

Remove it for now, and re-consider to add it later.

[1] https://github.com/facebook/buck/issues/656
[2] https://github.com/facebook/buck/issues/658
[3] https://github.com/facebook/buck/issues/717

Bug: Issue 3954
Change-Id: Ic621a07771f926001df181b46b2169e214ce208a
This commit is contained in:
David Ostrovsky
2016-04-20 08:55:24 +02:00
parent c2eda8fae1
commit 08ea694499
39 changed files with 37 additions and 84 deletions

View File

@@ -8,5 +8,5 @@ maven_jar(
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,
deps = ['@jgit//org.eclipse.jgit:jgit'],
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
)