Author: ltheussl
Date: Sat Nov  4 14:04:31 2006
New Revision: 471273

URL: http://svn.apache.org/viewvc?view=rev&rev=471273
Log:
Pretty printing.

Modified:
    maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl
    
maven/maven-1/plugins/trunk/developer-activity/src/plugin-resources/developer-activity.jsl
    
maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl

Modified: 
maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl?view=diff&rev=471273&r1=471272&r2=471273
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl 
(original)
+++ maven/maven-1/plugins/trunk/changelog/src/plugin-resources/changelog.jsl 
Sat Nov  4 14:04:31 2006
@@ -63,7 +63,7 @@
     <subsection name="${setname}">
       <p>
         Total Commits:
-        <x:expr select="count(./changelog-entry)"/>
+        <x:expr select="count(./changelog-entry)"/><br/>
         Total Number of Files Changed:
         <x:expr select="count(./changelog-entry/file)"/>
       </p>

Modified: 
maven/maven-1/plugins/trunk/developer-activity/src/plugin-resources/developer-activity.jsl
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/developer-activity/src/plugin-resources/developer-activity.jsl?view=diff&rev=471273&r1=471272&r2=471273
==============================================================================
--- 
maven/maven-1/plugins/trunk/developer-activity/src/plugin-resources/developer-activity.jsl
 (original)
+++ 
maven/maven-1/plugins/trunk/developer-activity/src/plugin-resources/developer-activity.jsl
 Sat Nov  4 14:04:31 2006
@@ -61,10 +61,10 @@
             <!-- The range needs to be fed in somehow. -->
             <j:set var="type" value="${maven.changelog.type}"/>
             <j:if test="${type == 'range'}">
-              Timeframe: ${maven.changelog.range} days,
+              Timeframe: ${maven.changelog.range} days<br/>
             </j:if>
             Total Commits:
-            <x:expr select="count(./changelog-entry)"/>
+            <x:expr select="count(./changelog-entry)"/><br/>
             Total Number of Files Changed:
             <x:expr select="count(./changelog-entry/file)"/>
           </p>

Modified: 
maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl
URL: 
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl?view=diff&rev=471273&r1=471272&r2=471273
==============================================================================
--- 
maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl
 (original)
+++ 
maven/maven-1/plugins/trunk/file-activity/src/plugin-resources/maven-file-activity-plugin.jsl
 Sat Nov  4 14:04:31 2006
@@ -59,10 +59,10 @@
           <p>
             <j:set var="type" value="${maven.changelog.type}"/>
             <j:if test="${type == 'range'}">
-              Timeframe: ${maven.changelog.range} days,
+              Timeframe: ${maven.changelog.range} days<br/>
             </j:if>
             Total Commits:
-            <x:expr select="count(./changelog-entry)"/>
+            <x:expr select="count(./changelog-entry)"/><br/>
             Total Number of Files Changed:
             <x:expr select="count(./changelog-entry/file)"/>
           </p>


Reply via email to