aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jdk
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-06-29 10:26:48 +0200
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-07-05 09:46:17 +0200
commitc95cb5f8771e8c14c429d8fd48f75f21e88fc611 (patch)
tree587314e746457917f07b087b47442d9c8560e606 /third_party/java/jdk
parentb5ac354867c4d8deb543285e87e636504078fb69 (diff)
Add source for Javac
Those source jars comes from javac.jar = https://github.com/google/error-prone-javac/archive/1.9.0-dev-r2644-2.zip javac7.jar = https://github.com/google/error-prone-javac/archive/1.9.0-dev-r2973-2.zip As a consequence also updated the version in third_party readme. Change-Id: I4c9d749d2b4acb1254cd65efbabf4e6515924414
Diffstat (limited to 'third_party/java/jdk')
-rw-r--r--third_party/java/jdk/langtools/BUILD2
-rw-r--r--third_party/java/jdk/langtools/javac.srcjarbin0 -> 9223603 bytes
-rw-r--r--third_party/java/jdk/langtools/javac7.srcjarbin0 -> 9651047 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/third_party/java/jdk/langtools/BUILD b/third_party/java/jdk/langtools/BUILD
index 5692999306..055a02f071 100644
--- a/third_party/java/jdk/langtools/BUILD
+++ b/third_party/java/jdk/langtools/BUILD
@@ -13,10 +13,12 @@ filegroup(
"//tools/jdk:jdk7": [
"BUILD",
"javac7.jar",
+ "javac7.srcjar",
],
"//conditions:default": [
"BUILD",
"javac.jar",
+ "javac.srcjar",
],
}),
)
diff --git a/third_party/java/jdk/langtools/javac.srcjar b/third_party/java/jdk/langtools/javac.srcjar
new file mode 100644
index 0000000000..cab9de7905
--- /dev/null
+++ b/third_party/java/jdk/langtools/javac.srcjar
Binary files differ
diff --git a/third_party/java/jdk/langtools/javac7.srcjar b/third_party/java/jdk/langtools/javac7.srcjar
new file mode 100644
index 0000000000..8fdd335ef4
--- /dev/null
+++ b/third_party/java/jdk/langtools/javac7.srcjar
Binary files differ