Skip to content

Commit

Permalink
remove Java 5 reference (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
elharo authored and sduskis committed Feb 19, 2019
1 parent 3fe880e commit b466220
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions google-http-client-assembly/readme.html
Expand Up @@ -20,7 +20,7 @@ <h3>Overview</h3>
<h3>Dependencies and Licenses</h3>
The license can be found
<a href='LICENSE.txt'>here</a>.
<br /> Dependent jars can be found in the
<br /> Dependency jars can be found in the
<a href='libs'>libs</a> folder and the corresponding source jars can be found
in the
<a href='libs-sources'>libs-sources</a> folder.
Expand Down Expand Up @@ -110,9 +110,9 @@ <h3>Dependencies for all Platforms</h3>
</ul>

<h3>Android Dependencies</h3>
The following are the jars from the
<a href='libs'>libs</a> folder required for Android applications or a newer
compatible version:
The following jars from the
<a href='libs'>libs</a> folder or newer compatible versions
are required for Android applications:
<ul>
<li>google-http-client-android-${project.version}.jar</li>
</ul>
Expand All @@ -124,9 +124,9 @@ <h3>Android Dependencies</h3>
wiki</a> for the Android Developer's Guide.

<h3>Google App Engine Dependencies</h3>
The following are the jars from the
<a href='libs'>libs</a> folder required for Google App Engine applications or
a newer compatible version:
The following jars from the
<a href='libs'>libs</a> folder or newer compatible versions
are required for Google App Engine applications.
<ul>
<li>google-http-client-appengine-${project.version}.jar</li>
</ul>
Expand All @@ -135,10 +135,10 @@ <h3>Google App Engine Dependencies</h3>
href='https://developers.google.com/api-client-library/java/google-http-java-client/app-engine'>GoogleAppEngine
wiki</a> for the Google App Engine Developer's Guide.

<h3>General Purpose Java 5 Environment Dependencies</h3>
The following are the jars from the
<a href='libs'>libs</a> folder required for general purpose Java 5
applications or a newer compatible version:
<h3>General Purpose Java Environment Dependencies</h3>
The following jars from the
<a href='libs'>libs</a> folder or newer compatible versions are
required for general purpose Java applications :
<ul>
<li>commons-logging-${project.commons-logging.version}.jar</li>
<li>httpclient-${project.httpclient.version}.jar</li>
Expand Down

0 comments on commit b466220

Please sign in to comment.