From 9fc6c644b93b90415a6111fdbea027be701337ae Mon Sep 17 00:00:00 2001 From: Oliver Chang Date: Thu, 30 Mar 2023 16:19:41 +1100 Subject: [PATCH] Rename "google-http-java-client" to "g-http-java-client". (#10005) The "google" name is problematic when we later try to create GCS buckets based on this. --- .../{google-http-java-client => g-http-java-client}/.gitignore | 0 .../{google-http-java-client => g-http-java-client}/Dockerfile | 0 projects/{google-http-java-client => g-http-java-client}/build.sh | 0 .../project-parent/fuzz-targets/pom.xml | 0 .../src/test/java/com/example/JsonObjectParserFuzzer.java | 0 .../project-parent/pom.xml | 0 .../{google-http-java-client => g-http-java-client}/project.yaml | 0 7 files changed, 0 insertions(+), 0 deletions(-) rename projects/{google-http-java-client => g-http-java-client}/.gitignore (100%) rename projects/{google-http-java-client => g-http-java-client}/Dockerfile (100%) rename projects/{google-http-java-client => g-http-java-client}/build.sh (100%) rename projects/{google-http-java-client => g-http-java-client}/project-parent/fuzz-targets/pom.xml (100%) rename projects/{google-http-java-client => g-http-java-client}/project-parent/fuzz-targets/src/test/java/com/example/JsonObjectParserFuzzer.java (100%) rename projects/{google-http-java-client => g-http-java-client}/project-parent/pom.xml (100%) rename projects/{google-http-java-client => g-http-java-client}/project.yaml (100%) diff --git a/projects/google-http-java-client/.gitignore b/projects/g-http-java-client/.gitignore similarity index 100% rename from projects/google-http-java-client/.gitignore rename to projects/g-http-java-client/.gitignore diff --git a/projects/google-http-java-client/Dockerfile b/projects/g-http-java-client/Dockerfile similarity index 100% rename from projects/google-http-java-client/Dockerfile rename to projects/g-http-java-client/Dockerfile diff --git a/projects/google-http-java-client/build.sh b/projects/g-http-java-client/build.sh similarity index 100% rename from projects/google-http-java-client/build.sh rename to projects/g-http-java-client/build.sh diff --git a/projects/google-http-java-client/project-parent/fuzz-targets/pom.xml b/projects/g-http-java-client/project-parent/fuzz-targets/pom.xml similarity index 100% rename from projects/google-http-java-client/project-parent/fuzz-targets/pom.xml rename to projects/g-http-java-client/project-parent/fuzz-targets/pom.xml diff --git a/projects/google-http-java-client/project-parent/fuzz-targets/src/test/java/com/example/JsonObjectParserFuzzer.java b/projects/g-http-java-client/project-parent/fuzz-targets/src/test/java/com/example/JsonObjectParserFuzzer.java similarity index 100% rename from projects/google-http-java-client/project-parent/fuzz-targets/src/test/java/com/example/JsonObjectParserFuzzer.java rename to projects/g-http-java-client/project-parent/fuzz-targets/src/test/java/com/example/JsonObjectParserFuzzer.java diff --git a/projects/google-http-java-client/project-parent/pom.xml b/projects/g-http-java-client/project-parent/pom.xml similarity index 100% rename from projects/google-http-java-client/project-parent/pom.xml rename to projects/g-http-java-client/project-parent/pom.xml diff --git a/projects/google-http-java-client/project.yaml b/projects/g-http-java-client/project.yaml similarity index 100% rename from projects/google-http-java-client/project.yaml rename to projects/g-http-java-client/project.yaml