From e3c844c0e49e7e00db89495536ee57cf8f85b3c1 Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Fri, 19 Nov 2021 15:35:59 -0500 Subject: [PATCH] chore: remove samples directory that is no longer used (#1564) --- samples/README.rst | 6 --- samples/pom.xml | 101 --------------------------------------------- 2 files changed, 107 deletions(-) delete mode 100644 samples/README.rst delete mode 100644 samples/pom.xml diff --git a/samples/README.rst b/samples/README.rst deleted file mode 100644 index 66ee5c866..000000000 --- a/samples/README.rst +++ /dev/null @@ -1,6 +0,0 @@ -Google API Client Samples for Java -================================== - -This directory contains sample files for Google API Java clients. - -- [pom.xml] This is a sample [POM file](https://maven.apache.org/guides/introduction/introduction-to-the-pom.html) used to setup an API client with [Maven](https://maven.apache.org/). diff --git a/samples/pom.xml b/samples/pom.xml deleted file mode 100644 index 31a8e9791..000000000 --- a/samples/pom.xml +++ /dev/null @@ -1,101 +0,0 @@ - - - 4.0.0 - com.company.sample - java-sample-client - 0.0.0-SNAPSHOT - jar - Java Sample Client - - Java sample client - - - - com.google.api - gax - - 2.7.1-SNAPSHOT - - - com.google.api - gax-grpc - - 2.7.1-SNAPSHOT - - - com.google.auto.value - auto-value - 1.8.2 - - - junit - junit - 4.13.2 - test - - - org.easymock - easymock - 4.3 - test - - - - - doclint-java8-disable - - [1.8,) - - - - -Xdoclint:none - - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 3.2.0 - - - generate-sources - add-source - - - generated/src/main/java - - - - - - - org.apache.maven.plugins - maven-javadoc-plugin - 3.3.1 - - - attach-javadocs - - jar - - - ${javadoc.opts} - - - - - - maven-compiler-plugin - 3.8.1 - - 1.7 - 1.7 - UTF-8 - -Xlint:unchecked - - - - -