Submitted By: M. Sean Gilligan Reviewed By: Arnaud Heritier Add USLetter (8.5"x11") as a paperType git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115479 13f79535-47bb-0310-9956-ffa450edef68
65 lines
3.5 KiB
XML
65 lines
3.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
<document>
|
|
<properties>
|
|
<title>Changes</title>
|
|
<author email="dion@apache.org">dIon Gillard</author>
|
|
</properties>
|
|
<body>
|
|
<release version="2.2-SNAPSHOT" date="In CVS">
|
|
<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>
|