You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2008/06/17 11:50:01 UTC

svn commit: r668595 - /ant/core/trunk/xdocs/external.xml

Author: bodewig
Date: Tue Jun 17 02:50:00 2008
New Revision: 668595

URL: http://svn.apache.org/viewvc?rev=668595&view=rev
Log:
Add link to JDeb, submitted by Emmanuel Bourg

Modified:
    ant/core/trunk/xdocs/external.xml

Modified: ant/core/trunk/xdocs/external.xml
URL: http://svn.apache.org/viewvc/ant/core/trunk/xdocs/external.xml?rev=668595&r1=668594&r2=668595&view=diff
==============================================================================
--- ant/core/trunk/xdocs/external.xml (original)
+++ ant/core/trunk/xdocs/external.xml Tue Jun 17 02:50:00 2008
@@ -1811,6 +1811,34 @@
         </table>
       </subsection>
 
+      <subsection name="JDeb">
+
+        <p>JDeb provides an Ant task and a Maven plugin to create
+          Debian packages from Java builds in a truly cross platform
+          manner. Build your Debian packages on any platform that has
+          Java support. Windows, Linux - it does not require
+          additional native tools installed.</p>
+
+        <table class="externals">
+          <tr>
+            <th>Compatibility:</th>
+            <td>Ant 1.7 (not tested on earlier versions)</td>
+          </tr>
+          <tr>
+            <th>URL:</th>
+            <td><a href="http://vafer.org/projects/jdeb/">http://vafer.org/projects/jdeb/</a></td>
+          </tr>
+          <tr>
+            <th>Contact:</th>
+            <td><a href="mailto:tcurdt@apache.org">Torsten Curdt</a></td>
+          </tr>
+          <tr>
+            <th>License:</th>
+            <td>The Apache Software License 2.0</td>
+          </tr>
+        </table>
+      </subsection>
+
       <subsection name="Jdiff">
 
         <p>A task that generates an HTML report of all the packages, classes,