aboutsummaryrefslogtreecommitdiffhomepage
path: root/WORKSPACE
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2016-05-09 14:28:07 +0000
committerGravatar Klaus Aehlig <aehlig@google.com>2016-05-09 14:41:46 +0000
commitde424b6c1d0fcfd5b8cb58d495ce98cf73be58dd (patch)
tree7b8fcff3b169c5813f45214dae211afbcca1f410 /WORKSPACE
parentfab3925f76832b64113624bc2ea1c6861fca768d (diff)
Remove rust, jsonnet, scala and closure from the Bazel repository
Diffstat (limited to 'WORKSPACE')
-rw-r--r--WORKSPACE6
1 files changed, 0 insertions, 6 deletions
diff --git a/WORKSPACE b/WORKSPACE
index dfa7ca5b18..8a8dc2cb2b 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -1,11 +1,5 @@
workspace(name = "io_bazel")
-load("/tools/build_defs/jsonnet/jsonnet", "jsonnet_repositories")
-load("/tools/build_rules/rust/rust", "rust_repositories")
-
-jsonnet_repositories()
-rust_repositories()
-
# Protobuf expects an //external:python_headers label which would contain the
# Python headers if fast Python protos is enabled. Since we are not using fast
# Python protos, bind python_headers to a dummy target.