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,13 +0,0 @@
include_defs('//lib/maven.defs')
VERSION = '1.5.6'
maven_jar(
name = 'mail',
id = 'com.sun.mail:javax.mail:' + VERSION,
sha1 = 'ab5daef2f881c42c8e280cbe918ec4d7fdfd7efe',
license = 'DO_NOT_DISTRIBUTE',
exclude_java_sources = True,
visibility = ['PUBLIC'],
)