You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2005/06/04 06:51:25 UTC

svn commit: r179945 - in /maven/maven-1/plugins/trunk/changelog: src/main/org/apache/maven/changelog/ChangeLog.java xdocs/changes.xml xdocs/index.xml xdocs/properties.xml xdocs/tags.xml

Author: brett
Date: Fri Jun  3 21:51:24 2005
New Revision: 179945

URL: http://svn.apache.org/viewcvs?rev=179945&view=rev
Log:
PR: MPCHANGELOG-49

Visual Source Safe changelog (patch reviewed but untested due to unavailability of VSS installation)

Modified:
    maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java
    maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml
    maven/maven-1/plugins/trunk/changelog/xdocs/index.xml
    maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml
    maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml

Modified: maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java?rev=179945&r1=179944&r2=179945&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java (original)
+++ maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/changelog/ChangeLog.java Fri Jun  3 21:51:24 2005
@@ -120,6 +120,7 @@
         FACTORIES.put( "clearcase", "org.apache.maven.clearcaselib.ClearcaseChangeLogFactory" );
         FACTORIES.put( "perforce", "org.apache.maven.perforcelib.PerforceChangeLogFactory" );
         FACTORIES.put( "starteam", "org.apache.maven.starteamlib.StarteamChangeLogFactory" );
+        FACTORIES.put( "vss", "org.apache.maven.vsslib.VssChangeLogFactory" );
     }
 
     /**

Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=179945&r1=179944&r2=179945&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Fri Jun  3 21:51:24 2005
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <release version="1.8-SNAPSHOT" date="in SVN">
+      <action dev="brett" type="add" issue="MPCHANGELOG-49" due-to="Freddy Mallet">Add VSS support</action>
       <action dev="brett" type="fix" issue="MPCHANGELOG-57" due-to="Sebastian Scholze">Correctly parse (no author) from SVN logs</action>
       <action dev="brett" type="fix" issue="MPCHANGELOG-53" due-to="Kenneth Leider">Add CVS monitor support</a>
       <action dev="brett" type="fix" issue="MPCHANGELOG-47">Quote argument with &lt; in it on Windows for the CVS provider - required if using CVSNT</action>

Modified: maven/maven-1/plugins/trunk/changelog/xdocs/index.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/index.xml?rev=179945&r1=179944&r2=179945&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/index.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/index.xml Fri Jun  3 21:51:24 2005
@@ -32,7 +32,7 @@
         project team members can see at a glance what changes have
         been made recently to the project.  Currently, there are five
         supported source control systems: CVS, Perforce, StarTeam, IBM
-        Rational ClearCase and Subversion.
+        Rational ClearCase, Visual Source Safe and Subversion.
       </p>
       <p> 
         For more information on the functionality provided by this plugin,

Modified: maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml?rev=179945&r1=179944&r2=179945&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/properties.xml Fri Jun  3 21:51:24 2005
@@ -106,6 +106,8 @@
                   href="apidocs/org/apache/maven/clearcaselib/ClearcaseChangeLogFactory.html">org.apache.maven.clearcaselib.ClearcaseChangeLogFactory</a></li>
               <li>StarTeam: <a
                   href="apidocs/org/apache/maven/starteamlib/StarteamChangeLogFactory.html">org.apache.maven.starteamlib.StarteamChangeLogFactory</a></li>
+              <li>Visual Source Safe: <a
+                  href="apidocs/org/apache/maven/vsslib/VssChangeLogFactory.html">org.apache.maven.vsslib.VssChangeLogFactory</a></li>
             </ul>
           </td>
         </tr>

Modified: maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml?rev=179945&r1=179944&r2=179945&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/tags.xml Fri Jun  3 21:51:24 2005
@@ -57,7 +57,7 @@
           <tr>
             <td>repositoryConnection</td>
             <td>No</td>
-            <td>The SCM repository connectionn details</td>
+            <td>The SCM repository connection details</td>
           </tr>
           <tr>
             <td>dateFormat</td>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org