You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/02/07 02:43:51 UTC

svn commit: r907365 - in /click/trunk/click: build/build.xml documentation/docs/developer-guide/releasing.html documentation/docs/downloads.html

Author: sabob
Date: Sun Feb  7 01:43:50 2010
New Revision: 907365

URL: http://svn.apache.org/viewvc?rev=907365&view=rev
Log:
use lower case ext

Modified:
    click/trunk/click/build/build.xml
    click/trunk/click/documentation/docs/developer-guide/releasing.html
    click/trunk/click/documentation/docs/downloads.html

Modified: click/trunk/click/build/build.xml
URL: http://svn.apache.org/viewvc/click/trunk/click/build/build.xml?rev=907365&r1=907364&r2=907365&view=diff
==============================================================================
--- click/trunk/click/build/build.xml (original)
+++ click/trunk/click/build/build.xml Sun Feb  7 01:43:50 2010
@@ -93,8 +93,8 @@
             <!--
             Calculating checksum currently not very useful
             -->
-            <checksum file="@{file}" forceOverwrite="true" />
-            <checksum file="@{file}" forceOverwrite="true" algorithm="SHA1" />
+            <checksum file="@{file}" forceOverwrite="true" fileext="md5"/>
+            <checksum file="@{file}" forceOverwrite="true" algorithm="SHA1" fileext="sha1"/>
         </sequential>
     </macrodef>
 

Modified: click/trunk/click/documentation/docs/developer-guide/releasing.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/developer-guide/releasing.html?rev=907365&r1=907364&r2=907365&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/developer-guide/releasing.html (original)
+++ click/trunk/click/documentation/docs/developer-guide/releasing.html Sun Feb  7 01:43:50 2010
@@ -154,8 +154,8 @@
                 <p/>
                 <ul>
                     <li><tt>click-X.X.X.zip</tt></li>
-                    <li><tt>click-X.X.X.zip.MD5</tt></li>
-                    <li><tt>click-X.X.X.zip.SHA1</tt></li>
+                    <li><tt>click-X.X.X.zip.md5</tt></li>
+                    <li><tt>click-X.X.X.zip.sha1</tt></li>
                     <li><tt>click-X.X.X.zip.asc</tt></li>
                 </ul>
                 Make sure the uploaded files have the right permissions (<tt>664</tt>).

Modified: click/trunk/click/documentation/docs/downloads.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/downloads.html?rev=907365&r1=907364&r2=907365&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/downloads.html (original)
+++ click/trunk/click/documentation/docs/downloads.html Sun Feb  7 01:43:50 2010
@@ -58,7 +58,7 @@
                     <td><a target="_blank" class="external" href="http://www.apache.org/dyn/closer.cgi/click/click/2.1.0/click-2.1.0.zip">
                     click-2.1.0.zip</a></td>
                     <td><a target="_blank" class="external" href="http://www.apache.org/dist/click/click/2.1.0/click-2.1.0.zip.asc">pgp</a></td>
-                    <td><a target="_blank" class="external" href="http://www.apache.org/dist/click/click/2.1.0/click-2.1.0.zip.MD5">md5</a></td>
+                    <td><a target="_blank" class="external" href="http://www.apache.org/dist/click/click/2.1.0/click-2.1.0.zip.md5">md5</a></td>
                     <td>2.1.0</td>
                     <td>2010-02-10</td>
                     <td><b>Stable</b></td>