From 31656e21e30cda02e02fc8ec7d4e326b1c90f9c8 Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 2 Feb 2005 09:01:28 +0000 Subject: [PATCH] workaround change in x:set git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@149500 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/plugin.jelly | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/xdoc/plugin.jelly b/xdoc/plugin.jelly index cea7c67e..59df28ba 100644 --- a/xdoc/plugin.jelly +++ b/xdoc/plugin.jelly @@ -234,17 +234,15 @@ - - ${title} - -
-

${preamble}

- - - -
- -
+ + ${title} + +
+

${preamble}

+ +
+ +
@@ -364,8 +362,10 @@ - - + + + + @@ -506,7 +506,7 @@ output="${maven.gen.docs}/${pomDocument.substring(0,pomDocument.indexOf('.jelly'))}.xml" stylesheet="${plugin.resources}/templates/${pomDocument}" outputMode="xml" - prettyPrint="true"/> + prettyPrint="no"/> Unknown report format for report [${pomDocument}].