[jhbuild] Remove 'ant' from manual (GNOME bug 652666)
- From: Craig Keogh <cskeogh src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [jhbuild] Remove 'ant' from manual (GNOME bug 652666)
- Date: Sun, 10 Jul 2011 03:41:32 +0000 (UTC)
commit aefcb2fb7d53cdd1f0dcc83d122d988afeb94c21
Author: Craig Keogh <cskeogh adam com au>
Date:   Sun Jul 10 09:42:40 2011 +0930
    Remove 'ant' from manual (GNOME bug 652666)
 doc/C/jhbuild.xml |   39 +--------------------------------------
 1 files changed, 1 insertions(+), 38 deletions(-)
---
diff --git a/doc/C/jhbuild.xml b/doc/C/jhbuild.xml
index 92c48b5..8481258 100644
--- a/doc/C/jhbuild.xml
+++ b/doc/C/jhbuild.xml
@@ -70,7 +70,7 @@
       <ulink url="http://www.selenic.com/mercurial/">Mercurial</ulink>
       repositories, as well as Tar and Zip archives hosted on web or FTP sites.
       JHBuild can build modules using a variety of build systems, including
-      Autotools, CMake, WAF, Ant, Python Distutils and Perl Makefiles.</para>
+      Autotools, CMake, WAF, Python Distutils and Perl Makefiles.</para>
 
     <para>JHBuild is not intended as a replacement for the distribution's
       package management system. Instead, it makes it easy to build software
@@ -2871,43 +2871,6 @@ libgnomecanvas is missing branch definition for gnome-2-20
 </programlisting>
       </section>
 
-      <section id="moduleset-syntax-defs-ant">
-        <title>Ant</title>
-
-        <para>The <sgmltag class="element">ant</sgmltag> element is used to
-          define a module which is built using Ant, the Java based build tool.
-        </para>
-
-<programlisting>
-<ant id="<replaceable>modulename</replaceable>">
-  <branch [ ... ] >
-    [...]
-  </branch>
-
-  <dependencies>
-    <dep package="<replaceable>modulename</replaceable>"/>
-    ...
-  </dependencies>
-  <after>
-    <dep package="<replaceable>modulename</replaceable>"/>
-    ...
-  </after>
-</ant>
-</programlisting>
-
-        <example id="example-ant-module">
-          <title>Example of a module built with ant</title>
-<programlisting><![CDATA[
-<repository type="svn" name="wikimedia"
-  href="http://svn.wikimedia.org/svnroot/"/>
-
-<ant id="cortado">
-  <branch repo="wikimedia" module="mediawiki/trunk/cortado"
-      checkoutdir="cortado"/>
-</ant>]]></programlisting>
-        </example>
-      </section>
-
       <section id="moduleset-syntax-defs-testmodule">
         <title>testmodule</title>
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]