From 190e218e556a7f61755c4e7369a5191e3e37eea5 Mon Sep 17 00:00:00 2001 From: carlos Date: Sat, 28 Aug 2004 20:59:39 +0000 Subject: [PATCH] Run before xdoc:init so generated xdocs can also be used by pdf plugin git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@116013 13f79535-47bb-0310-9956-ffa450edef68 --- html2xdoc/plugin.jelly | 2 +- html2xdoc/xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/html2xdoc/plugin.jelly b/html2xdoc/plugin.jelly index 70004efe..70098825 100644 --- a/html2xdoc/plugin.jelly +++ b/html2xdoc/plugin.jelly @@ -99,7 +99,7 @@ - + html2xdoc is enabled diff --git a/html2xdoc/xdocs/changes.xml b/html2xdoc/xdocs/changes.xml index 6b849cc8..998c690a 100644 --- a/html2xdoc/xdocs/changes.xml +++ b/html2xdoc/xdocs/changes.xml @@ -25,6 +25,7 @@ + Run before xdoc:init so generated xdocs can also be used by pdf plugin. Fix crash with an empty html body element.