From ef4fef9c3aba99ba62fdf07da1d5b11dbb8cf2d5 Mon Sep 17 00:00:00 2001 From: Shun Fan Date: Fri, 29 Apr 2016 09:20:08 -0700 Subject: [PATCH] Rename stackdriver to error-reporting --- compute/{stackdriver => error-reporting}/README.md | 0 compute/{stackdriver => error-reporting}/pom.xml | 4 ++-- .../com/example/compute/errorreporting}/ExceptionUtil.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename compute/{stackdriver => error-reporting}/README.md (100%) rename compute/{stackdriver => error-reporting}/pom.xml (93%) rename compute/{stackdriver/src/main/java/com/example/compute/stackdriver => error-reporting/src/main/java/com/example/compute/errorreporting}/ExceptionUtil.java (97%) diff --git a/compute/stackdriver/README.md b/compute/error-reporting/README.md similarity index 100% rename from compute/stackdriver/README.md rename to compute/error-reporting/README.md diff --git a/compute/stackdriver/pom.xml b/compute/error-reporting/pom.xml similarity index 93% rename from compute/stackdriver/pom.xml rename to compute/error-reporting/pom.xml index cbf09bf60e3..22b4926f6d7 100644 --- a/compute/stackdriver/pom.xml +++ b/compute/error-reporting/pom.xml @@ -18,7 +18,7 @@ Copyright 2016 Google Inc. All Rights Reserved. jar 1.0-SNAPSHOT com.example.compute - compute-stackdriver + compute-error-reporting @@ -44,7 +44,7 @@ Copyright 2016 Google Inc. All Rights Reserved. - com.example.compute.stackdriver.ExceptionUtil + com.example.compute.errorreporting.ExceptionUtil diff --git a/compute/stackdriver/src/main/java/com/example/compute/stackdriver/ExceptionUtil.java b/compute/error-reporting/src/main/java/com/example/compute/errorreporting/ExceptionUtil.java similarity index 97% rename from compute/stackdriver/src/main/java/com/example/compute/stackdriver/ExceptionUtil.java rename to compute/error-reporting/src/main/java/com/example/compute/errorreporting/ExceptionUtil.java index 5cf5388221f..e2a0fe4f272 100644 --- a/compute/stackdriver/src/main/java/com/example/compute/stackdriver/ExceptionUtil.java +++ b/compute/error-reporting/src/main/java/com/example/compute/errorreporting/ExceptionUtil.java @@ -14,7 +14,7 @@ * limitations under the License. */ -package com.example.compute.stackdriver; +package com.example.compute.errorreporting; import org.fluentd.logger.FluentLogger;