8000 Merge pull request #387 from mattwhisenhunt/cherrypick · Geisirc/google-http-java-client@98c0f4e · GitHub
[go: up one dir, main page]

Skip to content

Commit 98c0f4e

Browse files
authored
Merge pull request googleapis#387 from mattwhisenhunt/cherrypick
Update instructions.html
2 parents 673d732 + 31b6ec7 commit 98c0f4e

File tree

1 file changed

+6
-49
lines changed

1 file changed

+6
-49
lines changed

instructions.html

Lines changed: 6 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -7,65 +7,22 @@ <h3>Browse Online</h3>
77

88
<ul>
99
<li><a
10-
href="http://code.google.com/p/google-api-java-client/source/browse/">Browse
10+
href="https://github.com/google/google-http-java-client">Browse
1111
Source</a></li>
1212
</ul>
1313

1414
<h3>Checkout Instructions</h3>
1515

16-
<p><b>Prerequisites:</b> install <a href="http://java.com">Java 6</a>, <a
17-
href="http://mercurial.selenic.com/">Mercurial</a> and <a
16+
<p><b>Prerequisites:</b> install
17+
<a href="http://www.oracle.com/technetwork/java/javase/downloads/index.html">
18+
Java SE 8</a>,
19+
<a href="https://git-scm.com">Git</a> and <a
1820
href="http://maven.apache.org/download.html">Maven</a>. You may need to set
1921
your <code>JAVA_HOME</code>.</p>
2022

2123
<pre><code>git clone https://github.com/google/google-http-java-client.git
22-
cd google-api-java-client
24+
cd google-http-java-client
2325
mvn install</code></pre>
2426

25-
There are a few named branches:
26-
<ul>
27-
<li>The "master" branch has the development of the next release. To switch to this
28-
branch, run: <pre><code>git checkout master
29-
mvn clean install</code></pre></li>
30-
</ul>
31-
32-
<h3>Setup Project in Eclipse 3.5</h3>
33-
34-
<p><b>Prerequisites:</b> install <a href="http://www.eclipse.org/downloads/">Eclipse</a>,
35-
the <a href="http://javaforge.com/project/HGE">Mercurial plugin</a>, the <a
36-
href="http://m2eclipse.sonatype.org/installing-m2eclipse.html">Maven
37-
plugin</a>, and the <a
38-
href="http://developer.android.com/sdk/eclipse-adt.html#installing">Android
39-
plugin</a>.</p>
40-
41-
<ul>
42-
<li>Setup Eclipse Preferences
43-
<ul>
44-
<li>Window &gt; Preferences... (or on Mac, Eclipse &gt; Preferences...)</li>
45-
<li>Select Maven
46-
<ul>
47-
<li>check on "Download Artifact Sources"</li>
48-
<li>check on "Download Artifact JavaDoc"</li>
49-
</ul>
50-
</li>
51-
<li>Select Android
52-
<ul>
53-
<li>setup SDK location</li>
54-
</ul>
55-
</li>
56-
</ul>
57-
</li>
58-
<li>Import projects
59-
<ul>
60-
<li>File &gt; Import...</li>
61-
<li>Select "General &gt; Existing Project into Workspace" and click
62-
"Next"</li>
63-
<li>Click "Browse" next to "Select root directory", find <code><i>[someDirectory]</i>/google-api-java-client</code>
64-
and click OK</li>
65-
<li>Click "Next" and "Finish"</li>
66-
</ul>
67-
</li>
68-
</ul>
69-
7027
</body>
7128
</html>

0 commit comments

Comments
 (0)
0