gerrit/bucklets
David Ostrovsky 974a947fc8 Buck: Fix typo in gerrit_plugin.bucklet
Typo that was introduced in Ia6cf1bad wasn't discovered for years.
When plugin is trying to add classpath rule:

  java_library(
    name = 'classpath',
    deps = GERRIT_GWT_API + GERRIT_PLUGIN_API + [
      ':<plugin>__plugin',
    ],
  )

then Buck is reporting non-existing rule. Note that in bucklets
the correct constant is defined:

  GERRIT_GWT_API = ['//lib/gerrit:gwtui-api']

Change-Id: Ice8418d27b08a8ee7925a4040c3a18ce5cd553f2
2015-12-23 17:55:11 +01:00
..
gerrit_plugin.bucklet Buck: Fix typo in gerrit_plugin.bucklet 2015-12-23 17:55:11 +01:00
java_doc.bucklet Buck: Align gerrit build interface to bucklets 2014-09-09 13:20:47 +00:00
java_sources.bucklet Buck: Align gerrit build interface to bucklets 2014-09-09 13:20:47 +00:00
maven_jar.bucklet Buck: Allow to co-exist in tree and standalone plugins 2014-06-26 10:59:25 +02:00
maven_package.bucklet Buck: Align gerrit build interface to bucklets 2014-09-09 13:20:47 +00:00