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 2010/08/18 19:17:30 UTC

svn commit: r986793 - in /ant/ivy/site/ivyde: download.html history/ toc.json

Author: hibou
Date: Wed Aug 18 17:17:29 2010
New Revision: 986793

URL: http://svn.apache.org/viewvc?rev=986793&view=rev
Log:
update doc for the release of IvyDE 2.1.0

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

Modified: ant/ivy/site/ivyde/download.html
URL: http://svn.apache.org/viewvc/ant/ivy/site/ivyde/download.html?rev=986793&r1=986792&r2=986793&view=diff
==============================================================================
--- ant/ivy/site/ivyde/download.html (original)
+++ ant/ivy/site/ivyde/download.html Wed Aug 18 17:17:29 2010
@@ -75,20 +75,20 @@ Other mirrors: <select name="Preferred">
 <input type="submit" value="Change" />
 </form>
 
-<h2>IvyDE zip binaries</h2>
+<h2>IvyDE binaries</h2>
 
 This distribution contains every binaries ready to be installed in your Eclipse installation.
 
 Download the IvyDE plugins:
 <ul>
-  <li>as a zip: <a href="[preferred]/ant/ivyde/2.0.0.final/apache-ivyde-2.0.0.final-200907011148-RELEASE.zip">apache-ivyde-2.0.0.final-200907011148-RELEASE.zip</a></li>
-  <li>or as a compressed tar: <a href="[preferred]/ant/ivyde/2.0.0.final/apache-ivyde-2.0.0.final-200907011148-RELEASE.tgz">apache-ivyde-2.0.0.final-200907011148-RELEASE.tgz</a></li>
+  <li>as a zip: <a href="[preferred]/ant/ivyde/2.1.0/apache-ivyde-2.1.0.201008101807-RELEASE.zip">apache-ivyde-2.1.0.201008101807-RELEASE.zip</a></li>
+  <li>or as a gzip compressed tar: <a href="[preferred]/ant/ivyde/2.1.0/apache-ivyde-2.1.0.201008101807-RELEASE.tar.gz">apache-ivyde-2.1.0.201008101807-RELEASE.tar.gz</a></li>
 </ul>
 
 Uncompress the archive. In there you will find two folders containing the artifacts to deploy in your Eclipse:
 <ul>
-  <li>the IvyDE feature <tt>features/org.apache.ivyde.feature_2.0.0.final-200907011148-RELEASE.jar</tt> to put in your <tt>$ECLIPSE_HOME/features</tt></li>
-  <li>the IvyDE plugin <tt>plugins/org.apache.ivyde.eclipse_2.0.0.final-200907011148-RELEASE.jar</tt> to put in your <tt>$ECLIPSE_HOME/plugins</tt></li>
+  <li>the IvyDE feature <tt>features/org.apache.ivyde.feature_2.1.0.201008101807-RELEASE.jar</tt> to put in your <tt>$ECLIPSE_HOME/features</tt></li>
+  <li>the IvyDE plugin <tt>plugins/org.apache.ivyde.eclipse_2.1.0.201008101807-RELEASE.jar</tt> to put in your <tt>$ECLIPSE_HOME/plugins</tt></li>
 </ul>
 
 <h2>Install the latest Ivy bundle</h2>
@@ -108,8 +108,8 @@ The source distribution contains the sou
 
 Download:
 <ul>
-  <li>as a zip: <a href="[preferred]/ant/ivyde/2.0.0.final/apache-ivyde-sources-2.0.0.final-200907011148-RELEASE.tgz">apache-ivyde-sources-2.0.0.final-200907011148-RELEASE.zip</a></li>
-  <li>or as a compressed tar: <a href="[preferred]/ant/ivyde/2.0.0.final/apache-ivyde-sources-2.0.0.final-200907011148-RELEASE.tgz">apache-ivyde-sources-2.0.0.final-200907011148-RELEASE.tgz</a></li>
+  <li>as a zip: <a href="[preferred]/ant/ivyde/2.1.0/apache-ivyde-sources-2.1.0.201008101807-RELEASE.zip">apache-ivyde-sources-2.1.0.201008101807-RELEASE.zip</a></li>
+  <li>or as a gzip compressed tar: <a href="[preferred]/ant/ivyde/2.1.0/apache-ivyde-sources-2.1.0.201008101807-RELEASE.tgz">apache-ivyde-sources-2.1.0.201008101807-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.0.0.final-200907011148-RELEASE.zip.asc
+% pgpv apache-ivyde-2.1.0.201008101807-RELEASE.zip.asc
 </code>
 <em>or</em>
 <code>
 % pgp -ka KEYS
-% pgp apache-ivyde-2.0.0.final-200907011148-RELEASE.zip.asc
+% pgp apache-ivyde-2.1.0.201008101807-RELEASE.zip.asc
 </code>
 <em>or</em>
 <code>
 % gpg --import KEYS
-% gpg --verify apache-ivyde-2.0.0.final-200907011148-RELEASE.zip.asc
+% gpg --verify apache-ivyde-2.1.0.201008101807-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/ivy/site/ivyde/history/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Wed Aug 18 17:17:29 2010
@@ -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/tags/2.0.0.final-200907011148-RELEASE/doc
+latest-milestone https://svn.apache.org/repos/asf/ant/ivy/ivyde/tags/2.1.0/doc
+2.1.0 https://svn.apache.org/repos/asf/ant/ivy/ivyde/tags/2.1.0/doc
 2.0.0.final https://svn.apache.org/repos/asf/ant/ivy/ivyde/tags/2.0.0.final-200907011148-RELEASE/doc
 2.0.0.beta1 https://svn.apache.org/repos/asf/ant/ivy/ivyde/tags/2.0.0.beta1/doc
 2.0.0.alpha1 https://svn.apache.org/repos/asf/ant/ivy/ivyde/tags/2.0.0.alpha1/doc

Modified: ant/ivy/site/ivyde/toc.json
URL: http://svn.apache.org/viewvc/ant/ivy/site/ivyde/toc.json?rev=986793&r1=986792&r2=986793&view=diff
==============================================================================
--- ant/ivy/site/ivyde/toc.json (original)
+++ ant/ivy/site/ivyde/toc.json Wed Aug 18 17:17:29 2010
@@ -28,7 +28,7 @@
           ]
       },
       {
-        "title":"Documentation (2.0.0.final)",
+        "title":"Documentation (2.1.0)",
         "importRoot":"history/latest-milestone",
         "importNode":"index"      },
       {
@@ -50,6 +50,10 @@
                     "isAbstract":true,
                     "children": [
                         {
+                            "title":"2.1.0",
+                            "url":"http://ant.apache.org/ivy/ivyde/history/2.1.0/index.html"
+                        }
+                        {
                           "title":"2.0.0.final",
                           "url":"http://ant.apache.org/ivy/ivyde/history/2.0.0.final/index.html"
                         },