@@ -7,65 +7,22 @@ <h3>Browse Online</h3>
7
7
8
8
< ul >
9
9
< 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
11
11
Source</ a > </ li >
12
12
</ ul >
13
13
14
14
< h3 > Checkout Instructions</ h3 >
15
15
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
18
20
href ="http://maven.apache.org/download.html "> Maven</ a > . You may need to set
19
21
your < code > JAVA_HOME</ code > .</ p >
20
22
21
23
< 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
23
25
mvn install</ code > </ pre >
24
26
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 > Preferences... (or on Mac, Eclipse > 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 > Import...</ li >
61
- < li > Select "General > 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
-
70
27
</ body >
71
28
</ html >
0 commit comments