Author: maartenc
Date: Mon Nov 17 13:55:45 2008
New Revision: 718402

URL: http://svn.apache.org/viewvc?rev=718402&view=rev
Log:
DOCUMENTATION: Add links to more IDE integration plugins (IVY-969)

Modified:
    ant/ivy/site/links.html

Modified: ant/ivy/site/links.html
URL: 
http://svn.apache.org/viewvc/ant/ivy/site/links.html?rev=718402&r1=718401&r2=718402&view=diff
==============================================================================
--- ant/ivy/site/links.html (original)
+++ ant/ivy/site/links.html Mon Nov 17 13:55:45 2008
@@ -50,13 +50,17 @@
 <p> This sourceforge project aims to gather community contributed tools and 
plugins for ivy.</p>
 <li><a href="http://ant.apache.org/ivy/ivyde/";>IvyDE</a></li>
 <p> A plugin for eclipse which helps writing ivy files by bringing powerful 
code completion and wizards, and also let you add a classpath container keeping 
your eclipse project classpath in sync with the dependencies ivy resolves.</p>
+<li><a href="http://code.google.com/p/ivybeans/";>IvyBeans</a></li>
+<p> A plugin for NetBeans which provide full Apache Ivy integration into the 
library management feature of the Netbeans IDE.</p>
+<li><a href="http://plugins.intellij.net/plugin/?id=3612";>IvyIDEA</a></li>
+<p> An Intellij IDEA plugin for resolving dependencies using apache ivy and 
adding them in IntelliJ.</p>
+<li><a 
href="http://plugins.intellij.net/plugin/?id=141";>IvyDependencyImportor</a></li>
+<p> Another plugin for intellij IDEA, which let you import all the libs 
described in the ivy.xml to the current module library.</p>
+<li><a href="http://plugins.intellij.net/plugin/?id=2267";>Ivy Plugin</a></li>
+<p> Another plugin for intellij IDEA, which reads IDEA module settings such as 
classpath and source directories from IVY setup.</p>
 <li><a href="http://www.jaya.free.fr/ivycruise.html";>IvyCruise</a></li>
 <p> This set of plugins for cruise control let you integrate ivy with this 
famous continuous integration server.</p>
-<li><a 
href="http://plugins.intellij.net/plugin/?id=141";>IvyDependencyImportor</a></li>
-<p> is a plugin for intellij IDEA, which let you import all the libs described 
in the ivy.xml to the current module library.</p>
-<li><a href="http://plugins.intellij.net/plugin/?id=140";>IVY for IDEA</a></li>
-<p> is another plugin for intellij IDEA, which reads IDEA module settings such 
as classpath and source directories from IVY setup.</p>
-<li><a href="http://code.google.com/p/ivysvn/";>IvySvn</a></li>
+<li><a 
href="http://www.audioscrobbler.net/development/ivysvn/";>ivy-svn</a></li>
 <p> This is a subversion dependency resolver for Ivy 2.0.</p>
 <li><a href="http://wiki.hippo.nl/display/OS/SAnt+build+system";>SAnt</a></li>
 <p> SAnt (Shared Ant) is an experimental build system based on Ant and Ivy, 
primarily developpedd as part of the hippo project.</p>


Reply via email to