Remove Buck based build

Bug: Issue 5302
Change-Id: I6e860446ef30ff0ad1c7c49fc0e39d39d921820b
This commit is contained in:
David Ostrovsky
2016-11-15 06:35:29 -08:00
committed by Hector Oswaldo Caballero
parent b33d052c45
commit fdbfcad77d
151 changed files with 71 additions and 8296 deletions

View File

@@ -1,16 +0,0 @@
include_defs('//lib/maven.defs')
include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-archive',
id = 'org.eclipse.jgit:org.eclipse.jgit.archive:' + JGIT_VERS,
sha1 = 'a728cf277396f1227c5a8dffcf5dee0188fc0821',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)

View File

@@ -1,16 +0,0 @@
include_defs('//lib/maven.defs')
include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit-servlet',
id = 'org.eclipse.jgit:org.eclipse.jgit.http.server:' + JGIT_VERS,
sha1 = 'd3aa54bd610db9a5c246aa8fef13989982c98628',
license = 'jgit',
repository = REPO,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
unsign = True,
exclude = [
'about.html',
'plugin.properties',
],
)

View File

@@ -1,12 +0,0 @@
include_defs('//lib/maven.defs')
include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'junit',
id = 'org.eclipse.jgit:org.eclipse.jgit.junit:' + JGIT_VERS,
sha1 = '6c2b2f192c95d25a2e1576aee5d1169dd8bd2266',
license = 'DO_NOT_DISTRIBUTE',
repository = REPO,
unsign = True,
deps = ['//lib/jgit/org.eclipse.jgit:jgit'],
)

View File

@@ -1,25 +0,0 @@
include_defs('//lib/maven.defs')
include_defs('//lib/JGIT_VERSION')
maven_jar(
name = 'jgit',
id = 'org.eclipse.jgit:org.eclipse.jgit:' + JGIT_VERS,
bin_sha1 = 'a2b5970b853f8fee64589fc1103c0ceb7677ba63',
src_sha1 = '765f955774c36c226aa41fba7c20119451de2db7',
license = 'jgit',
repository = REPO,
unsign = True,
deps = [':javaewah'],
exclude = [
'META-INF/eclipse.inf',
'about.html',
'plugin.properties',
],
)
maven_jar(
name = 'javaewah',
id = 'com.googlecode.javaewah:JavaEWAH:1.1.6',
sha1 = '94ad16d728b374d65bd897625f3fbb3da223a2b6',
license = 'Apache2.0',
)