commit | 68cb038848405f283b2ca9ff4c44342d4983f8e9 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Mon Oct 21 12:06:59 2013 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Thu Oct 31 16:10:57 2013 +0900 |
tree | e0155b189a2e610f0a8204bb0cd6fd89099a7243 | |
parent | 4ff83c2ab5d3a261d492e32e36b77ae0642bb1b3 [diff] |
Add buck build configuration Change-Id: I77ea564150f0ef05b1d14f6bccf62c15e7b2366a
diff --git a/BUCK b/BUCK new file mode 100644 index 0000000..c15f524 --- /dev/null +++ b/BUCK
@@ -0,0 +1,8 @@ +gerrit_plugin( + name = 'gravatar', + srcs = glob(['src/main/java/**/*.java']), + resources = glob(['src/main/resources/**/*']), + manifest_entries = [ + 'Gerrit-PluginName: gravatar-avatar-provider' + ] +)