From fc8768516d39def3b44f330e2d28238b2ac159d6 Mon Sep 17 00:00:00 2001 From: Jeff Ching Date: Mon, 19 Aug 2019 15:52:27 -0700 Subject: [PATCH] chore: cleanup extra files (#347) --- .hgignore | 6 ------ instructions.html | 28 ---------------------------- overview.html | 13 ------------- pom.xml | 1 - 4 files changed, 48 deletions(-) delete mode 100644 .hgignore delete mode 100644 instructions.html delete mode 100644 overview.html diff --git a/.hgignore b/.hgignore deleted file mode 100644 index 88774422d..000000000 --- a/.hgignore +++ /dev/null @@ -1,6 +0,0 @@ - -syntax: regexp -^(.*/)?target$ - -syntax: regexp -^(.*/)?bin$ diff --git a/instructions.html b/instructions.html deleted file mode 100644 index 9462791ac..000000000 --- a/instructions.html +++ /dev/null @@ -1,28 +0,0 @@ - -Setup Instructions for the Google API Client Library for Java - -

Setup Instructions for the Google API Client Library for Java

- -

Browse Online

- - - -

Checkout Instructions

- -

Prerequisites: install - - Java SE 8, - Git and Maven. You may need to set -your JAVA_HOME.

- -
git clone https://github.com/google/google-oauth-java-client.git
-cd google-oauth-java-client
-mvn install
- - - diff --git a/overview.html b/overview.html deleted file mode 100644 index 7d1547b3a..000000000 --- a/overview.html +++ /dev/null @@ -1,13 +0,0 @@ - - - Written by Google, the - google-oauth-java-client library is a powerful and easy to use Java client library for the - OAuth 2 and OAuth 1.0a standards for authorization. - -

- It is built on the Google HTTP Client Library for Java. - @see - Google HTTP Java Client Library Javadoc -

- - diff --git a/pom.xml b/pom.xml index 393953abf..fe65263c4 100644 --- a/pom.xml +++ b/pom.xml @@ -314,7 +314,6 @@ Google OAuth Client Library for Java ${project.version} com.google.api.services - ${basedir}/overview.html google-oauth-client