Browse Source

Add pointer to JDEE

Submitted by:	Guillaume Berche <guillaume.berche@eloquant.com>

With velocity-1.3-dev from jakarta-site2, we don't seem to need the
reverseloader attribute any longer.


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269829 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 23 years ago
parent
commit
3afcc269d7
4 changed files with 100 additions and 2 deletions
  1. +1
    -1
      docs.xml
  2. +72
    -0
      docs/external.html
  3. +1
    -1
      docs/index.html
  4. +26
    -0
      xdocs/external.xml

+ 1
- 1
docs.xml View File

@@ -30,7 +30,7 @@
</target>

<target name="docs" depends="prepare-error" if="AnakiaTask.present">
<taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask" reverseloader="true">
<taskdef name="anakia" classname="org.apache.velocity.anakia.AnakiaTask">
<classpath refid="anakia.classpath"/>
</taskdef>


+ 72
- 0
docs/external.html View File

@@ -1032,6 +1032,78 @@
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">
<font color="#ffffff" face="arial,helvetica,sanserif">
<a name="JDE(E) 2.2.8"><strong>JDE(E) 2.2.8</strong></a>
</font>
</td></tr>
<tr><td>
<blockquote>
<p>The Java Development Environment for Emacs (JDEE) supports
Apache Ant as one of three built-in ways to build your
applications.</p>
<table>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Compatibility:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Ant 1.2 and later
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
URL:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
Contact:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
<a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a>
</font>
</td>
</tr>
<tr>
<td bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
License:
</font>
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
GNU General Public License
</font>
</td>
</tr>
</table>
</blockquote>
</td></tr>
</table>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#828DA6">


+ 1
- 1
docs/index.html View File

@@ -162,7 +162,7 @@ You can view the documentation for the most recent release
<a href="manual/index.html">online</a>
</p>
<p>
Comprehensive documentation is included in the source and binary distribtions.
Comprehensive documentation is included in the source and binary distributions.
</p>
</blockquote>
</td></tr>


+ 26
- 0
xdocs/external.xml View File

@@ -364,6 +364,32 @@
</table>
</subsection>

<subsection name="JDE(E) 2.2.8">

<p>The Java Development Environment for Emacs (JDEE) supports
Apache Ant as one of three built-in ways to build your
applications.</p>

<table>
<tr>
<th>Compatibility:</th>
<td>Ant 1.2 and later</td>
</tr>
<tr>
<th>URL:</th>
<td><a href="http://jde.sunsite.dk/">http://jde.sunsite.dk/</a></td>
</tr>
<tr>
<th>Contact:</th>
<td><a href="mailto:jde-subscribe@sunsite.auc.dk">JDEE Mailing list.</a></td>
</tr>
<tr>
<th>License:</th>
<td>GNU General Public License</td>
</tr>
</table>
</subsection>

<subsection name="NetBeans / Forte for Java">

<p>A module that integrates Ant into the NetBeans or Forte for Java IDEs.</p>


Loading…
Cancel
Save