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 2013/12/30 17:33:57 UTC

svn commit: r1554273 - /httpcomponents/project-release-tools/trunk/build.gradle

Author: olegk
Date: Mon Dec 30 16:33:57 2013
New Revision: 1554273

URL: http://svn.apache.org/r1554273
Log:
Fixed copy-paste error

Modified:
    httpcomponents/project-release-tools/trunk/build.gradle

Modified: httpcomponents/project-release-tools/trunk/build.gradle
URL: http://svn.apache.org/viewvc/httpcomponents/project-release-tools/trunk/build.gradle?rev=1554273&r1=1554272&r2=1554273&view=diff
==============================================================================
--- httpcomponents/project-release-tools/trunk/build.gradle (original)
+++ httpcomponents/project-release-tools/trunk/build.gradle Mon Dec 30 16:33:57 2013
@@ -898,8 +898,8 @@ task siteStage(dependsOn: [checkoutSiteS
             into checkoutSiteStage.localDir
             with siteContent(checkoutMainWebsite.localDir)
         }
+        Svn.scheduleForAddition(checkoutSiteStage.localDir)
     }
-    Svn.scheduleForAddition(checkoutSiteStage.localDir)
 }
 
 task revertSiteStage(type: SvnRevert, dependsOn: checkoutSiteStage) {