mirror of
https://github.com/google/nomulus.git
synced 2025-08-06 01:35:17 +02:00
Migrate {css} and {xid} tags to new builtinfunctions css() and xid()
Output should be identical in either syntax, and migration will bring css and xid into consistency with other soy functions, plus it'll allow us to simplify the soy parser. LSC: https://docs.google.com/document/d/1evNu02pVXGm1QIcN0dTmNi-GnhbCKOWdrZwBJmcNaU0/edit# Tested: TAP --sample for global presubmit queue [] ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=164887843
This commit is contained in:
parent
477617eec9
commit
4de8d3eae1
12 changed files with 235 additions and 192 deletions
12
WORKSPACE
12
WORKSPACE
|
@ -2,11 +2,11 @@ workspace(name = "domain_registry")
|
|||
|
||||
http_archive(
|
||||
name = "io_bazel_rules_closure",
|
||||
sha256 = "c104d30b4aaf23d72afe327b4478d1c08cf1ff75c6db2060682bb7ad0591e19b",
|
||||
strip_prefix = "rules_closure-962d929bc769fc320dd395f54fef3e9db62c3920",
|
||||
sha256 = "286e9169d478c4549199e862d63b24aa8530e0fe1c1fd44524d307f3a56b0fa0",
|
||||
strip_prefix = "rules_closure-c8e68361db0875f6fabb23abed16f1cebbb8b5d5",
|
||||
urls = [
|
||||
"http://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/962d929bc769fc320dd395f54fef3e9db62c3920.tar.gz", # 2016-12-28
|
||||
"https://github.com/bazelbuild/rules_closure/archive/962d929bc769fc320dd395f54fef3e9db62c3920.tar.gz",
|
||||
"http://mirror.bazel.build/github.com/bazelbuild/rules_closure/archive/c8e68361db0875f6fabb23abed16f1cebbb8b5d5.tar.gz", # 2017-08-08
|
||||
"https://github.com/bazelbuild/rules_closure/archive/c8e68361db0875f6fabb23abed16f1cebbb8b5d5.tar.gz",
|
||||
],
|
||||
)
|
||||
|
||||
|
@ -17,10 +17,8 @@ closure_repositories(
|
|||
omit_com_google_guava = True,
|
||||
omit_com_ibm_icu_icu4j = True,
|
||||
omit_javax_inject = True,
|
||||
omit_org_apache_tomcat_servlet_api = True,
|
||||
omit_org_json = True,
|
||||
omit_org_mortbay_jetty = True,
|
||||
omit_org_mortbay_jetty_util = True,
|
||||
omit_com_google_template_soy = True,
|
||||
)
|
||||
|
||||
load("//java/google/registry:repositories.bzl", "domain_registry_repositories")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue