You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2008/03/06 07:32:04 UTC

svn commit: r634176 - /harmony/enhanced/buildtest/trunk/infra/build.xml

Author: smishura
Date: Wed Mar  5 22:32:02 2008
New Revision: 634176

URL: http://svn.apache.org/viewvc?rev=634176&view=rev
Log:
Change protocol for the ANT patch http -> https.
I wonder how it worked before - in case of http a zero size file is downloaded and compiled but the build is successfull!

Modified:
    harmony/enhanced/buildtest/trunk/infra/build.xml

Modified: harmony/enhanced/buildtest/trunk/infra/build.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/trunk/infra/build.xml?rev=634176&r1=634175&r2=634176&view=diff
==============================================================================
--- harmony/enhanced/buildtest/trunk/infra/build.xml (original)
+++ harmony/enhanced/buildtest/trunk/infra/build.xml Wed Mar  5 22:32:02 2008
@@ -170,12 +170,12 @@
     <target name="-patch-ant-1.6.5" depends="-init-setup" if="is.ant.1.6.5">
         <property name="ant.to.patch" value="1.6.5" />
         <property name="ant.patch.url"
-                  value="http://issues.apache.org/bugzilla/attachment.cgi?id=15681" />
+                  value="https://issues.apache.org/bugzilla/attachment.cgi?id=15681" />
     </target>
     <target name="-patch-ant-1.7.0" depends="-init-setup" if="is.ant.1.7.0">
         <property name="ant.to.patch" value="1.7.0" />
         <property name="ant.patch.url"
-                  value="http://issues.apache.org/bugzilla/attachment.cgi?id=19566" />
+                  value="https://issues.apache.org/bugzilla/attachment.cgi?id=19566" />
     </target>
 
     <target name="patch-ant"