From 8a1a9c87e9ca8aef980e6be63d4f0f26b7f6f333 Mon Sep 17 00:00:00 2001 From: aheritier Date: Sun, 14 Aug 2005 23:20:39 +0000 Subject: [PATCH] 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 --- pdf/plugin.jelly | 1 + pdf/xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+) diff --git a/pdf/plugin.jelly b/pdf/plugin.jelly index 87fe6941..0a393104 100644 --- a/pdf/plugin.jelly +++ b/pdf/plugin.jelly @@ -181,6 +181,7 @@ internal_pdf_workingDir = [${internal_pdf_workingDir}] + diff --git a/pdf/xdocs/changes.xml b/pdf/xdocs/changes.xml index feb12a97..cdcc7295 100644 --- a/pdf/xdocs/changes.xml +++ b/pdf/xdocs/changes.xml @@ -24,6 +24,7 @@ + Suppress verbose output by default. Missing patch for MPPDF-24 ( it defines a missing attribute for <code style="indent"> tags and cleans up some layout issues with definition lists). Standardize copyright notices. Fix some "contents overflows area" errors.