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 52a65eb12..000000000 --- a/instructions.html +++ /dev/null @@ -1,73 +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 6, Mercurial and Maven. You may need to set -your JAVA_HOME.

- -
hg clone https://google-api-java-client.googlecode.com/hg/ google-api-java-client
-cd google-api-java-client
-mvn install
- -There are two named branches: - - -

Setup Project in Eclipse 3.5

- -

Prerequisites: install Eclipse, -the Mercurial plugin, the Maven -plugin, and the Android -plugin.

- - - - - diff --git a/overview.html b/overview.html deleted file mode 100644 index a4274fa2b..000000000 --- a/overview.html +++ /dev/null @@ -1,17 +0,0 @@ - - - Written by Google, the - google-api-java-client library is an easy-to-use and efficient Java client library for - accessing Google APIs using JSON and OAuth 2.0. - -

- This library is built on top of two common libraries, also built by Google, but designed to - work with any HTTP service on the web: the Google HTTP Client Library for Java and the Google - OAuth Client Library for Java. - @see - Google HTTP Java Client Library Javadoc - @see - Google OAuth Java Client Library Javadoc -

- -