summaryrefslogtreecommitdiff
path: root/manual/ide.html
diff options
context:
space:
mode:
Diffstat (limited to 'manual/ide.html')
-rw-r--r--manual/ide.html38
1 files changed, 20 insertions, 18 deletions
diff --git a/manual/ide.html b/manual/ide.html
index 940d126bb..63b98a334 100644
--- a/manual/ide.html
+++ b/manual/ide.html
@@ -34,38 +34,40 @@ All the modern Java IDEs support Apache Ant almost out of the box.
<ul>
<li>
- <a href="Integration/jext-plugin.html">AntWork Plugin for the Jext Java Text Editor (unbundled)</a>
+ <a href="Integration/jext-plugin.html">AntWork Plugin for the Jext Java Text Editor
+ (unbundled)</a>
</li>
<li>
- <a href="http://jdee.sourceforge.net/">JDEE (Java Development Environment for Emacs)</a>
- has built-in text Ant integration: selection of target through text
- field, execution, hyperlink to compilation errors. Installation: built-in
- JDEE 2.2.8 or later. Configuration: through customize menu
- "Jde Build Function"
+ <a href="http://jdee.sourceforge.net/" target="_top">JDEE (Java Development Environment for
+ Emacs)</a> has built-in text Ant integration: selection of target through text field, execution,
+ hyperlink to compilation errors. Installation: built-in JDEE 2.2.8 or later. Configuration:
+ through customize menu "Jde Build Function"
</li>
<li>
- <a href="https://www.jetbrains.com/idea/">IDEA</a> has built-in
- GUI ANT integration: GUI selection of targets, execution, hyperlink to compilation errors
+ <a href="https://www.jetbrains.com/idea/" target="_top">IDEA</a> has built-in GUI ANT
+ integration: GUI selection of targets, execution, hyperlink to compilation errors
</li>
<li>
- <a href="http://ant.netbeans.org/">NetBeans</a>
- IDE uses Ant as the basis for its project system starting with the 4.0 release
+ <a href="http://ant.netbeans.org/" target="_top">NetBeans</a> IDE uses Ant as the basis for its
+ project system starting with the 4.0 release
</li>
<li>
- <a href="http://jedit.org/">jEdit</a>
- is an open source Java IDE with some great plugins for Java dev, a
- good XML editor and the Antfarm plugin to execute targets in a build file
+ <a href="http://jedit.org/" target="_top">jEdit</a> is an open source Java IDE with some great
+ plugins for Java dev, a good XML editor and the Antfarm plugin to execute targets in a build
+ file
</li>
<li>
- <a href="https://eclipse.org/">Eclipse</a>
- is IBM's counterpoint to NetBeans; an open source IDE with Java and Ant support
+ <a href="https://eclipse.org/" target="_top">Eclipse</a> is IBM's counterpoint to NetBeans; an
+ open source IDE with Java and Ant support
</li>
<li>
- <a href="http://www.placidsystems.com/virtualant/">Virtual Ant</a>
- GUI allows you to work on a Virtual File System without dealing with the XML; plugs into Eclipse, Netbeans &amp; IntelliJ
+ <a href="http://www.placidsystems.com/virtualant/" target="_top">Virtual Ant</a> GUI allows you
+ to work on a Virtual File System without dealing with the XML; plugs into Eclipse, Netbeans
+ &amp; IntelliJ
</li>
<li>
- <a href="https://www.ibm.com/developerworks/offers/wsad2.html">WebSphere Studio Application Developer</a>
+ <a href="https://www.ibm.com/developerworks/offers/wsad2.html" target="_top">WebSphere Studio
+ Application Developer</a>
</li>
</ul>