Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove Java 5 reference #600

Merged
merged 1 commit into from
Feb 19, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions google-http-client-assembly/readme.html
Original file line number Diff line number Diff line change
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's an extra white space.

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