Remove third_party/java/dd_plist
We no longer need it for building Bazel.
Related change: https://github.com/bazelbuild/bazel/pull/11255
RELNOTES: None
PiperOrigin-RevId: 309068410
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index b8f9a92..64f62f7 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -49,7 +49,7 @@
LIBRARY_JARS="${LIBRARY_JARS_ARRAY[*]}"
fi
-DIRS=$(echo src/{java_tools/singlejar/java/com/google/devtools/build/zip,main/java} tools/java/runfiles third_party/java/dd_plist/java ${OUTPUT_DIR}/src)
+DIRS=$(echo src/{java_tools/singlejar/java/com/google/devtools/build/zip,main/java} tools/java/runfiles ${OUTPUT_DIR}/src)
EXCLUDE_FILES="src/main/java/com/google/devtools/build/lib/server/GrpcServerImpl.java src/java_tools/buildjar/java/com/google/devtools/build/buildjar/javac/testing/*"
# Exclude whole directories under the bazel src tree that bazel itself
# doesn't depend on.