bodewig     2005/01/18 01:52:40

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Pointers to Ivy and AntSpaces
  
  Revision  Changes    Path
  1.192     +102 -0    ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.191
  retrieving revision 1.192
  diff -u -r1.191 -r1.192
  --- external.html     14 Jan 2005 08:14:12 -0000      1.191
  +++ external.html     18 Jan 2005 09:52:39 -0000      1.192
  @@ -643,6 +643,58 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="AntSpaces"></a>
  +        AntSpaces
  +      </h4>
  +                        <p>AntSpaces provides Ant integration with 
JavaSpaces. This
  +     allows you to coordinate Ant tasks via JavaSpaces, pull out
  +     work units from a JavaSpace for distributed Ant tasks to work
  +     on, and so forth.</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.5 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="http://www.oopsconsultancy.com/software/antspaces/";>http://www.oopsconsultancy.com/software/antspaces/</a>
  +            
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          antspaces at oopsconsultancy.com
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Apache Software License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="AntTimerTask"></a>
           AntTimerTask
         </h4>
  @@ -2043,6 +2095,56 @@
                             <td colspan="1" rowspan="1"
         valign="top" align="left">
             GNU General Public License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
  +        <a name="Ivy"></a>
  +        Ivy
  +      </h4>
  +                        <p>Ivy is a simple yet powerful dependency manager 
featuring
  +        continuous integration, dependencies of dependencies
  +        management, multiple repositories including ibiblio and high
  +        performance (use of a local cache).</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">
  +          1.5.1 or superior
  +      </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="http://ivy.jayasoft.org/";>http://ivy.jayasoft.org/</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          Contact:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          contact at jayasoft dot org
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          BSD License
         </td>
         </tr>
           </table>
  
  
  
  1.152     +55 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.151
  retrieving revision 1.152
  diff -u -r1.151 -r1.152
  --- external.xml      14 Jan 2005 08:14:12 -0000      1.151
  +++ external.xml      18 Jan 2005 09:52:40 -0000      1.152
  @@ -289,6 +289,35 @@
           </table>
         </subsection>
   
  +      <subsection name="AntSpaces">
  +
  +     <p>AntSpaces provides Ant integration with JavaSpaces. This
  +     allows you to coordinate Ant tasks via JavaSpaces, pull out
  +     work units from a JavaSpace for distributed Ant tasks to work
  +     on, and so forth.</p>
  +
  +     <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5 and later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td>
  +              <a 
href="http://www.oopsconsultancy.com/software/antspaces/";>http://www.oopsconsultancy.com/software/antspaces/</a>
  +            </td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td>antspaces at oopsconsultancy.com</td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>Apache Software License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="AntTimerTask">
           <p><a 
href="http://www.jeckle.de/freeStuff/AntTimerTask/index.html";>Timer</a>
           is task for measuring the time elapsed to complete other
  @@ -1058,6 +1087,32 @@
           </table>
         </subsection>
   
  +      <subsection name="Ivy">
  +
  +        <p>Ivy is a simple yet powerful dependency manager featuring
  +        continuous integration, dependencies of dependencies
  +        management, multiple repositories including ibiblio and high
  +        performance (use of a local cache).</p>
  +
  +        <table class="externals">
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>1.5.1 or superior</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://ivy.jayasoft.org/";>http://ivy.jayasoft.org/</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td>contact at jayasoft dot org</td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>BSD License</td>
  +          </tr>
  +        </table>
  +      </subsection>
   
         <subsection name="J2ME Ant Tasks">
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to