Browse Source

doc fix for starteam tasks

PR: 27554
Obtained from: Alexz Machinski


git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276219 13f79535-47bb-0310-9956-ffa450edef68
master
Peter Reilly 21 years ago
parent
commit
8892a1ce64
2 changed files with 6 additions and 2 deletions
  1. +2
    -1
      WHATSNEW
  2. +4
    -1
      docs/manual/OptionalTasks/starteam.html

+ 2
- 1
WHATSNEW View File

@@ -74,7 +74,8 @@ Fixed bugs:
Other changes:
--------------

* Docs fixes for xmlvalidate.html, javadoc.html. Bugzilla Report 27092, 27284.
* Docs fixes for xmlvalidate.html, javadoc.html, starteam.
Bugzilla Reports 27092, 27284, 27554.

* <pathconvert> now accepts nested <mapper>s. Bugzilla Report 26364.



+ 4
- 1
docs/manual/OptionalTasks/starteam.html View File

@@ -20,6 +20,9 @@ As a result they are only available to licensed users of StarTeam. You must hav
<CODE>starteam-sdk.jar</CODE> in your classpath to run these tasks.
For more information about the StarTeam API and how to license it, see
the <a href="http://www.borland.com/starteam/">Borland</a> web site.</p>
<p>
<em>All the StarTeam task names are in lower case.</em>
</p>
<h3>Important Note on Installation and Licensing:</h3>
<p>
<b>On Windows machines, the mere presence of <CODE>starteam-sdk.jar</CODE> on the classpath
@@ -227,7 +230,7 @@ of checkout.</td> <td align="center" valign="top">no</td>
username="auser"
password="secret"
rootlocalfolder="C:\dev\buildtest\co"
force="true"
forced="true"
/&gt;
</pre>



Loading…
Cancel
Save