You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by pe...@apache.org on 2010/05/18 12:44:48 UTC

svn commit: r945587 - in /ant/core/trunk/docs/manual: install.html optionaltasklist.html tasksoverview.html

Author: peterreilly
Date: Tue May 18 10:44:48 2010
New Revision: 945587

URL: http://svn.apache.org/viewvc?rev=945587&view=rev
Log:
remove starteam from manual

Modified:
    ant/core/trunk/docs/manual/install.html
    ant/core/trunk/docs/manual/optionaltasklist.html
    ant/core/trunk/docs/manual/tasksoverview.html

Modified: ant/core/trunk/docs/manual/install.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/install.html?rev=945587&r1=945586&r2=945587&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/install.html (original)
+++ ant/core/trunk/docs/manual/install.html Tue May 18 10:44:48 2010
@@ -664,20 +664,20 @@ ant and the external package (e.g. <code
 However, JPackage does not package proprietary software, and since some of the
 optional packages depend on proprietary jars, they must be handled as follows.
 This may violate the spirit of JPackage, but it is necessary if you need these proprietary packages.
-For example, suppose you want to install support for starteam, which jpackage does not
+For example, suppose you want to install support for netrexx, which jpackage does not
 support:
 <ol>
 <li>Decide where you want to deploy the extra jars.  One option is in <code>$ANT_HOME/lib</code>,
 which, for JPackage is usually <code>/usr/share/ant/lib</code>.  Another, less messy option
 is to create an <code>.ant/lib</code> subdirectory of your home directory and place your
 non-jpackage ant jars there, thereby avoiding mixing jpackage
-libraries with non-jpacakge stuff in the same folder.
+libraries with non-jpackage stuff in the same folder.
 More information on where Ant finds its libraries is available
 <a href="http://ant.apache.org/manual/running.html#libs">here</a></li>
 <li>Download a non-jpackage binary distribution from the regular
     <a href="http://ant.apache.org/bindownload.cgi" target="_top">Apache Ant site</a></li>
 <li>Unzip or untar the distribution into a temporary directory</li>
-<li>Copy the linking jar, in this case <code>ant-starteam.jar</code>, into the library directory you
+<li>Copy the linking jar, in this case <code>ant-jai.jar</code>, into the library directory you
 chose in step 1 above.</li>
 <li>Copy the proprietary jar itself into the same directory.</li>
 </ol>
@@ -1023,12 +1023,6 @@ Already included Java 1.4+</td>
     <td><a href="https://jai.dev.java.net/"
         target="_top">https://jai.dev.java.net/</a></td>
   </tr>
-  <tr>
-    <td>Starteam SDK</td>
-    <td>Starteam version management tasks</td>
-    <td><a href="http://www.borland.com/downloads/download_starteam.html"
-        target="_top">http://www.borland.com/downloads/download_starteam.html</a></td>
-  </tr>
 </table>
 <br>
 <h2><a name="Troubleshooting">Troubleshooting</a></h2>

Modified: ant/core/trunk/docs/manual/optionaltasklist.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/optionaltasklist.html?rev=945587&r1=945586&r2=945587&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/optionaltasklist.html (original)
+++ ant/core/trunk/docs/manual/optionaltasklist.html Tue May 18 10:44:48 2010
@@ -80,7 +80,6 @@
 <li><a href="OptionalTasks/splash.html">Splash</a></li>
 <li><a href="OptionalTasks/sshexec.html">Sshexec</a></li>
 <li><a href="OptionalTasks/sshsession.html">Sshsession</a></li>
-<li><a href="OptionalTasks/starteam.html">Starteam Tasks</a></li>
 <li><a href="OptionalTasks/symlink.html">Symlink</a></li>
 <li><a href="OptionalTasks/telnet.html">Telnet</a></li>
 <li><a href="OptionalTasks/translate.html">Translate</a></li>

Modified: ant/core/trunk/docs/manual/tasksoverview.html
URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tasksoverview.html?rev=945587&r1=945586&r2=945587&view=diff
==============================================================================
--- ant/core/trunk/docs/manual/tasksoverview.html (original)
+++ ant/core/trunk/docs/manual/tasksoverview.html Tue May 18 10:44:48 2010
@@ -1162,15 +1162,6 @@ documentation.</p>
      <i>soscheckin</i>, and <i>soscheckout</i> commands.</p></td>
   </tr>
 
-  <tr valign="top">
-    <td nowrap><a href="OptionalTasks/starteam.html">StarTeam</a></td>
-    <td><p>Tasks to perform the StarTeam <i>stcheckout</i>, <i>stcheckin</i>,
-     <i>stlabel</i>, and <i>stlist</i> commands. The
-     <a href="OptionalTasks/starteam.html#starteam">Starteam</a> task
-     is deprecated; use
-     <a href="OptionalTasks/starteam.html#stcheckout">STCheckout</a>
-     instead.</p></td>
-  </tr>
 </table>
 
 <p></p>