You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by hi...@apache.org on 2013/11/22 18:45:45 UTC

svn commit: r1544613 - in /ant/site/ivyde/sources: download.html history/ toc.json

Author: hibou
Date: Fri Nov 22 17:45:44 2013
New Revision: 1544613

URL: http://svn.apache.org/r1544613
Log:
Update the site for the release of IvyDE 2.2.0.final

Modified:
    ant/site/ivyde/sources/download.html
    ant/site/ivyde/sources/history/   (props changed)
    ant/site/ivyde/sources/toc.json

Modified: ant/site/ivyde/sources/download.html
URL: http://svn.apache.org/viewvc/ant/site/ivyde/sources/download.html?rev=1544613&r1=1544612&r2=1544613&view=diff
==============================================================================
--- ant/site/ivyde/sources/download.html (original)
+++ ant/site/ivyde/sources/download.html Fri Nov 22 17:45:44 2013
@@ -81,8 +81,8 @@ This distribution contains every binarie
 
 Download the IvyDE plugins:
 <ul>
-  <li>as a zip: <a href="[preferred]/ant/ivyde/2.2.0.beta1/apache-ivyde-2.2.0.beta1-201203282058-RELEASE.zip">apache-ivyde-2.2.0.beta1-201203282058-RELEASE.zip</a></li>
-  <li>or as a gzip compressed tar: <a href="[preferred]/ant/ivyde/2.2.0.beta1/apache-ivyde-2.2.0.beta1-201203282058-RELEASE.tar.gz">apache-ivyde-2.2.0.beta1-201203282058-RELEASE.tar.gz</a></li>
+  <li>as a zip: <a href="[preferred]/ant/ivyde/2.2.0.final/apache-ivyde-2.2.0.final-201311091524-RELEASE.zip">apache-ivyde-2.2.0.final-201311091524-RELEASE.zip</a></li>
+  <li>or as a gzip compressed tar: <a href="[preferred]/ant/ivyde/2.2.0.final/apache-ivyde-2.2.0.final-201311091524-RELEASE.tar.gz">apache-ivyde-2.2.0.final-201311091524-RELEASE.tar.gz</a></li>
 </ul>
 
 Uncompress the archive. In there you will find two folders containing the artifacts to deploy in your Eclipse:
@@ -108,8 +108,8 @@ The source distribution contains the sou
 
 Download:
 <ul>
-  <li>as a zip: <a href="[preferred]/ant/ivyde/2.2.0.beta1/apache-ivyde-sources-2.2.0.beta1-201203282058-RELEASE.zip">apache-ivyde-sources-2.2.0.beta1-201203282058-RELEASE.zip</a></li>
-  <li>or as a gzip compressed tar: <a href="[preferred]/ant/ivyde/2.2.0.beta1/apache-ivyde-sources-2.2.0.beta1-201203282058-RELEASE.tgz">apache-ivyde-sources-2.2.0.beta1-201203282058-RELEASE.tgz</a></li>
+  <li>as a zip: <a href="[preferred]/ant/ivyde/2.2.0.final/apache-ivyde-sources-2.2.0.final-201311091524-RELEASE.zip">apache-ivyde-sources-2.2.0.final-201311091524-RELEASE.zip</a></li>
+  <li>or as a gzip compressed tar: <a href="[preferred]/ant/ivyde/2.2.0.final/apache-ivyde-sources-2.2.0.final-201311091524-RELEASE.tgz">apache-ivyde-sources-2.2.0.final-201311091524-RELEASE.tgz</a></li>
 </ul>
 
 Then look into the distribution for the documentation about how to build it.
@@ -137,17 +137,17 @@ The PGP signatures can be verified using
 
 <code>
 % pgpk -a KEYS
-% pgpv apache-ivyde-2.2.0.beta1-201203282058-RELEASE.zip.asc
+% pgpv apache-ivyde-2.2.0.final-201311091524-RELEASE.zip.asc
 </code>
 <em>or</em>
 <code>
 % pgp -ka KEYS
-% pgp apache-ivyde-2.2.0.beta1-201203282058-RELEASE.zip.asc
+% pgp apache-ivyde-2.2.0.final-201311091524-RELEASE.zip.asc
 </code>
 <em>or</em>
 <code>
 % gpg --import KEYS
-% gpg --verify apache-ivyde-2.2.0.beta1-201203282058-RELEASE.zip.asc
+% gpg --verify apache-ivyde-2.2.0.final-201311091524-RELEASE.zip.asc
 </code>
 
 Alternatively, you can verify the checksums on the files.  Unix programs called md5/sha1 or md5sum/sha1sum are included in many unix distributions.  *sum is also available as part of <a href="http://www.gnu.org/software/textutils/textutils.html">GNU Textutils</a>.  Windows users can get binary md5 programs from <a href="http://www.fourmilab.ch/md5/">here</a>, <a href="http://www.pc-tools.net/win32/freeware/console/">here</a>.  <a href="http://www.slavasoft.com/fsum/">fsum</a> supports MD5 and SHA1.

Propchange: ant/site/ivyde/sources/history/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Fri Nov 22 17:45:44 2013
@@ -1,5 +1,6 @@
 trunk https://svn.apache.org/repos/asf/ant/ivy/ivyde/trunk/doc
-latest-milestone https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/2.2.0.beta1/doc
+latest-milestone https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/2.2.0.final/doc
+2.2.0.final https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/2.2.0.final/doc
 2.2.0.beta1 https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/2.2.0.beta1/doc
 2.1.0 https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/2.1.0/doc
 2.0.0.final https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/2.0.0-final/doc

Modified: ant/site/ivyde/sources/toc.json
URL: http://svn.apache.org/viewvc/ant/site/ivyde/sources/toc.json?rev=1544613&r1=1544612&r2=1544613&view=diff
==============================================================================
--- ant/site/ivyde/sources/toc.json (original)
+++ ant/site/ivyde/sources/toc.json Fri Nov 22 17:45:44 2013
@@ -32,7 +32,7 @@
           "url":"http://www.apache.org/licenses/"
       },
       {
-        "title":"Documentation (2.2.0.beta1)",
+        "title":"Documentation (2.2.0.final)",
         "importRoot":"history/latest-milestone",
         "importNode":"index"      },
       {
@@ -49,6 +49,10 @@
               "isAbstract":true,
               "children": [
                   {
+                      "title":"2.2.0.final",
+                      "url":"http://ant.apache.org/ivy/ivyde/history/2.2.0.final/index.html"
+                  },
+                  {
                       "title":"2.2.0.beta1",
                       "url":"http://ant.apache.org/ivy/ivyde/history/2.2.0.beta1/index.html"
                   },