mirror of
https://github.com/google/nomulus.git
synced 2025-08-16 22:44:06 +02:00
Move internal Python tools to d/r/
We moved a few internal tools to third_party/ as part of large java code move but there's not much use for these files to be in opensource drop so I pull it back to our project directory. Basically this CL does: - mv j{,t}/c/[] d/r/tools/ - rm third_party/java_src/gtld/j/[] - corresponding tweaks ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=121406277
This commit is contained in:
parent
80f6776ef5
commit
e7225cc806
3 changed files with 0 additions and 17 deletions
|
@ -7,11 +7,6 @@ licenses(["notice"]) # Apache 2.0
|
||||||
|
|
||||||
load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
|
load("//java/com/google/testing/builddefs:GenTestRules.bzl", "GenTestRules")
|
||||||
|
|
||||||
internal_files = [
|
|
||||||
"brda_copy_files_test.py",
|
|
||||||
"tld_watcher_test.py",
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
java_library(
|
java_library(
|
||||||
name = "tools",
|
name = "tools",
|
||||||
|
@ -59,4 +54,3 @@ GenTestRules(
|
||||||
test_files = glob(["**/*Test.java"]),
|
test_files = glob(["**/*Test.java"]),
|
||||||
deps = [":tools"],
|
deps = [":tools"],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
# Version 2014111600, Last Updated Mon Nov 16 07:07:01 2014 UTC
|
|
||||||
ANDROID
|
|
||||||
COM
|
|
||||||
GOOGLE
|
|
||||||
HOW
|
|
||||||
SOY
|
|
||||||
XN--Q9JYB4C
|
|
|
@ -1,4 +0,0 @@
|
||||||
# Version 2014111500, Last Updated Mon Nov 15 07:07:01 2014 UTC
|
|
||||||
COM
|
|
||||||
HOW
|
|
||||||
SOY
|
|
Loading…
Add table
Add a link
Reference in a new issue