From 381349301203c06ea8fd31e336891ea87266d69e Mon Sep 17 00:00:00 2001 From: brett Date: Wed, 12 May 2004 11:34:31 +0000 Subject: [PATCH] [maven-scm-plugin] prepare release 1.7 git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115234 13f79535-47bb-0310-9956-ffa450edef68 --- xdoc/project.xml | 9 +++++-- xdoc/xdocs/changes.xml | 57 +++++++++++++++++++----------------------- 2 files changed, 33 insertions(+), 33 deletions(-) diff --git a/xdoc/project.xml b/xdoc/project.xml index 6e190ff3..703cbbd4 100644 --- a/xdoc/project.xml +++ b/xdoc/project.xml @@ -23,7 +23,7 @@ 3 maven-xdoc-plugin Maven XDoc Plug-in - 1.7-SNAPSHOT + 1.7 Convert xdocs into HTML. Requires Maven 1.0 RC2. Convert xdocs into HTML http://maven.apache.org/reference/plugins/xdoc/ @@ -50,6 +50,11 @@ 1.7 HEAD + + 1.7 + 1.7 + MAVEN_XDOC_1_7 + @@ -108,7 +113,7 @@ Java Developer +10 - + diff --git a/xdoc/xdocs/changes.xml b/xdoc/xdocs/changes.xml index cd69cd64..35ed45bc 100644 --- a/xdoc/xdocs/changes.xml +++ b/xdoc/xdocs/changes.xml @@ -25,30 +25,22 @@ Vincent Massol - + -
    -
  • Items in navigation.xml and reports can define a target attribute.
  • -
  • Items in links can use an img attribute to create an icon.
  • -
  • New CSS class named "externalLink" used for links with an url beginning with 'http://'.
  • -
  • New CSS class named "newWindow" used for links with target='_blank'.
  • -
+
    +
  • Items in navigation.xml and reports can define a target attribute.
  • +
  • Items in links can use an img attribute to create an icon.
  • +
  • New CSS class named "externalLink" used for links with an url beginning with 'http://'.
  • +
  • New CSS class named "newWindow" used for links with target='_blank'.
  • +
Exclude .fml files from copy to target directory Add a "classic" theme CSS - - Added new download report along with a new link in the Maven - generated documentation. This new link will only appear if you have - defined the new maven.xdoc.distributionUrl property. - There is also a new maven.xdoc.distributionType property - that indicates what type of artifact your project is delivering. It - defaults to "jar". - - - The xdoc plugin now supports generating custom reports using Jelly. - It was previously only supporting Velocity. Simply name your report - templates with a ".jelly" extension. + Added new download report along with a new link in the Maven generated documentation. This new link will only appear if you have defined the new + maven.xdoc.distributionUrlproperty. There is also a new + maven.xdoc.distributionTypeproperty that indicates what type of artifact your project is delivering. It defaults to "jar". + The xdoc plugin now supports generating custom reports using Jelly. It was previously only supporting Velocity. Simply name your report templates with a ".jelly" extension. Allow reports to be generated even if they aren't linked from the "project reports" section by giving an empty link attribute to the register report tag. Only show "CVS Access Behind a Firewall" section if using CVS. wrong lists generated for not expandable menu items. Some changes in patch were already put in place by brett. @@ -65,18 +57,21 @@ Fix google search form flow issues
-
    -
  • 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/menu[@type='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
+ +
    +
  • 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/menu[@type='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
  • +
+
Remove the need for ${pom} interpolation in properties. The use of the maven:property tag is now used to glean a default property. Removed unneeded ant and grant dependencies. Document maven.xdoc.jsl.