Author: ltheussl Date: Wed Mar 28 00:31:07 2007 New Revision: 523212 URL: http://svn.apache.org/viewvc?view=rev&rev=523212 Log: [maven-scm-plugin] prepare release 2.5.1
Modified: maven/maven-1/plugins/trunk/pdf/project.xml maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Modified: maven/maven-1/plugins/trunk/pdf/project.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/project.xml?view=diff&rev=523212&r1=523211&r2=523212 ============================================================================== --- maven/maven-1/plugins/trunk/pdf/project.xml (original) +++ maven/maven-1/plugins/trunk/pdf/project.xml Wed Mar 28 00:31:07 2007 @@ -1,4 +1,4 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- /* @@ -23,7 +23,7 @@ <pomVersion>3</pomVersion> <artifactId>maven-pdf-plugin</artifactId> <name>Maven PDF Plugin</name> - <currentVersion>2.5.1-SNAPSHOT</currentVersion> + <currentVersion>2.5.1</currentVersion> <description>PDF Documentation generator</description> <shortDescription>Generator of project documentation in PDF Format.</shortDescription> <versions> @@ -61,6 +61,11 @@ <id>2.5</id> <name>2.5</name> <tag>MAVEN_PDF_2_5</tag> + </version> + <version> + <id>2.5.1</id> + <name>2.5.1</name> + <tag>MAVEN_PDF_2_5_1</tag> </version> </versions> <developers> Modified: maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml?view=diff&rev=523212&r1=523211&r2=523212 ============================================================================== --- maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml (original) +++ maven/maven-1/plugins/trunk/pdf/xdocs/changes.xml Wed Mar 28 00:31:07 2007 @@ -18,105 +18,105 @@ * limitations under the License. */ --> -<document> - <properties> - <title>Changes</title> - <author email="[EMAIL PROTECTED]">dIon Gillard</author> - <author email="[EMAIL PROTECTED]">Arnaud Heritier</author> - </properties> - <body> - <release version="2.5.1-SNAPSHOT" date="in SVN"> - <action dev="ltheussl" type="fix" issue="MPPDF-57">Unable to remove cover type and version.</action> - </release> - <release version="2.5" date="2006-07-21"> - <action dev="aheritier" type="update" issue="MPPDF-55">Upgrade to Xalan 2.7.0.</action> - <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action> - <action dev="aheritier" type="update">An icon is added to the report entry in the navigation. Works only with the xdoc plugin 1.10 and above.</action> - <action dev="aheritier" type="fix">The links generated in the reports list are wrong. Works only with the xdoc plugin 1.10 and above.</action> +<document> + <properties> + <title>Changes</title> + <author email="[EMAIL PROTECTED]">dIon Gillard</author> + <author email="[EMAIL PROTECTED]">Arnaud Heritier</author> + </properties> + <body> + <release version="2.5.1" date="2007-03-28"> + <action dev="ltheussl" type="fix" issue="MPPDF-57">Unable to remove cover type and version.</action> + </release> + <release version="2.5" date="2006-07-21"> + <action dev="aheritier" type="update" issue="MPPDF-55">Upgrade to Xalan 2.7.0.</action> + <action dev="aheritier" type="update" issue="MAVEN-1753">Upgrade to Xerces 2.8.0. Replace the deprecated xmlParserAPIs by xml-apis 1.3.03. Add the xml-resolver dependency for xerces.</action> + <action dev="aheritier" type="update">An icon is added to the report entry in the navigation. Works only with the xdoc plugin 1.10 and above.</action> + <action dev="aheritier" type="fix">The links generated in the reports list are wrong. Works only with the xdoc plugin 1.10 and above.</action> <action dev="ltheussl" type="add" due-to="Greg Ludington">New property <code>maven.pdf.createBookmarks</code>to create PDF bookmarks. - </action> - <action dev="ltheussl" type="fix" issue="MPPDF-53">Title and dates are incorrect when used with Maven 1.0.2.</action> - <action dev="ltheussl" type="fix" issue="MPPDF-54">Identical ids in tables in different documents caused a build failure.</action> - <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins.</action> - <action dev="aheritier" type="fix" issue="MPPDF-47">An error occurs if the project logo or the company logo aren't defined.</action> - <action dev="ltheussl" type="fix" issue="MPPDF-37">Page numbering not correct with more than 10 items in menu.</action> + </action> + <action dev="ltheussl" type="fix" issue="MPPDF-53">Title and dates are incorrect when used with Maven 1.0.2.</action> + <action dev="ltheussl" type="fix" issue="MPPDF-54">Identical ids in tables in different documents caused a build failure.</action> + <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins.</action> + <action dev="aheritier" type="fix" issue="MPPDF-47">An error occurs if the project logo or the company logo aren't defined.</action> + <action dev="ltheussl" type="fix" issue="MPPDF-37">Page numbering not correct with more than 10 items in menu.</action> <action dev="ltheussl" type="add" issue="MPPDF-48">New goal <code>pdf:navigation-validate</code>to validate the pdf navigation file. - </action> + </action> <action dev="ltheussl" type="fix" issue="MPPDF-50">Fix <code>maven.pdf.cover.projectCompany</code>. - </action> - <action dev="ltheussl" type="add">Make cover header- and footer-height configurable.</action> - <action dev="ltheussl" type="fix" issue="MPPDF-40">Use optional id tag for sub/section anchors to avoid problems with identical names.</action> - </release> - <release version="2.4" date="2005-09-05"> - <action dev="aheritier" type="update">Make the plugin compatible with maven 1.0 and jdk 1.3/1.4/1.5 or with maven 1.1 and jdk 1.4/1.5.</action> - <action dev="aheritier" type="fix" issue="MPPDF-43" due-to="Lukas Theussl">sub-/superscripts do not work.</action> - <action dev="aheritier" type="fix" issue="MPPDF-42" due-to="Lukas Theussl">Error when logo locations are not set.</action> - <action dev="aheritier" type="fix" issue="MPPDF-41" due-to="Lukas Theussl">Suppress verbose output by default.</action> - <action dev="aheritier" type="fix" issue="MPPDF-39" due-to="Lukas Theussl">Missing patch for MPPDF-24 ( it defines a missing attribute for <code style="indent"> tags and cleans up some layout issues with definition lists).</action> - <action dev="aheritier" type="fix" issue="MPPDF-35" due-to="Lukas Theussl">Standardize copyright notices.</action> - <action dev="aheritier" type="fix" issue="MPPDF-33" due-to="Valerie Nyre">Fix some "contents overflows area" errors.</action> - <action dev="aheritier" type="fix" issue="MPPDF-32" due-to="Lukas Theussl">Cannot use SVG images. (batik: java.lang.NoSuchMethodError.)</action> - <action dev="aheritier" type="fix" issue="MPPDF-31" due-to="Lukas Theussl">Can't insert the logo image described in the POM if its path begins with a slash (as it works for the xdoc plugin).</action> - <action dev="aheritier" type="fix" issue="MPPDF-22" due-to="Lukas Theussl">Allow copy and paste from pdf to text editor.</action> - <action dev="aheritier" type="add" issue="MPPDF-9" due-to="Fabrizio Giustina">Allow the pdf plugin to be added as a project's report.</action> - <action dev="aheritier" type="fix" issue="MPPDF-8" due-to="Fabio Franco Uechi">Add support for external imaging libraries like jimi and jai to use PNG images in generated pdf files.</action> - <action dev="aheritier" type="fix" issue="MPPDF-7">PDF generation doesn't use proxy settings for external resources.</action> - </release> - <release version="2.3" date="2005-06-16"> - <action dev="aheritier" type="update" issue="MPPDF-38">Use the ant task for the xsl transformation and remove xerces and xalan dependencies. People using java 5 will have to use this release with maven 1.1 or maven 1.0 with at the most the PDF plugin 2.2.X.</action> - <action dev="aheritier" type="update">Use the ant task for the fop transformation and remove xalan dependency.</action> - <action dev="aheritier" type="fix" issue="MPPDF-36" due-to="Lukas Theussl">maven pdf fails with footer in navigation.xml.</action> - <action dev="aheritier" type="fix" issue="MPPDF-30" due-to="Lukas Theussl">The first row of table is not rendered.</action> - <action dev="aheritier" type="fix" issue="MPPDF-24" due-to="Lukas Theussl">Internal links failed.</action> - <action dev="aheritier" type="fix" issue="MPPDF-13" due-to="Lukas Theussl">img src attributes are not made relative to the xdoc source.</action> - </release> - <release version="2.2.1" date="2004-10-30"> - <action dev="aheritier" type="fix" issue="MPPDF-21">The content of style tag was printed on the PDF file.</action> - <action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action> - </release> - <release version="2.2" date="2004-09-27"> - <action dev="aheritier" type="fix" issue="MPPDF-14">PRE tag support added.</action> - <action dev="carlos" type="fix">Show "v." in cover only when version is not empty.</action> - <action dev="aheritier" type="fix" issue="MPPDF-12">The new property "maven.pdf.navigationFilePath" allows you to define a different directory from ${maven.xdoc.src} for the navigation file. From now, the PDF plugin can be used in a multiproject environment with a navigation file dynamically generated.</action> - <action dev="aheritier" type="add" issue="MPPDF-10" due-to="M. Sean Gilligan">Add USLetter (8.5"x11") as a paper type.</action> - </release> - <release version="2.1" date="2004-05-15"> - <action dev="brett" type="fix"> - <p>Add xml-apis and xalan dependencies for JDK 1.3.</p> - </action> - </release> - <release version="2.0" date="2004-03-10" description="Beta Release."> - <action dev="evenisse" type="fix" issue="MPPDF-6" due-to="Arnaud Heritier"> - <ul> - <li>The PDF generation works if paths used in navigation.xml don't begin with a '/'.</li> - <li>The date on the cover worked for all projects (not only maven).</li> - </ul> - </action> - <action dev="evenisse" type="update" issue="MPPDF-5" due-to="Arnaud Heritier"> - <ul> - <li>Tables management XSL code cleaned (duplications removed) and simplified.</li> - <li>Tables with THEAD/TBODY and tables with a first row compound of th have the same look : They use a table header which is copied on each page.</li> - <li>The cover is improved.</li> - <li>Internal and external links are differently colored.</li> - <li>XSL styles are extracted in a single file.</li> - </ul> - </action> - <action dev="evenisse" type="add">Upgraded to xerces 2.4.0, fop 0.20.5, batik 1.5</action> - <action dev="evenisse" type="fix" issue="MPPDF-3" due-to="Arnaud Heritier">A new plugin property (maven.pdf.navigationFile) is added to allow the users to have a different navigation file for the site and for the pdf doc.</action> - <action dev="evenisse" type="fix" issue="MPPDF-2" due-to="Arnaud Heritier">The use of links inside xdocs don't lead to crash the PDF generation.</action> - <action dev="evenisse" type="update" issue="MPPDF-1" due-to="Andrew Jaquith">MAVEN-MPPDF-1. Completely re-write of the PDF plug-in. It solves most of the thorniest issues, such as table formatting, more levels in the table of contents, and image sizing. The graphic design is also dramatically improved.</action> - </release> - <release version="1.2" date="2003-09-29"> - <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action> - </release> - <release version="1.1" date="Unknown"> - <action dev="dion" type="add">Upgraded to xerces 2.3.0, xalan 2.4.1 and fop 0.20.5rc2</action> - <action dev="dion" type="add">Added more documentation</action> - <action dev="dion" type="add">Fix plugin and fo stylesheet to get plugin working again</action> - <action dev="evenisse" type="add" due-to="Kai Runte">Added table support.</action> - </release> - </body> + </action> + <action dev="ltheussl" type="add">Make cover header- and footer-height configurable.</action> + <action dev="ltheussl" type="fix" issue="MPPDF-40">Use optional id tag for sub/section anchors to avoid problems with identical names.</action> + </release> + <release version="2.4" date="2005-09-05"> + <action dev="aheritier" type="update">Make the plugin compatible with maven 1.0 and jdk 1.3/1.4/1.5 or with maven 1.1 and jdk 1.4/1.5.</action> + <action dev="aheritier" type="fix" issue="MPPDF-43" due-to="Lukas Theussl">sub-/superscripts do not work.</action> + <action dev="aheritier" type="fix" issue="MPPDF-42" due-to="Lukas Theussl">Error when logo locations are not set.</action> + <action dev="aheritier" type="fix" issue="MPPDF-41" due-to="Lukas Theussl">Suppress verbose output by default.</action> + <action dev="aheritier" type="fix" issue="MPPDF-39" due-to="Lukas Theussl">Missing patch for MPPDF-24 ( it defines a missing attribute for <code style="indent"> tags and cleans up some layout issues with definition lists).</action> + <action dev="aheritier" type="fix" issue="MPPDF-35" due-to="Lukas Theussl">Standardize copyright notices.</action> + <action dev="aheritier" type="fix" issue="MPPDF-33" due-to="Valerie Nyre">Fix some "contents overflows area" errors.</action> + <action dev="aheritier" type="fix" issue="MPPDF-32" due-to="Lukas Theussl">Cannot use SVG images. (batik: java.lang.NoSuchMethodError.)</action> + <action dev="aheritier" type="fix" issue="MPPDF-31" due-to="Lukas Theussl">Can't insert the logo image described in the POM if its path begins with a slash (as it works for the xdoc plugin).</action> + <action dev="aheritier" type="fix" issue="MPPDF-22" due-to="Lukas Theussl">Allow copy and paste from pdf to text editor.</action> + <action dev="aheritier" type="add" issue="MPPDF-9" due-to="Fabrizio Giustina">Allow the pdf plugin to be added as a project's report.</action> + <action dev="aheritier" type="fix" issue="MPPDF-8" due-to="Fabio Franco Uechi">Add support for external imaging libraries like jimi and jai to use PNG images in generated pdf files.</action> + <action dev="aheritier" type="fix" issue="MPPDF-7">PDF generation doesn't use proxy settings for external resources.</action> + </release> + <release version="2.3" date="2005-06-16"> + <action dev="aheritier" type="update" issue="MPPDF-38">Use the ant task for the xsl transformation and remove xerces and xalan dependencies. People using java 5 will have to use this release with maven 1.1 or maven 1.0 with at the most the PDF plugin 2.2.X.</action> + <action dev="aheritier" type="update">Use the ant task for the fop transformation and remove xalan dependency.</action> + <action dev="aheritier" type="fix" issue="MPPDF-36" due-to="Lukas Theussl">maven pdf fails with footer in navigation.xml.</action> + <action dev="aheritier" type="fix" issue="MPPDF-30" due-to="Lukas Theussl">The first row of table is not rendered.</action> + <action dev="aheritier" type="fix" issue="MPPDF-24" due-to="Lukas Theussl">Internal links failed.</action> + <action dev="aheritier" type="fix" issue="MPPDF-13" due-to="Lukas Theussl">img src attributes are not made relative to the xdoc source.</action> + </release> + <release version="2.2.1" date="2004-10-30"> + <action dev="aheritier" type="fix" issue="MPPDF-21">The content of style tag was printed on the PDF file.</action> + <action dev="aheritier" type="fix" issue="MPPDF-16" due-to="Archimedes Trajano">JDK 5.0 incompatibility. XSLT is now called from Jelly.</action> + </release> + <release version="2.2" date="2004-09-27"> + <action dev="aheritier" type="fix" issue="MPPDF-14">PRE tag support added.</action> + <action dev="carlos" type="fix">Show "v." in cover only when version is not empty.</action> + <action dev="aheritier" type="fix" issue="MPPDF-12">The new property "maven.pdf.navigationFilePath" allows you to define a different directory from ${maven.xdoc.src} for the navigation file. From now, the PDF plugin can be used in a multiproject environment with a navigation file dynamically generated.</action> + <action dev="aheritier" type="add" issue="MPPDF-10" due-to="M. Sean Gilligan">Add USLetter (8.5"x11") as a paper type.</action> + </release> + <release version="2.1" date="2004-05-15"> + <action dev="brett" type="fix"> + <p>Add xml-apis and xalan dependencies for JDK 1.3.</p> + </action> + </release> + <release version="2.0" date="2004-03-10" description="Beta Release."> + <action dev="evenisse" type="fix" issue="MPPDF-6" due-to="Arnaud Heritier"> + <ul> + <li>The PDF generation works if paths used in navigation.xml don't begin with a '/'.</li> + <li>The date on the cover worked for all projects (not only maven).</li> + </ul> + </action> + <action dev="evenisse" type="update" issue="MPPDF-5" due-to="Arnaud Heritier"> + <ul> + <li>Tables management XSL code cleaned (duplications removed) and simplified.</li> + <li>Tables with THEAD/TBODY and tables with a first row compound of th have the same look : They use a table header which is copied on each page.</li> + <li>The cover is improved.</li> + <li>Internal and external links are differently colored.</li> + <li>XSL styles are extracted in a single file.</li> + </ul> + </action> + <action dev="evenisse" type="add">Upgraded to xerces 2.4.0, fop 0.20.5, batik 1.5</action> + <action dev="evenisse" type="fix" issue="MPPDF-3" due-to="Arnaud Heritier">A new plugin property (maven.pdf.navigationFile) is added to allow the users to have a different navigation file for the site and for the pdf doc.</action> + <action dev="evenisse" type="fix" issue="MPPDF-2" due-to="Arnaud Heritier">The use of links inside xdocs don't lead to crash the PDF generation.</action> + <action dev="evenisse" type="update" issue="MPPDF-1" due-to="Andrew Jaquith">MAVEN-MPPDF-1. Completely re-write of the PDF plug-in. It solves most of the thorniest issues, such as table formatting, more levels in the table of contents, and image sizing. The graphic design is also dramatically improved.</action> + </release> + <release version="1.2" date="2003-09-29"> + <action dev="dion" type="update">update to use maven.docs.*/maven.gen.docs</action> + </release> + <release version="1.1" date="Unknown"> + <action dev="dion" type="add">Upgraded to xerces 2.3.0, xalan 2.4.1 and fop 0.20.5rc2</action> + <action dev="dion" type="add">Added more documentation</action> + <action dev="dion" type="add">Fix plugin and fo stylesheet to get plugin working again</action> + <action dev="evenisse" type="add" due-to="Kai Runte">Added table support.</action> + </release> + </body> </document>