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

svn commit: r1546542 - in /ant/site/ant: production/index.html sources/index.xml

Author: jhm
Date: Fri Nov 29 11:13:28 2013
New Revision: 1546542

URL: http://svn.apache.org/r1546542
Log:
Add the IvyDE announcement to the main page (like the others).

Modified:
    ant/site/ant/production/index.html
    ant/site/ant/sources/index.xml

Modified: ant/site/ant/production/index.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/index.html?rev=1546542&r1=1546541&r2=1546542&view=diff
==============================================================================
--- ant/site/ant/production/index.html (original)
+++ ant/site/ant/production/index.html Fri Nov 29 11:13:28 2013
@@ -238,6 +238,51 @@
           the <a href="http://www.apache.org/">Apache Software
           Foundation</a>.</p>
                         <h3 class="section">
+      <a name="Apache IvyDE 2.2.0"></a>
+      Apache IvyDE 2.2.0
+    </h3>
+                        <h3>November 22, 2013 - Apache IvyDE 2.2.0 Released</h3>
+                                <p>The Apache IvyDE project is pleased to announce its 2.2.0 release.</p>
+                                <p>The Apache IvyDE Eclipse plugin integrates Apache Ivy's dependency management 
+      into Eclipse. It lets you manage your dependencies declared in an ivy.xml in 
+      your Java Eclipse projects, or any other kind of project which needs dependency 
+      management. Apache IvyDE will contribute to the classpath of your Java project 
+      or you can make it retrieve your dependencies directly into your project. Last 
+      but not least Apache IvyDE offer editors of ivy.xml and ivysettings.xml files 
+      with completion. Get some preview here: 
+      <a href="http://ant.apache.org/ivy/ivyde/screenshots.html">http://ant.apache.org/ivy/ivyde/screenshots.html</a>
+    </p>
+                                <h4>Major changes in this release</h4>
+                                <p><ul>
+      <li>The API of IvyDE has been stabilized so that third party plugins can rely on it,</li>
+      <li>while still not complete, and still not advertised as stable in Ivy, support of OSGi has been added,</li>
+      <li>javadoc and source attachement can be edited now one by one,</li>
+      <li>improved stability of the resolve process,</li>
+      <li>improved logging for easier debugging.</li>
+      </ul>
+    </p>
+                                <h4>Compatibility</h4>
+                                <p><ul>
+      <li>This release is expected to work with every version of Ivy 2.1 or superior. 
+          The OSGi features require Ivy 2.3.0 or superior though.</li>
+      </ul>
+    </p>
+                                <p>This release is considered as stable. The beta of 2.2.0 has been out for a (too) long time.</p>
+                                <p>A more detailed release notes can be read there:
+      <a href="http://ant.apache.org/ivy/ivyde/history/latest-milestone/release-notes.html">http://ant.apache.org/ivy/ivyde/history/latest-milestone/release-notes.html</a> <br />
+      Download the 2.2.0 release at:
+      <a href="http://ant.apache.org/ivy/ivyde/download.cgi">http://ant.apache.org/ivy/ivyde/download.cgi</a> <br />
+
+      Or use directly the Apache IvyDE's updatesite:
+      <a href="http://www.apache.org/dist/ant/ivyde/updatesite">http://www.apache.org/dist/ant/ivyde/updatesite</a> <br />
+      
+      Issues should be reported to:
+      <a href="https://issues.apache.org/jira/browse/IVYDE">https://issues.apache.org/jira/browse/IVYDE</a> <br />
+      
+      More information can be found on the Apache IvyDE website:
+      <a href="http://ant.apache.org/ivy/ivyde/">http://ant.apache.org/ivy/ivyde/</a>
+    </p>
+                        <h3 class="section">
       <a name="Apache Ant 1.9.2"></a>
       Apache Ant 1.9.2
     </h3>

Modified: ant/site/ant/sources/index.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/index.xml?rev=1546542&r1=1546541&r2=1546542&view=diff
==============================================================================
--- ant/site/ant/sources/index.xml (original)
+++ ant/site/ant/sources/index.xml Fri Nov 29 11:13:28 2013
@@ -56,6 +56,53 @@
           the <a href="http://www.apache.org/">Apache Software
           Foundation</a>.</p>
   </section>
+  
+  <section name="Apache IvyDE 2.2.0">
+    <h3>November 22, 2013 - Apache IvyDE 2.2.0 Released</h3>
+    <p>The Apache IvyDE project is pleased to announce its 2.2.0 release.</p>
+    <p>The Apache IvyDE Eclipse plugin integrates Apache Ivy's dependency management 
+      into Eclipse. It lets you manage your dependencies declared in an ivy.xml in 
+      your Java Eclipse projects, or any other kind of project which needs dependency 
+      management. Apache IvyDE will contribute to the classpath of your Java project 
+      or you can make it retrieve your dependencies directly into your project. Last 
+      but not least Apache IvyDE offer editors of ivy.xml and ivysettings.xml files 
+      with completion. Get some preview here: 
+      <a href="http://ant.apache.org/ivy/ivyde/screenshots.html">http://ant.apache.org/ivy/ivyde/screenshots.html</a>
+    </p>
+    
+    <h4>Major changes in this release</h4>
+    <p><ul>
+      <li>The API of IvyDE has been stabilized so that third party plugins can rely on it,</li>
+      <li>while still not complete, and still not advertised as stable in Ivy, support of OSGi has been added,</li>
+      <li>javadoc and source attachement can be edited now one by one,</li>
+      <li>improved stability of the resolve process,</li>
+      <li>improved logging for easier debugging.</li>
+      </ul>
+    </p>
+    
+    <h4>Compatibility</h4>
+    <p><ul>
+      <li>This release is expected to work with every version of Ivy 2.1 or superior. 
+          The OSGi features require Ivy 2.3.0 or superior though.</li>
+      </ul>
+    </p>
+    
+    <p>This release is considered as stable. The beta of 2.2.0 has been out for a (too) long time.</p>
+    <p>A more detailed release notes can be read there:
+      <a href="http://ant.apache.org/ivy/ivyde/history/latest-milestone/release-notes.html">http://ant.apache.org/ivy/ivyde/history/latest-milestone/release-notes.html</a> <br/>
+      Download the 2.2.0 release at:
+      <a href="http://ant.apache.org/ivy/ivyde/download.cgi">http://ant.apache.org/ivy/ivyde/download.cgi</a> <br/>
+
+      Or use directly the Apache IvyDE's updatesite:
+      <a href="http://www.apache.org/dist/ant/ivyde/updatesite">http://www.apache.org/dist/ant/ivyde/updatesite</a> <br/>
+      
+      Issues should be reported to:
+      <a href="https://issues.apache.org/jira/browse/IVYDE">https://issues.apache.org/jira/browse/IVYDE</a> <br/>
+      
+      More information can be found on the Apache IvyDE website:
+      <a href="http://ant.apache.org/ivy/ivyde/">http://ant.apache.org/ivy/ivyde/</a>
+    </p>  
+  </section>
 
   <section name="Apache Ant 1.9.2">
     <h3>July 12, 2013 - Apache Ant 1.9.2 Released</h3>