Skip to content

Commit b3ecb62

Browse files
authored
Remove the old WORKSPACE.bazel file (#732)
1 parent 03a00fd commit b3ecb62

File tree

6 files changed

+4
-10
lines changed

6 files changed

+4
-10
lines changed

Makefile.am

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,6 @@ EXTRA_DIST += \
289289
EXTRA_DIST += \
290290
BUILD.bazel \
291291
MODULE.bazel \
292-
WORKSPACE.bazel \
293292
build.zig
294293

295294
# These are support files for building under VMS

README

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -976,9 +976,8 @@ The distribution should contain the files listed below.
976976

977977
(F) Auxiliary files for building PCRE2 using other build systems
978978

979-
BUILD.bazel )
980-
MODULE.bazel ) files used by the Bazel build system
981-
WORKSPACE.bazel )
979+
BUILD.bazel ) files used by the Bazel
980+
MODULE.bazel ) build system
982981
build.zig file used by zig's build system
983982

984983
(G) Auxiliary files for building PCRE2 under OpenVMS

WORKSPACE.bazel

Lines changed: 0 additions & 1 deletion
This file was deleted.

doc/html/README.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -976,9 +976,8 @@ The distribution should contain the files listed below.
976976

977977
(F) Auxiliary files for building PCRE2 using other build systems
978978

979-
BUILD.bazel )
980-
MODULE.bazel ) files used by the Bazel build system
981-
WORKSPACE.bazel )
979+
BUILD.bazel ) files used by the Bazel
980+
MODULE.bazel ) build system
982981
build.zig file used by zig's build system
983982

984983
(G) Auxiliary files for building PCRE2 under OpenVMS

maint/UpdateAlways

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ txt_files=(
235235
RunGrepTest
236236
RunTest
237237
SECURITY.md
238-
WORKSPACE.bazel
239238
build.zig
240239
configure.ac
241240
libpcre2-8.pc.in

maint/manifest-tarball

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ drwxr-xr-x tarball-dir/pcre2-SNAPSHOT
1919
-rwxr-xr-x tarball-dir/pcre2-SNAPSHOT/RunTest
2020
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/RunTest.bat
2121
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/SECURITY.md
22-
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/WORKSPACE.bazel
2322
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/aclocal.m4
2423
-rwxr-xr-x tarball-dir/pcre2-SNAPSHOT/ar-lib
2524
-rw-r--r-- tarball-dir/pcre2-SNAPSHOT/build.zig

0 commit comments

Comments
 (0)