Author: hibou
Date: Mon Jul 13 09:13:31 2009
New Revision: 793512

URL: http://svn.apache.org/viewvc?rev=793512&view=rev
Log:
Update the site regarding the new release of IvyDE

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=793512&r1=793511&r2=793512&view=diff
==============================================================================
--- ant/ivy/site/ivyde/download.html (original)
+++ ant/ivy/site/ivyde/download.html Mon Jul 13 09:13:31 2009
@@ -79,13 +79,17 @@
 
 This distribution contains every binaries ready to be installed in your 
Eclipse installation.
 
-Download the IvyDE plugins: <a 
href="[preferred]/ant/ivyde/2.0.0.beta1/org.apache.ivyde.feature-2.0.0.beta1.zip">org.apache.ivyde.feature-2.0.0.beta1.zip</a>
+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>
+</ul>
 
-You can then install it with:
-<code>
-cd $ECLIPSE_HOME
-unzip org.apache.ivyde.feature-2.0.0.beta1.zip
-</code>
+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>
+</ul>
 
 <h2>Install the latest Ivy bundle</h2>
 
@@ -100,9 +104,15 @@
 
 <h2><a name="sources"></a>Full sources</h2>
 
-The source distribution contains the source files of the plugins, the features 
and the build system, so you will be able to reproduce the build that create 
the 2.0.0.beta1 release.
+The source distribution contains the source files of the plugins, the features 
and the build system, so you will be able to reproduce the build that create 
the 2.0.0.final release.
+
+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>
+</ul>
 
-Download <a 
href="[preferred]/ant/ivyde/2.0.0.beta1/apache-ivyde-sources-2.0.0.beta1.zip">apache-ivyde-sources-2.0.0.beta1.zip</a>
+Then look into the distribution for the documentation about how to build it.
 
 <h1><a name="svn"></a>Sources from the version control system</h1>
 
@@ -118,7 +128,7 @@
 It is automatically publishing the last build into an updatesite. So you can 
configure your Eclipse to use it:
 
http://hudson.zones.apache.org/hudson/view/Ant/job/IvyDE-updatesite/lastSuccessfulBuild/artifact/trunk/build
 
-<b>Important note</b>: these are only test snapshots that is not be considered 
ready for users or even something like an official release. They are dedicated 
to people willing to understand and contribute to Ivy and IvyDE code. And then 
any issue you can have with that kind of snaphot should be reported to the 
ant-dev@ mailing-list and not the ivy-user@ one.
+<b>Important note</b>: these are only test snapshots that is not be considered 
ready for users or even something like an official release. They are dedicated 
to people willing to understand and contribute to Ivy and IvyDE code. And then 
any issue you can have with that kind of snaphot should be reported to the <a 
href="mailing-lists.html">ant-dev@ mailing-list</a> and not the ivy-user@ one.
 
 <h1><a name="verify"></a>Verify Releases</h1>
 It is essential that you verify the integrity of the downloaded files using 
the PGP signature or the SHA1 or MD5 checksums.  The checksums are not as 
strong indicators as the PGP signature.
@@ -127,17 +137,17 @@
 
 <code>
 % pgpk -a KEYS
-% pgpv org.apache.ivyde.feature-2.0.0.beta1.zip.asc
+% pgpv apache-ivyde-2.0.0.final-200907011148-RELEASE.zip.asc
 </code>
 <em>or</em>
 <code>
 % pgp -ka KEYS
-% pgp org.apache.ivyde.feature-2.0.0.beta1.zip.asc
+% pgp apache-ivyde-2.0.0.final-200907011148-RELEASE.zip.asc
 </code>
 <em>or</em>
 <code>
 % gpg --import KEYS
-% gpg --verify org.apache.ivyde.feature-2.0.0.beta1.zip.asc
+% gpg --verify apache-ivyde-2.0.0.final-200907011148-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 Mon Jul 13 09:13:31 2009
@@ -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.beta1/doc
+latest-milestone 
https://svn.apache.org/repos/asf/ant/ivy/ivyde/tags/2.0.0.final-200907011148-RELEASE/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
 1.2.0 https://svn.apache.org/repos/asf/ant/ivy/ivyde/branches/1.2.0/doc

Modified: ant/ivy/site/ivyde/toc.json
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/ivyde/toc.json?rev=793512&r1=793511&r2=793512&view=diff
==============================================================================
--- ant/ivy/site/ivyde/toc.json (original)
+++ ant/ivy/site/ivyde/toc.json Mon Jul 13 09:13:31 2009
@@ -21,7 +21,7 @@
           ]
       },
       {
-        "title":"Documentation (2.0.0.beta1)",
+        "title":"Documentation (2.0.0.final)",
         "importRoot":"history/latest-milestone",
         "importNode":"index"      },
       {
@@ -43,6 +43,11 @@
                     "isAbstract":true,
                     "children": [
                         {
+                          "title":"2.0.0.final",
+                          "importRoot":"history/2.0.0.final",
+                          "importNode":"index"
+                        },
+                        {
                           "title":"2.0.0.beta1",
                           "importRoot":"history/2.0.0.beta1",
                           "importNode":"index"


Reply via email to