From 93bd672e06d7e7c5c9e7e9284e5800dd595d6674 Mon Sep 17 00:00:00 2001 From: Edwin Kempin Date: Tue, 14 Jul 2015 15:00:48 +0200 Subject: [PATCH] Fix Buck build of GWT plugins generated by plugin GWT archetype Change-Id: Ib8b84d045a562578b4b4fe308ca90a2706f4f934 Signed-off-by: Edwin Kempin --- .../archetype-resources/lib/ow2/BUCK | 32 +++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/lib/ow2/BUCK diff --git a/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/lib/ow2/BUCK b/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/lib/ow2/BUCK new file mode 100644 index 0000000000..db6c76c7c9 --- /dev/null +++ b/gerrit-plugin-gwt-archetype/src/main/resources/archetype-resources/lib/ow2/BUCK @@ -0,0 +1,32 @@ +include_defs('//bucklets/maven_jar.bucklet') + +VERSION = '5.0.3' + +maven_jar( + name = 'ow2-asm', + id = 'org.ow2.asm:asm:' + VERSION, + sha1 = 'dcc2193db20e19e1feca8b1240dbbc4e190824fa', + license = 'ow2', +) + +maven_jar( + name = 'ow2-asm-analysis', + id = 'org.ow2.asm:asm-analysis:' + VERSION, + sha1 = 'c7126aded0e8e13fed5f913559a0dd7b770a10f3', + license = 'ow2', +) + +maven_jar( + name = 'ow2-asm-tree', + id = 'org.ow2.asm:asm-tree:' + VERSION, + sha1 = '287749b48ba7162fb67c93a026d690b29f410bed', + license = 'ow2', +) + +maven_jar( + name = 'ow2-asm-util', + id = 'org.ow2.asm:asm-util:' + VERSION, + sha1 = '1512e5571325854b05fb1efce1db75fcced54389', + license = 'ow2', +) +