mirror of
https://github.com/google/nomulus
synced 2026-01-03 11:45:39 +00:00
Fix paths in a few places
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
# When you make changes to the XML schemas (*.xsd) or the JAXB bindings file
|
||||
# (bindings.xjb), you must regenerate this file with the following commands:
|
||||
#
|
||||
# bazel run third_party/java_src/gtld/java/google/registry/xjc:list_generated_files | tee /tmp/lol
|
||||
# mv /tmp/lol third_party/java_src/gtld/java/google/registry/xjc/generated_files
|
||||
# bazel run java/google/registry/xjc:list_generated_files | tee /tmp/lol
|
||||
# mv /tmp/lol java/google/registry/xjc/generated_files
|
||||
#
|
||||
|
||||
pkginfo_generated_files = [
|
||||
|
||||
@@ -46,8 +46,8 @@ cat <<EOF
|
||||
# When you make changes to the XML schemas (*.xsd) or the JAXB bindings file
|
||||
# (bindings.xjb), you must regenerate this file with the following commands:
|
||||
#
|
||||
# bazel run third_party/java_src/gtld/java/google/registry/xjc:list_generated_files | tee /tmp/lol
|
||||
# mv /tmp/lol third_party/java_src/gtld/java/google/registry/xjc/generated_files.bzl
|
||||
# bazel run java/google/registry/xjc:list_generated_files | tee /tmp/lol
|
||||
# mv /tmp/lol java/google/registry/xjc/generated_files.bzl
|
||||
#
|
||||
EOF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user