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:
parent
ebd0d78cf6
commit
8a1a9c87e9
@ -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>
|
||||||
|
|||||||
@ -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 <code style="indent"> 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 <code style="indent"> 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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user