aboutsummaryrefslogtreecommitdiffhomepage
path: root/base_workspace/examples
diff options
context:
space:
mode:
authorGravatar Laurent Le Brun <laurentlb@google.com>2015-02-25 22:51:33 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-02-25 22:51:33 +0000
commita3114955a1f25535b9a6752bcab1df75436febf6 (patch)
tree3418ad237055eb613fd6b2fb32c9a2a41e659f5d /base_workspace/examples
parent5fe3129b20c5a020bee512f74b3f4054a5a4cda9 (diff)
Global cleanup change.
-- MOS_MIGRATED_REVID=87194107
Diffstat (limited to 'base_workspace/examples')
-rw-r--r--base_workspace/examples/go/BUILD2
-rw-r--r--base_workspace/examples/go/lib1/BUILD2
-rw-r--r--base_workspace/examples/java-skylark/src/main/java/com/example/myproject/BUILD2
-rw-r--r--base_workspace/examples/java-skylark/src/test/java/com/example/myproject/BUILD2
-rw-r--r--base_workspace/examples/proto/BUILD2
-rw-r--r--base_workspace/examples/py/BUILD2
6 files changed, 6 insertions, 6 deletions
diff --git a/base_workspace/examples/go/BUILD b/base_workspace/examples/go/BUILD
index 5e6b7806d4..dd0846110c 100644
--- a/base_workspace/examples/go/BUILD
+++ b/base_workspace/examples/go/BUILD
@@ -2,7 +2,7 @@
package(default_visibility = ["//visibility:public"])
-load("tools/build_rules/go_rules", "go_library", "go_binary")
+load("/tools/build_rules/go_rules", "go_library", "go_binary")
go_binary(
name = "fib",
diff --git a/base_workspace/examples/go/lib1/BUILD b/base_workspace/examples/go/lib1/BUILD
index fc26f25bc4..79d360e4fb 100644
--- a/base_workspace/examples/go/lib1/BUILD
+++ b/base_workspace/examples/go/lib1/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
-load("tools/build_rules/go_rules", "go_library", "go_binary", "go_test")
+load("/tools/build_rules/go_rules", "go_library", "go_binary", "go_test")
go_library(
name = "lib1",
diff --git a/base_workspace/examples/java-skylark/src/main/java/com/example/myproject/BUILD b/base_workspace/examples/java-skylark/src/main/java/com/example/myproject/BUILD
index ed69d7f2b3..10ca2d440d 100644
--- a/base_workspace/examples/java-skylark/src/main/java/com/example/myproject/BUILD
+++ b/base_workspace/examples/java-skylark/src/main/java/com/example/myproject/BUILD
@@ -1,4 +1,4 @@
-load("tools/build_rules/java_rules_skylark", "java_library", "java_binary", "java_test")
+load("/tools/build_rules/java_rules_skylark", "java_library", "java_binary", "java_test")
package(default_visibility = ["//visibility:public"])
diff --git a/base_workspace/examples/java-skylark/src/test/java/com/example/myproject/BUILD b/base_workspace/examples/java-skylark/src/test/java/com/example/myproject/BUILD
index 90e71f97ac..9555500080 100644
--- a/base_workspace/examples/java-skylark/src/test/java/com/example/myproject/BUILD
+++ b/base_workspace/examples/java-skylark/src/test/java/com/example/myproject/BUILD
@@ -1,4 +1,4 @@
-load("tools/build_rules/java_rules_skylark", "java_test")
+load("/tools/build_rules/java_rules_skylark", "java_test")
java_test(
name = "pass",
diff --git a/base_workspace/examples/proto/BUILD b/base_workspace/examples/proto/BUILD
index b4f3fd6cc3..2228fc4398 100644
--- a/base_workspace/examples/proto/BUILD
+++ b/base_workspace/examples/proto/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
-load("tools/build_rules/genproto", "genproto")
+load("/tools/build_rules/genproto", "genproto")
genproto(
name = "test_proto",
diff --git a/base_workspace/examples/py/BUILD b/base_workspace/examples/py/BUILD
index 16731aae20..6eecd4a4f3 100644
--- a/base_workspace/examples/py/BUILD
+++ b/base_workspace/examples/py/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
-load("tools/build_rules/py_rules", "py_library", "py_binary")
+load("/tools/build_rules/py_rules", "py_library", "py_binary")
py_library(
name = "lib",