You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/08/15 01:20:44 UTC

svn commit: r232668 - in /maven/maven-1/plugins/trunk/pdf: plugin.jelly xdocs/changes.xml

Author: aheritier
Date: Sun Aug 14 16:20:39 2005
New Revision: 232668

URL: http://svn.apache.org/viewcvs?rev=232668&view=rev
Log:
MPPDF-41 : Suppress verbose output by default.

Modified:
    maven/maven-1/plugins/trunk/pdf/plugin.jelly
    maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/pdf/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/plugin.jelly?rev=232668&r1=232667&r2=232668&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/pdf/plugin.jelly Sun Aug 14 16:20:39 2005
@@ -181,6 +181,7 @@
     <fop>
       <ant:setProperty name="basedir" value="${internal_pdf_workingDir}"/>
       <ant:setProperty name="userconfig" value="${internal_pdf_workingDir}/userconfig.xml"/>
+      <ant:setProperty name="messagelevel" value="info" />
       <if test="${maven.pdf.debug}">
         <ant:setProperty name="messagelevel" value="debug"/>
       </if>

Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?rev=232668&r1=232667&r2=232668&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Sun Aug 14 16:20:39 2005
@@ -24,6 +24,7 @@
   </properties>
   <body>
     <release version="2.3.1-SNAPSHOT" date="In SVN">
+      <action dev="aheritier" type="fix" issue="MPPDF-41" due-to="Lukas Theussl">Suppress verbose output by default.</action>
       <action dev="aheritier" type="fix" issue="MPPDF-39" due-to="Lukas Theussl">Missing patch for MPPDF-24 ( it defines a missing attribute for &lt;code style="indent"&gt; tags and cleans up some layout issues with definition lists).</action>
       <action dev="aheritier" type="fix" issue="MPPDF-35" due-to="Lukas Theussl">Standardize copyright notices.</action>
       <action dev="aheritier" type="fix" issue="MPPDF-33" due-to="Valerie Nyre">Fix some "contents overflows area" errors.</action>



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