aboutsummaryrefslogtreecommitdiff
path: root/examples/where_is_my_output/WORKSPACE
diff options
context:
space:
mode:
Diffstat (limited to 'examples/where_is_my_output/WORKSPACE')
-rw-r--r--examples/where_is_my_output/WORKSPACE26
1 files changed, 0 insertions, 26 deletions
diff --git a/examples/where_is_my_output/WORKSPACE b/examples/where_is_my_output/WORKSPACE
deleted file mode 100644
index 50f3c24..0000000
--- a/examples/where_is_my_output/WORKSPACE
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021 The Bazel Authors. All rights reserved.
-#
-# Licensed under the Apache License, Version 2.0 (the "License");
-# you may not use this file except in compliance with the License.
-# You may obtain a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-
-workspace(name = "rich_structure")
-
-load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
-
-local_repository(
- name = "rules_pkg",
- path = "../..",
-)
-
-load("@rules_pkg//pkg:deps.bzl", "rules_pkg_dependencies")
-
-rules_pkg_dependencies()