dion        2004/02/02 16:05:11

  Modified:    xdoc/xdocs changes.xml navigation.xml
               xdoc     project.xml
  Added:       xdoc/announcements 1.5.ann
  Log:
  Prep for release
  
  Revision  Changes    Path
  1.1                  maven-plugins/xdoc/announcements/1.5.ann
  
  Index: 1.5.ann
  ===================================================================
  The Maven team is pleased to announce the XDoc plugin 1.5 release!
  
  http://maven.apache.org/reference/plugins/xdoc/
  
  A plugin for converting Anakia xdocs into styled HTML
  
  User-visible changes in this version:
  
   - generated site is valid tableless XHTML with a fully css layout.
   - Html elements are now used properly: link lists are ul, 
     titles are h1, h2, etc. 
   - invalid html produced for sections "name" elements is now fixed, 
     escaping unvalid chars (replaced by "_"). 
   - Hrefs for local links (starting with "#") are fixed accordingly during 
transformation  
   - whitespace in output has been dramatically reduced (only preserved in sensitive 
elements 
     such as pre, script, style
   - fixes layout during loading in internet explorer: empty images in the 
     nav bar are popping up with the default blue border and text is 
     initially unstyled. 
   - No empty images are used anymore ("handles" for nav bar are created using css)
   - xdoc:copy-user-resources also copies resource from maven.gen.docs and 
     not only from maven.docs.src: this allows for reporting plugins to generate
     images without copying them directly to maven.docs.dest
   - users can add links _after_ the standard project info/project reports section 
     setting the "type" attribute to "footer" for the menu element 
     ($nav/body/[EMAIL PROTECTED]'footer']) 
   - development process URL is not included if maven.xdoc.developmentProcessUrl is 
empty
   - xhtml fix: missing "alt" attribute for images (required in xhtml) is added 
automatically
   - Document maven.xdoc.jsl.
   - Evenly space breadcrumbs, customize separator.
   - Better timezone calcs
   - Fix bad docs entries for maven.docs.dest and maven.gen.docs.
   - Add details on date format.
   - Fix excess whitespace.
   - Fixed empty scm repository and issue tracking URL still being added
     to the project navigation.
   
  
  Note that this plugin has been tested with Maven 1.0 rc1.
  Using it with another version of Maven is at your own risk!
  
  You can install the plugin with Maven 1.0 rc1 or later using:
  maven -DgroupId=maven -DartifactId=maven-xdoc-plugin -Dversion=1.5  plugin:download
  
  You can download the plugin here:
  http://www.ibiblio.org/maven/maven/plugins/maven-xdoc-plugin-1.5.jar
  
  Have fun!
  -dIon
  
  
  1.31      +1 -1      maven-plugins/xdoc/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/xdocs/changes.xml,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- changes.xml       2 Feb 2004 22:20:45 -0000       1.30
  +++ changes.xml       3 Feb 2004 00:05:11 -0000       1.31
  @@ -6,7 +6,7 @@
     </properties>
   
     <body>
  -    <release version="1.5" date="in CVS">
  +    <release version="1.5" date="2004-02-03">
         <action dev="dion" type="update">
           Apply MPXDOC-77.
           - generated site is valid tableless XHTML with a fully css layout.
  
  
  
  1.4       +3 -0      maven-plugins/xdoc/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml    7 Sep 2003 14:50:33 -0000       1.3
  +++ navigation.xml    3 Feb 2004 00:05:11 -0000       1.4
  @@ -13,5 +13,8 @@
         <item name="Changes report"    href="/changes-report.html"/>
         <item name="FAQs"              href="/faq.html"/>
       </menu>
  +    <menu name="Downloads">
  +      <item name="v1.5" 
href="http://www.ibiblio.org/maven/maven/plugins/maven-xdoc-plugin-1.5.jar"/>
  +    </menu>
     </body>
   </project>
  
  
  
  1.35      +8 -1      maven-plugins/xdoc/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/xdoc/project.xml,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- project.xml       5 Jan 2004 05:53:52 -0000       1.34
  +++ project.xml       3 Feb 2004 00:05:11 -0000       1.35
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-xdoc-plugin</id>
     <name>Maven XDoc Plug-in</name>
  -  <currentVersion>1.5-SNAPSHOT</currentVersion>
  +  <currentVersion>1.5</currentVersion>
     <shortDescription>Convert xdocs into HTML</shortDescription>
     <url>http://maven.apache.org/reference/plugins/xdoc/</url>
     <siteDirectory>/www/maven.apache.org/reference/plugins/xdoc/</siteDirectory>
  @@ -13,6 +13,13 @@
       <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/xdoc/</connection>
       <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/xdoc/</url>
     </repository>
  +  <versions>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>MAVEN_XDOC_1_5</tag>
  +    </version>
  +  </versions>
     <developers>
       <developer>
         <name>dIon Gillard</name>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to