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 @@ - -
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:
-hg update dev
-mvn clean installPrerequisites: install Eclipse, -the Mercurial plugin, the Maven -plugin, and the Android -plugin.
- -[someDirectory]/google-api-java-client
- and click OK- 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 -
- -