You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by se...@apache.org on 2014/03/16 14:53:28 UTC

svn commit: r1578073 - /httpcomponents/httpclient-android/branches/4.3.3-android/build.gradle

Author: sebb
Date: Sun Mar 16 13:53:27 2014
New Revision: 1578073

URL: http://svn.apache.org/r1578073
Log:
Fix the other instances of the typo

Modified:
    httpcomponents/httpclient-android/branches/4.3.3-android/build.gradle

Modified: httpcomponents/httpclient-android/branches/4.3.3-android/build.gradle
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient-android/branches/4.3.3-android/build.gradle?rev=1578073&r1=1578072&r2=1578073&view=diff
==============================================================================
--- httpcomponents/httpclient-android/branches/4.3.3-android/build.gradle (original)
+++ httpcomponents/httpclient-android/branches/4.3.3-android/build.gradle Sun Mar 16 13:53:27 2014
@@ -201,7 +201,7 @@ task archiveSrcWin(type: Zip) {
     filter(['eol': org.apache.tools.ant.filters.FixCrLfFilter.CrLf.newInstance('crlf')], 
            org.apache.tools.ant.filters.FixCrLfFilter)
     into "httpcomponents-client-android-$project.version"
-    classifier = 'scr'
+    classifier = 'src'
     baseName = 'httpcomponents-client-android'
     version = project.version
 }
@@ -211,7 +211,7 @@ task archiveSrcUnix(type: Tar) {
     into "httpcomponents-client-android-$project.version"
     filter(['eol': org.apache.tools.ant.filters.FixCrLfFilter.CrLf.newInstance('lf')],
             org.apache.tools.ant.filters.FixCrLfFilter)
-    classifier = 'scr'
+    classifier = 'src'
     baseName = 'httpcomponents-client-android'
     version = project.version
     extension = 'tar.gz'