You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by an...@apache.org on 2014/11/10 04:08:16 UTC

svn commit: r1637782 - in /ant/site/ant: production/external.html sources/external.xml

Author: antoine
Date: Mon Nov 10 03:08:16 2014
New Revision: 1637782

URL: http://svn.apache.org/r1637782
Log:
adding a reference to ant-git-tasks

Modified:
    ant/site/ant/production/external.html
    ant/site/ant/sources/external.xml

Modified: ant/site/ant/production/external.html
URL: http://svn.apache.org/viewvc/ant/site/ant/production/external.html?rev=1637782&r1=1637781&r2=1637782&view=diff
==============================================================================
--- ant/site/ant/production/external.html (original)
+++ ant/site/ant/production/external.html Mon Nov 10 03:08:16 2014
@@ -7055,6 +7055,54 @@
       <a href="manual/tasksoverview.html#scm">built in</a>. But some are available as
       external libraries. Here a list of task libraries we are aware of:</p>
                                       <h4 class="subsection">
+        <a name="ant-git-tasks"></a>
+        ant-git-tasks
+      </h4>
+                        <p>These are tasks that allow users to access Git
+          functionality from within Ant build scripts.</p>
+                                      <table class="externals" cellspacing="1" cellpadding="4">
+              <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Compatibility:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Ant 1.7 and later
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          URL:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="https://github.com/rimerosolutions/ant-git-tasks">https://github.com/rimerosolutions/ant-git-tasks</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          Contact:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          <a href="mailto:rimerosolutions@gmail.org">rimerosolutions@gmail.org</a>
+      </td>
+      </tr>
+                  <tr>
+                      <th colspan="1" rowspan="1"
+      valign="top" align="left">
+          License:
+      </th>
+                          <td colspan="1" rowspan="1"
+      valign="top" align="left">
+          Apache License version 2.0
+      </td>
+      </tr>
+          </table>
+                                                          <h4 class="subsection">
         <a name="ANT4HG"></a>
         ANT4HG
       </h4>

Modified: ant/site/ant/sources/external.xml
URL: http://svn.apache.org/viewvc/ant/site/ant/sources/external.xml?rev=1637782&r1=1637781&r2=1637782&view=diff
==============================================================================
--- ant/site/ant/sources/external.xml (original)
+++ ant/site/ant/sources/external.xml Mon Nov 10 03:08:16 2014
@@ -3983,6 +3983,31 @@
       <a href="manual/tasksoverview.html#scm">built in</a>. But some are available as
       external libraries. Here a list of task libraries we are aware of:</p>
 
+      <subsection name="ant-git-tasks">
+
+        <p>These are tasks that allow users to access Git
+          functionality from within Ant build scripts.</p>
+
+        <table class="externals">
+          <tr>
+            <th>Compatibility:</th>
+            <td>Ant 1.7 and later</td>
+          </tr>
+          <tr>
+            <th>URL:</th>
+            <td><a href="https://github.com/rimerosolutions/ant-git-tasks">https://github.com/rimerosolutions/ant-git-tasks</a></td>
+          </tr>
+          <tr>
+            <th>Contact:</th>
+            <td><a href="mailto:rimerosolutions@gmail.org">rimerosolutions@gmail.org</a></td>
+          </tr>
+          <tr>
+            <th>License:</th>
+            <td>Apache License version 2.0</td>
+          </tr>
+        </table>
+      </subsection>
+
       <subsection name="ANT4HG">
 
          <p>These are tasks that allow users to access Mercurial