Files
gerrit/tools
David Ostrovsky d9cafb7ca2 Buck: Fix java_doc rule to use $(classpath :foo) macro
java_doc rule was using $(location :foo) instead of $(classpath :foo)
macro. This is similar but not the same. The subtle difference is the
replacement that is done for java_library() when only exported deps are
used. While location macro doesn't work here, because there are no out
file associated with such a java_library, classpath macro correctly
resolves the dependencies.

Change-Id: Iab67dff9c332027765bc0da8c46810de11974de8
2016-02-14 20:22:19 +01:00
..
2013-09-19 18:29:07 +00:00
2015-12-02 14:07:12 +00:00
2015-06-18 17:10:11 +02:00
2015-11-25 10:10:09 -05:00