Merge "Remove GWT UI"
This commit is contained in:
75
WORKSPACE
75
WORKSPACE
@@ -3,7 +3,6 @@ workspace(name = "gerrit")
|
||||
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
|
||||
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive", "http_file")
|
||||
load("//tools/bzl:maven_jar.bzl", "GERRIT", "MAVEN_LOCAL", "maven_jar")
|
||||
load("//lib/codemirror:cm.bzl", "CM_VERSION", "DIFF_MATCH_PATCH_VERSION")
|
||||
load("//plugins:external_plugin_deps.bzl", "external_plugin_deps")
|
||||
|
||||
http_archive(
|
||||
@@ -146,61 +145,6 @@ maven_jar(
|
||||
sha1 = "021a212688ec94fe77aff74ab34cc74f6f940e60",
|
||||
)
|
||||
|
||||
GWT_VERS = "2.8.2"
|
||||
|
||||
maven_jar(
|
||||
name = "user",
|
||||
artifact = "com.google.gwt:gwt-user:" + GWT_VERS,
|
||||
sha1 = "a2b9be2c996a658c4e009ba652a9c6a81c88a797",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "dev",
|
||||
artifact = "com.google.gwt:gwt-dev:" + GWT_VERS,
|
||||
sha1 = "7a87e060bbf129386b7ae772459fb9f87297c332",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "javax-validation",
|
||||
artifact = "javax.validation:validation-api:1.0.0.GA",
|
||||
sha1 = "b6bd7f9d78f6fdaa3c37dae18a4bd298915f328e",
|
||||
src_sha1 = "7a561191db2203550fbfa40d534d4997624cd369",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "jsinterop-annotations",
|
||||
artifact = "com.google.jsinterop:jsinterop-annotations:1.0.2",
|
||||
sha1 = "abd7319f53d018e11108a88f599bd16492448dd2",
|
||||
src_sha1 = "33716f8aef043f2f02b78ab4a1acda6cd90a7602",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "ant",
|
||||
artifact = "ant:ant:1.6.5",
|
||||
attach_source = False,
|
||||
sha1 = "7d18faf23df1a5c3a43613952e0e8a182664564b",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "colt",
|
||||
artifact = "colt:colt:1.2.0",
|
||||
attach_source = False,
|
||||
sha1 = "0abc984f3adc760684d49e0f11ddf167ba516d4f",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "tapestry",
|
||||
artifact = "tapestry:tapestry:4.0.2",
|
||||
attach_source = False,
|
||||
sha1 = "e855a807425d522e958cbce8697f21e9d679b1f7",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "w3c-css-sac",
|
||||
artifact = "org.w3c.css:sac:1.3",
|
||||
sha1 = "cdb2dcb4e22b83d6b32b93095f644c3462739e82",
|
||||
)
|
||||
|
||||
load("//lib/jgit:jgit.bzl", "jgit_repos")
|
||||
|
||||
jgit_repos()
|
||||
@@ -1050,25 +994,6 @@ maven_jar(
|
||||
sha1 = "951b7eda125f3137538a94e2cbdcf744088ad4c2",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "codemirror-minified-gwt",
|
||||
artifact = "org.webjars.npm:codemirror-minified:" + CM_VERSION,
|
||||
sha1 = "36558ea3b8e30782e1e09c0e7bd781e09614f139",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "codemirror-original-gwt",
|
||||
artifact = "org.webjars.npm:codemirror:" + CM_VERSION,
|
||||
sha1 = "f1f8fbbc3e2d224fdccc43d2f4180658a92320f9",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "diff-match-patch",
|
||||
artifact = "org.webjars:google-diff-match-patch:" + DIFF_MATCH_PATCH_VERSION,
|
||||
attach_source = False,
|
||||
sha1 = "0cf1782dbcb8359d95070da9176059a5a9d37709",
|
||||
)
|
||||
|
||||
maven_jar(
|
||||
name = "commons-io",
|
||||
artifact = "commons-io:commons-io:2.2",
|
||||
|
||||
Reference in New Issue
Block a user