carlos 2004/08/28 13:59:39
Modified: html2xdoc plugin.jelly
html2xdoc/xdocs changes.xml
Log:
Run before xdoc:init so generated xdocs can also be used by pdf plugin
Revision Changes Path
1.12 +1 -1 maven-plugins/html2xdoc/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven-plugins/html2xdoc/plugin.jelly,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- plugin.jelly 4 Mar 2004 18:13:56 -0000 1.11
+++ plugin.jelly 28 Aug 2004 20:59:39 -0000 1.12
@@ -99,7 +99,7 @@
</util:available>
</goal>
- <preGoal name="xdoc:jelly-transform">
+ <preGoal name="xdoc:init">
<j:set var="enabled" value="${maven.html2xdoc.enabled}"/>
<j:if test="${enabled}">
<echo>html2xdoc is enabled</echo>
1.17 +1 -0 maven-plugins/html2xdoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/html2xdoc/xdocs/changes.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- changes.xml 1 Aug 2004 12:34:22 -0000 1.16
+++ changes.xml 28 Aug 2004 20:59:39 -0000 1.17
@@ -25,6 +25,7 @@
</properties>
<body>
<release version="1.3.1-SNAPSHOT" date="in CVS">
+ <action dev="carlos" type="update">Run before xdoc:init so generated xdocs
can also be used by pdf plugin.</action>
<action dev="dion" type="fix">Fix crash with an empty html body
element.</action>
</release>
<release version="1.3" date="2004-05-15">
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]