Bump GWT version to 2.6.1
Change-Id: I426f9ae884295d95c51e2deb23cdb768ceb93dee
This commit is contained in:
parent
b64ba0a462
commit
38214b31db
@ -25,7 +25,7 @@ limitations under the License.
|
|||||||
<defaultValue>http://code.google.com/p/gerrit/</defaultValue>
|
<defaultValue>http://code.google.com/p/gerrit/</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
<requiredProperty key="Gwt-Version">
|
<requiredProperty key="Gwt-Version">
|
||||||
<defaultValue>2.6.0</defaultValue>
|
<defaultValue>2.6.1</defaultValue>
|
||||||
</requiredProperty>
|
</requiredProperty>
|
||||||
|
|
||||||
<requiredProperty key="gerritApiVersion">
|
<requiredProperty key="gerritApiVersion">
|
||||||
|
@ -1,11 +1,11 @@
|
|||||||
include_defs('//lib/maven.defs')
|
include_defs('//lib/maven.defs')
|
||||||
|
|
||||||
VERSION = '2.6.0'
|
VERSION = '2.6.1'
|
||||||
|
|
||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'user',
|
name = 'user',
|
||||||
id = 'com.google.gwt:gwt-user:' + VERSION,
|
id = 'com.google.gwt:gwt-user:' + VERSION,
|
||||||
sha1 = '8237d1bd37127188107388c8724be44a0e9f73ca',
|
sha1 = 'c078b1b8cc0281214b0eb458d2c283d039374fad',
|
||||||
license = 'Apache2.0',
|
license = 'Apache2.0',
|
||||||
attach_source = False,
|
attach_source = False,
|
||||||
)
|
)
|
||||||
@ -13,7 +13,7 @@ maven_jar(
|
|||||||
maven_jar(
|
maven_jar(
|
||||||
name = 'dev',
|
name = 'dev',
|
||||||
id = 'com.google.gwt:gwt-dev:' + VERSION,
|
id = 'com.google.gwt:gwt-dev:' + VERSION,
|
||||||
sha1 = 'af3d9ad2fb8be30dc87fdcd6d9a373b2ab675802',
|
sha1 = 'db237e4be0aa1fe43425d2c51ab5485dba211ddd',
|
||||||
license = 'Apache2.0',
|
license = 'Apache2.0',
|
||||||
deps = [
|
deps = [
|
||||||
':javax-validation',
|
':javax-validation',
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||||
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
|
||||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
|
||||||
<listEntry value="/gerrit/buck-out/gen/lib/gwt/dev/gwt-dev-2.6.0.jar"/>
|
<listEntry value="/gerrit/buck-out/gen/lib/gwt/dev/gwt-dev-2.6.1.jar"/>
|
||||||
</listAttribute>
|
</listAttribute>
|
||||||
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
|
||||||
<listEntry value="1"/>
|
<listEntry value="1"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user