dion 2004/10/01 01:08:55
Modified: changelog/src/plugin-resources changelog.jsl
Log:
MPCHANGELOG-46
Revision Changes Path
1.9 +1 -1 maven-plugins/changelog/src/plugin-resources/changelog.jsl
Index: changelog.jsl
===================================================================
RCS file: /home/cvs/maven-plugins/changelog/src/plugin-resources/changelog.jsl,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- changelog.jsl 25 Jun 2004 16:12:06 -0000 1.8
+++ changelog.jsl 1 Oct 2004 08:08:55 -0000 1.9
@@ -71,7 +71,7 @@
<j:set var="revision"><x:expr select="$file/revision"/></j:set>
<j:set var="repositoryUrl" value="${pom.repository.url}"/>
<j:choose>
- <j:when test="${!empty(repositoryUrl)} and
${repositoryUrl.indexOf('?')>0}">
+ <j:when test="${!empty(repositoryUrl) and
repositoryUrl.indexOf('?')>0}">
<j:set var="repository" value="${repositoryUrl.substring(0,
repositoryUrl.indexOf('?'))}"/>
<j:set var="tmpMultiRepoParam"
value="${repositoryUrl.substring(repository.length())}"/>
<j:set var="oneRepoParam"
value="?${tmpMultiRepoParam.substring(1)}"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]