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 2004/06/13 05:01:47 UTC

cvs commit: maven-plugins/junit-report/xdocs changes.xml

brett       2004/06/12 20:01:47

  Modified:    junit-report plugin.jelly project.xml
               junit-report/xdocs changes.xml
  Log:
  PR: MPJUNITREPORT-7
  stop pretty printing, avoid formatting issues
  
  Revision  Changes    Path
  1.15      +1 -1      maven-plugins/junit-report/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/plugin.jelly,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- plugin.jelly	4 Mar 2004 18:36:14 -0000	1.14
  +++ plugin.jelly	13 Jun 2004 03:01:47 -0000	1.15
  @@ -76,7 +76,7 @@
           output="junit-report.xml"
           stylesheet="${plugin.resources}/junit.jsl"
           outputMode="xml"
  -        prettyPrint="true"
  +        prettyPrint="false"
         />
   
       </j:if>
  
  
  
  1.29      +1 -1      maven-plugins/junit-report/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/project.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- project.xml	16 May 2004 03:04:29 -0000	1.28
  +++ project.xml	13 Jun 2004 03:01:47 -0000	1.29
  @@ -23,7 +23,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-junit-report-plugin</id>
     <name>Maven JUnit Report Plug-in</name>
  -  <currentVersion>1.5</currentVersion>
  +  <currentVersion>1.5.1-SNAPSHOT</currentVersion>
     <description>Reports from JUnit tests. Requires Maven 1.0 RC2.</description>
     <shortDescription>Reports from JUnit tests</shortDescription>
     <url>http://maven.apache.org/reference/plugins/junit-report/</url>
  
  
  
  1.13      +3 -0      maven-plugins/junit-report/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/junit-report/xdocs/changes.xml,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- changes.xml	30 Apr 2004 14:53:06 -0000	1.12
  +++ changes.xml	13 Jun 2004 03:01:47 -0000	1.13
  @@ -25,6 +25,9 @@
       <author email="evenisse@ifrance.com">Emmanuel Venisse</author>
     </properties>
     <body>
  +    <release version="1.5.1-SNAPSHOT" date="in CVS">
  +      <action dev="brett" type="fix" issue="MPJUNITREPORT-7">Fix HTML problems by disabling jsl's pretty printing</action>
  +    </release>
       <release version="1.5" date="2004-03-07">
         <action dev="dion" type="update" issue="MPJUNITREPORT-3">Apply MPJUNITREPORT-3</action>
       </release>
  
  
  

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