From b6f46962295aeb7fc358bfe761b2df6bd6075c4c Mon Sep 17 00:00:00 2001 From: timdeschryver <28659384+timdeschryver@users.noreply.github.com> Date: Thu, 4 Apr 2019 20:14:43 +0200 Subject: [PATCH] build: remove BUILD.bazel --- modules/effects/schematics-core/BUILD.bazel | 17 ----------------- modules/entity/schematics-core/BUILD.bazel | 17 ----------------- .../router-store/schematics-core/BUILD.bazel | 17 ----------------- modules/schematics/schematics-core/BUILD.bazel | 17 ----------------- .../store-devtools/schematics-core/BUILD.bazel | 17 ----------------- modules/store/schematics-core/BUILD.bazel | 17 ----------------- 6 files changed, 102 deletions(-) delete mode 100644 modules/effects/schematics-core/BUILD.bazel delete mode 100644 modules/entity/schematics-core/BUILD.bazel delete mode 100644 modules/router-store/schematics-core/BUILD.bazel delete mode 100644 modules/schematics/schematics-core/BUILD.bazel delete mode 100644 modules/store-devtools/schematics-core/BUILD.bazel delete mode 100644 modules/store/schematics-core/BUILD.bazel diff --git a/modules/effects/schematics-core/BUILD.bazel b/modules/effects/schematics-core/BUILD.bazel deleted file mode 100644 index 01f4701f2b..0000000000 --- a/modules/effects/schematics-core/BUILD.bazel +++ /dev/null @@ -1,17 +0,0 @@ -package(default_visibility = ["//visibility:public"]) - -load("//tools:defaults.bzl", "ts_library") - -ts_library( - name = "schematics-core", - srcs = glob( - [ - "**/*.ts", - ], - ), - deps = [ - "@npm//@angular-devkit/core", - "@npm//@angular-devkit/schematics", - "@npm//typescript", - ], -) diff --git a/modules/entity/schematics-core/BUILD.bazel b/modules/entity/schematics-core/BUILD.bazel deleted file mode 100644 index 01f4701f2b..0000000000 --- a/modules/entity/schematics-core/BUILD.bazel +++ /dev/null @@ -1,17 +0,0 @@ -package(default_visibility = ["//visibility:public"]) - -load("//tools:defaults.bzl", "ts_library") - -ts_library( - name = "schematics-core", - srcs = glob( - [ - "**/*.ts", - ], - ), - deps = [ - "@npm//@angular-devkit/core", - "@npm//@angular-devkit/schematics", - "@npm//typescript", - ], -) diff --git a/modules/router-store/schematics-core/BUILD.bazel b/modules/router-store/schematics-core/BUILD.bazel deleted file mode 100644 index 01f4701f2b..0000000000 --- a/modules/router-store/schematics-core/BUILD.bazel +++ /dev/null @@ -1,17 +0,0 @@ -package(default_visibility = ["//visibility:public"]) - -load("//tools:defaults.bzl", "ts_library") - -ts_library( - name = "schematics-core", - srcs = glob( - [ - "**/*.ts", - ], - ), - deps = [ - "@npm//@angular-devkit/core", - "@npm//@angular-devkit/schematics", - "@npm//typescript", - ], -) diff --git a/modules/schematics/schematics-core/BUILD.bazel b/modules/schematics/schematics-core/BUILD.bazel deleted file mode 100644 index 01f4701f2b..0000000000 --- a/modules/schematics/schematics-core/BUILD.bazel +++ /dev/null @@ -1,17 +0,0 @@ -package(default_visibility = ["//visibility:public"]) - -load("//tools:defaults.bzl", "ts_library") - -ts_library( - name = "schematics-core", - srcs = glob( - [ - "**/*.ts", - ], - ), - deps = [ - "@npm//@angular-devkit/core", - "@npm//@angular-devkit/schematics", - "@npm//typescript", - ], -) diff --git a/modules/store-devtools/schematics-core/BUILD.bazel b/modules/store-devtools/schematics-core/BUILD.bazel deleted file mode 100644 index 01f4701f2b..0000000000 --- a/modules/store-devtools/schematics-core/BUILD.bazel +++ /dev/null @@ -1,17 +0,0 @@ -package(default_visibility = ["//visibility:public"]) - -load("//tools:defaults.bzl", "ts_library") - -ts_library( - name = "schematics-core", - srcs = glob( - [ - "**/*.ts", - ], - ), - deps = [ - "@npm//@angular-devkit/core", - "@npm//@angular-devkit/schematics", - "@npm//typescript", - ], -) diff --git a/modules/store/schematics-core/BUILD.bazel b/modules/store/schematics-core/BUILD.bazel deleted file mode 100644 index 01f4701f2b..0000000000 --- a/modules/store/schematics-core/BUILD.bazel +++ /dev/null @@ -1,17 +0,0 @@ -package(default_visibility = ["//visibility:public"]) - -load("//tools:defaults.bzl", "ts_library") - -ts_library( - name = "schematics-core", - srcs = glob( - [ - "**/*.ts", - ], - ), - deps = [ - "@npm//@angular-devkit/core", - "@npm//@angular-devkit/schematics", - "@npm//typescript", - ], -)