You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2014/08/11 09:57:06 UTC

svn commit: r1617214 - in /httpcomponents/httpclient-android/branches/4.3.5-android: BUILDING.txt build.gradle

Author: olegk
Date: Mon Aug 11 07:57:05 2014
New Revision: 1617214

URL: http://svn.apache.org/r1617214
Log:
HTTPCLIENT-1502: fixed source jar qualifier ('sources' instead of 'source')

Modified:
    httpcomponents/httpclient-android/branches/4.3.5-android/BUILDING.txt
    httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle

Modified: httpcomponents/httpclient-android/branches/4.3.5-android/BUILDING.txt
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient-android/branches/4.3.5-android/BUILDING.txt?rev=1617214&r1=1617213&r2=1617214&view=diff
==============================================================================
--- httpcomponents/httpclient-android/branches/4.3.5-android/BUILDING.txt (original)
+++ httpcomponents/httpclient-android/branches/4.3.5-android/BUILDING.txt Mon Aug 11 07:57:05 2014
@@ -35,7 +35,7 @@ The artifacts can be found in the 'build
 
 build/libs/httpclient-android-<VERSION>.jar
 build/libs/httpclient-android-<VERSION>-javadoc.jar
-build/libs/httpclient-android-<VERSION>-source.jar
+build/libs/httpclient-android-<VERSION>-sources.jar
 
 (3) Troubleshooting
 

Modified: httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle?rev=1617214&r1=1617213&r2=1617214&view=diff
==============================================================================
--- httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle (original)
+++ httpcomponents/httpclient-android/branches/4.3.5-android/build.gradle Mon Aug 11 07:57:05 2014
@@ -108,7 +108,7 @@ android.libraryVariants.all { variant ->
             from 'NOTICE.txt'
             from 'LICENSE.txt'
             rename '(NOTICE|LICENSE).txt', 'META-INF/$1'
-            classifier = 'source'
+            classifier = 'sources'
 
             manifest {
                 from sharedManifest