bodewig     2003/05/21 03:09:11

  Modified:    docs     external.html
               xdocs    external.xml
  Log:
  Add pointer to CMSDeploy.
  
  Submitted by: Maso Gato <rgato at soluziona dot com>
  
  Revision  Changes    Path
  1.116     +49 -0     ant/docs/external.html
  
  Index: external.html
  ===================================================================
  RCS file: /home/cvs/ant/docs/external.html,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -u -r1.115 -r1.116
  --- external.html     12 May 2003 14:40:09 -0000      1.115
  +++ external.html     21 May 2003 10:09:10 -0000      1.116
  @@ -536,6 +536,55 @@
         </tr>
           </table>
                                                       <h4 class="subsection">
  +        <a name="CMSDeploy"></a>
  +        CMSDeploy
  +      </h4>
  +                        <p><a 
href="http://cmsdeploy.sourceforge.net";>CMSDeploy</a> is
  +        an Apache Ant Task to submit files and templates to Vignette
  +        CMS.</p>
  +                                  <table class="ForrestTable" 
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.1 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://cmsdeploy.sourceforge.net";>http://cmsdeploy.sourceforge.net</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="[EMAIL PROTECTED]">[EMAIL PROTECTED]</a>
  +      </td>
  +      </tr>
  +                  <tr>
  +                      <th colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          License:
  +      </th>
  +                          <td colspan="1" rowspan="1"
  +      valign="top" align="left">
  +          GNU Lesser General Public License
  +      </td>
  +      </tr>
  +        </table>
  +                                                    <h4 class="subsection">
           <a name="Configure"></a>
           Configure
         </h4>
  
  
  
  1.84      +26 -0     ant/xdocs/external.xml
  
  Index: external.xml
  ===================================================================
  RCS file: /home/cvs/ant/xdocs/external.xml,v
  retrieving revision 1.83
  retrieving revision 1.84
  diff -u -r1.83 -r1.84
  --- external.xml      12 May 2003 14:40:09 -0000      1.83
  +++ external.xml      21 May 2003 10:09:11 -0000      1.84
  @@ -218,6 +218,32 @@
           </table>
         </subsection>
   
  +      <subsection name="CMSDeploy">
  +
  +        <p><a href="http://cmsdeploy.sourceforge.net";>CMSDeploy</a> is
  +        an Apache Ant Task to submit files and templates to Vignette
  +        CMS.</p>
  +
  +        <table>
  +          <tr>
  +            <th>Compatibility:</th>
  +            <td>Ant 1.5.1 and later</td>
  +          </tr>
  +          <tr>
  +            <th>URL:</th>
  +            <td><a 
href="http://cmsdeploy.sourceforge.net";>http://cmsdeploy.sourceforge.net</a></td>
  +          </tr>
  +          <tr>
  +            <th>Contact:</th>
  +            <td><a href="[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td>
  +          </tr>
  +          <tr>
  +            <th>License:</th>
  +            <td>GNU Lesser General Public License</td>
  +          </tr>
  +        </table>
  +      </subsection>
  +
         <subsection name="Configure">
   
           <p>Recursive build support (call ant on every package level,
  
  
  

Reply via email to