File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed
google-http-client-apache-legacy
google-http-client-apache
samples/dailymotion-simple-cmdline-sample Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 17
17
<artifactId >maven-javadoc-plugin</artifactId >
18
18
<configuration >
19
19
<links >
20
- <link >http ://download.oracle.com/javase/6 /docs/api/</link >
20
+ <link >https ://download.oracle.com/javase/7 /docs/api/</link >
21
21
<link >https://jar-download.com/artifacts/org.codehaus.jackson/jackson-core-asl/${project.jackson-core-asl.version} /documentation</link >
22
22
</links >
23
23
<doctitle >${project.name} ${project.version} </doctitle >
Original file line number Diff line number Diff line change 17
17
<artifactId >maven-javadoc-plugin</artifactId >
18
18
<configuration >
19
19
<links >
20
- <link >http ://download.oracle.com/javase/6 /docs/api/</link >
20
+ <link >https ://download.oracle.com/javase/7 /docs/api/</link >
21
21
<link >https://jar-download.com/artifacts/org.codehaus.jackson/jackson-core-asl/${project.jackson-core-asl.version} /documentation</link >
22
22
</links >
23
23
<doctitle >${project.name} ${project.version} </doctitle >
Original file line number Diff line number Diff line change 12
12
<name >Google HTTP Client Library for Java</name >
13
13
<description >
14
14
Google HTTP Client Library for Java. Functionality that works on all supported Java platforms,
15
- including Java 6 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
15
+ including Java 7 (or higher) desktop (SE) and web (EE), Android, and Google App Engine.
16
16
</description >
17
17
18
18
<build >
Original file line number Diff line number Diff line change @@ -14,16 +14,15 @@ <h3>Browse Online</h3>
14
14
15
15
< h3 > Checkout Instructions</ h3 >
16
16
17
- < p > < b > Prerequisites:</ b > install < a href ="http ://java.com "> Java 6 </ a > , < a
18
- href ="http://mercurial.selenic.com/ "> Mercurial</ a > and < a
17
+ < p > < b > Prerequisites:</ b > install < a href ="https ://www. java.com/en/ "> Java 7 or later </ a > , < a
18
+ href ="http://mercurial.selenic.com/ "> Mercurial</ a > , and < a
19
19
href ="http://maven.apache.org/download.html "> Maven</ a > . You may need to set
20
20
your < code > JAVA_HOME</ code > .</ p >
21
21
22
- < pre > < code > cd < i > [someDirectory]</ i >
23
- git clone https://github.com/googleapis/google-http-java-client
22
+ < pre > < tt > git clone https://github.com/googleapis/google-http-java-client
24
23
cd google-http-java-client-samples/dailymotion-simple-cmdline-sample
25
24
mvn compile
26
- mvn -q exec:java</ code > </ pre >
25
+ mvn -q exec:java</ tt > </ pre >
27
26
28
27
< h3 > Setup Project in Eclipse 3.5/3.6</ h3 >
29
28
You can’t perform that action at this time.
0 commit comments