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:31:04 UTC

svn commit: r179943 - in /maven/maven-1/plugins/trunk/changelog: src/plugin-resources/changelog.jsl xdocs/changes.xml

Author: brett
Date: Fri Jun  3 21:31:02 2005
New Revision: 179943

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

Add cvs monitor support

Modified:
    maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl
    maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl?rev=179943&r1=179942&r2=179943&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl (original)
+++ maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl Fri Jun  3 21:31:02 2005
@@ -113,6 +113,11 @@
                     <a href="${repository}${name}?ac=22">${name}</a>
                     <a href="${repository}${name}?ac=64&amp;rev1=${revision}">v${revision}</a>
                   </j:when>
+                  <j:when test="${repository.indexOf('cvsmonitor.pl') > 0}">
+                    <j:set var="module" value="${oneRepoParam.replaceAll('^.*(&amp;module=.*?(?:&amp;|$)).*$','$1')}"/>
+                    <a href="${repository}?cmd=viewBrowseFile${module}&amp;file=${name}">${name}</a>
+                    <a href="${repository}?cmd=viewBrowseVersion${module}&amp;file=${name}&amp;version=${revision}">v${revision}</a>
+                  </j:when>
                   <j:otherwise>
                 <a href="${repository}${name}${oneRepoParam}">${name}</a>
                 <a href="${repository}${name}?rev=${revision}&amp;content-type=text/vnd.viewcvs-markup${multiRepoParam}">v${revision}</a>

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=179943&r1=179942&r2=179943&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:31:02 2005
@@ -26,6 +26,7 @@
   </properties>
   <body>
     <release version="1.8-SNAPSHOT" date="in SVN">
+      <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>
       <action dev="brett" type="fix" issue="MPCHANGELOG-55">Fix problem parsing revisions on Linux introduced by MPCHANGELOG-29</action>
       <action dev="brett" type="fix" issue="MPCHANGELOG-63" due-to="David Jackman">Add the ability to show several sets of changes</action>



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