You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by gi...@apache.org on 2018/03/11 10:34:54 UTC

ant git commit: Updated references for VCS tasks

Repository: ant
Updated Branches:
  refs/heads/master b453e8b5d -> 6328de7a2


Updated references for VCS tasks

Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/6328de7a
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/6328de7a
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/6328de7a

Branch: refs/heads/master
Commit: 6328de7a2afd24d0a1e603bc4ce49f130912a254
Parents: b453e8b
Author: Gintas Grigelionis <gi...@apache.org>
Authored: Sun Mar 11 11:34:39 2018 +0100
Committer: Gintas Grigelionis <gi...@apache.org>
Committed: Sun Mar 11 11:34:39 2018 +0100

----------------------------------------------------------------------
 manual/Tasks/ccm.html      | 7 ++++---
 manual/Tasks/pvcstask.html | 7 +++----
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/6328de7a/manual/Tasks/ccm.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/ccm.html b/manual/Tasks/ccm.html
index 9541f33..ed2ded8 100644
--- a/manual/Tasks/ccm.html
+++ b/manual/Tasks/ccm.html
@@ -33,9 +33,10 @@
   <li><a href="#ccmcreatetask">CCMCreateTask</a></li>
 </ul>
 
-<p>These Apache Ant tasks are wrappers around Continuus Source Manager. They have been tested
-against versions 5.1/6.2 on Windows 2000, but should work on other platforms with <kbd>ccm</kbd>
-installed.</p>
+<p>These Apache Ant tasks are wrappers
+around <a href="https://en.wikipedia.org/wiki/Rational_Synergy" target="_top">Continuus Source
+Manager</a>. They have been tested against versions 5.1/6.2 on Windows 2000, but should work on
+other platforms with <kbd>ccm</kbd> installed.</p>
 
 <hr/>
 

http://git-wip-us.apache.org/repos/asf/ant/blob/6328de7a/manual/Tasks/pvcstask.html
----------------------------------------------------------------------
diff --git a/manual/Tasks/pvcstask.html b/manual/Tasks/pvcstask.html
index 73594df..d732a7c 100644
--- a/manual/Tasks/pvcstask.html
+++ b/manual/Tasks/pvcstask.html
@@ -53,8 +53,9 @@ an <var>updateonly</var> argument introduced.</p>
 
 <h2 id="introduction">Introduction</h2>
 <p>The <code>pvcs</code> task allows the user of Ant to extract the latest edition of the source
-code from a PVCS repository. PVCS is a version control system developed
-by <a href="http://www.serena.com/products/pvcs" target="_top">Merant</a>.</p>
+code from a <a href="https://en.wikipedia.org/wiki/PVCS" target="_top">PVCS</a> (Polytron Version
+Control System) repository. It is currently owned
+by <a href="https://www.microfocus.com/products/pvcs/" target="_top">MicroFocus</a>.</p>
 <p>This version has been tested against PVCS version 6.5 and 6.6 under Windows and Solaris.</p>
 
 <hr/>
@@ -238,7 +239,5 @@ projects using nested <code>&lt;pvcsproject&gt;</code> elements.</p>
 
   Total time: 22 seconds</pre>
 
-<hr/>
-<p>PVCS is a registered trademark of MERANT.</p>
 </body>
 </html>