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;