MPPDF-41 : Suppress verbose output by default.

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@232668 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-08-14 23:20:39 +00:00
parent ebd0d78cf6
commit 8a1a9c87e9
2 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,7 @@ internal_pdf_workingDir = [${internal_pdf_workingDir}]
<fop> <fop>
<ant:setProperty name="basedir" value="${internal_pdf_workingDir}"/> <ant:setProperty name="basedir" value="${internal_pdf_workingDir}"/>
<ant:setProperty name="userconfig" value="${internal_pdf_workingDir}/userconfig.xml"/> <ant:setProperty name="userconfig" value="${internal_pdf_workingDir}/userconfig.xml"/>
<ant:setProperty name="messagelevel" value="info" />
<if test="${maven.pdf.debug}"> <if test="${maven.pdf.debug}">
<ant:setProperty name="messagelevel" value="debug"/> <ant:setProperty name="messagelevel" value="debug"/>
</if> </if>

View File

@ -24,6 +24,7 @@
</properties> </properties>
<body> <body>
<release version="2.3.1-SNAPSHOT" date="In SVN"> <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-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-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> <action dev="aheritier" type="fix" issue="MPPDF-33" due-to="Valerie Nyre">Fix some "contents overflows area" errors.</action>