You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/05/16 04:16:53 UTC

cvs commit: maven-plugins/pdf/xdocs changes.xml

brett       2004/05/15 19:16:53

  Modified:    pdf      project.xml
               pdf/xdocs changes.xml
  Log:
  [maven-scm-plugin] prepare release 2.1
  
  Revision  Changes    Path
  1.37      +6 -1      maven-plugins/pdf/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/project.xml,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- project.xml	2 May 2004 14:16:24 -0000	1.36
  +++ project.xml	16 May 2004 02:16:53 -0000	1.37
  @@ -25,7 +25,7 @@
     <artifactId>maven-pdf-plugin</artifactId>
     <id>maven-pdf-plugin</id>
     <name>Maven PDF Plug-in</name>
  -  <currentVersion>2.1-SNAPSHOT</currentVersion>
  +  <currentVersion>2.1</currentVersion>
     <description>PDF Documentation generator</description>
     <shortDescription>Generator of project documentation in PDF Format.</shortDescription>
     <url>http://maven.apache.org/reference/plugins/pdf/</url>
  @@ -229,6 +229,11 @@
         <id>2.0</id>
         <name>2.0</name>
         <tag>MAVEN_PDF_2_0</tag>
  +    </version>
  +    <version>
  +      <id>2.1</id>
  +      <name>2.1</name>
  +      <tag>MAVEN_PDF_2_1</tag>
       </version>
     </versions>
   </project>
  
  
  
  1.14      +7 -8      maven-plugins/pdf/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/pdf/xdocs/changes.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- changes.xml	2 Apr 2004 03:47:05 -0000	1.13
  +++ changes.xml	16 May 2004 02:16:53 -0000	1.14
  @@ -24,32 +24,31 @@
       <author email="dion@apache.org">dIon Gillard</author>
     </properties>
     <body>
  -    <release version="2.1-SNAPSHOT" date="in CVS">
  +    <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">
  +      <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">
  +      <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>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>
  +      <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>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org