Skip to content

Commit

Permalink
Merge "Fix Buck build of GWT plugins generated by plugin GWT archetype"
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinKempin authored and Gerrit Code Review committed Jul 21, 2015
2 parents a2bc859 + 93bd672 commit d99fa16
Showing 1 changed file with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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',
)

0 comments on commit d99fa16

Please sign in to comment.