blob: 21bc45c7c30a3ca3f4ff2dd76789abdc205d5bfc [file] [log] [blame]
include_defs('//bucklets/maven_jar.bucklet')
VERSION = '${Gwt-Version}'
maven_jar(
name = 'user',
id = 'com.google.gwt:gwt-user:' + VERSION,
license = 'Apache2.0',
attach_source = False,
)
maven_jar(
name = 'dev',
id = 'com.google.gwt:gwt-dev:' + VERSION,
license = 'Apache2.0',
attach_source = False,
)