The pdf generation was removed by Ben Walding

before the 1.2 release of this plugin (2004/01/18).


git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115616 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2004-06-30 20:25:23 +00:00
parent e9930c3e84
commit 36e4249dea
3 changed files with 1 additions and 13 deletions

View File

@ -21,5 +21,6 @@
# ------------------------------------------------------------------- # -------------------------------------------------------------------
maven.docbook.src=${maven.src.dir}/docbook maven.docbook.src=${maven.src.dir}/docbook
#maven.docbook.dtd=

View File

@ -25,7 +25,6 @@
</properties> </properties>
<body> <body>
<release version="1.2" date="2004-05-15"> <release version="1.2" date="2004-05-15">
<action dev="bwalding" type="add">added functionality to generate pdfs from docbook (ala hibernate documentation)</action>
</release> </release>
<release version="1.1" date="2003-09-29"> <release version="1.1" date="2003-09-29">
<action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action> <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action>

View File

@ -32,18 +32,6 @@
Transform any docbook-simple source into xdocs for later use Transform any docbook-simple source into xdocs for later use
</description> </description>
</goal> </goal>
<goal>
<name>docbook:pdf</name>
<description>
Transform a hibernate style docbook to PDF
</description>
</goal>
<!--goal> We'll keep this under wraps for now
<name>docbook:html</name>
<description>
Transform a hibernate style docbook to HTML
</description>
</goal-->
</goals> </goals>
</body> </body>
</document> </document>