Skip to content

Commit

Permalink
Add missing transitive dependencies of Error Prone.
Browse files Browse the repository at this point in the history
Fixes #265

--
MOS_MIGRATED_REVID=97140486
  • Loading branch information
cushon authored and damienmg committed Jun 29, 2015
1 parent 5b16b19 commit 07caf82
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
20 changes: 20 additions & 0 deletions third_party/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,34 @@ java_import(
"error_prone/error_prone_core-2.0.4.jar",
"error_prone/error_prone_annotations-2.0.4.jar",
],
exports = [
":checker_framework_dataflow",
":jformatstring",
],
)

java_import(
name = "jformatstring",
jars = [
"jformatstring/jFormatString-3.0.0.jar",
],
)

java_import(
name = "checker_framework_dataflow",
jars = [
"checker_framework_dataflow/dataflow-1.8.10.jar",
],
)

# For bootstrapping JavaBuilder
filegroup(
name = "error_prone-jars",
srcs = [
"checker_framework_dataflow/dataflow-1.8.10.jar",
"error_prone/error_prone_annotations-2.0.4.jar",
"error_prone/error_prone_core-2.0.4.jar",
"jformatstring/jFormatString-3.0.0.jar",
],
)

Expand Down
12 changes: 12 additions & 0 deletions third_party/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,18 @@ a minimal set of extra dependencies.
* Version: 2.0.4
* License: Apache License 2.0

[jFormatString](https://code.google.com/p/j-format-string/)
---------------

* Version: 3.0.0
* License: GNU GPL v2

[Checker Framework Dataflow](http://code.google.com/p/checker-framework/)
----------------------------

* Version: 1.8.10
* License: GPLv2, portions MIT

[Buck (iOS support)](http://facebook.github.io/buck/)
--------------------

Expand Down
Binary file not shown.
Binary file added third_party/jformatstring/jFormatString-3.0.0.jar
Binary file not shown.

0 comments on commit 07caf82

Please sign in to comment.