brett 2004/05/12 04:34:31
Modified: xdoc project.xml
xdoc/xdocs changes.xml
Log:
[maven-scm-plugin] prepare release 1.7
Revision Changes Path
1.49 +7 -2 maven-plugins/xdoc/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/project.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- project.xml 9 May 2004 21:24:58 -0000 1.48
+++ project.xml 12 May 2004 11:34:31 -0000 1.49
@@ -23,7 +23,7 @@
<pomVersion>3</pomVersion>
<id>maven-xdoc-plugin</id>
<name>Maven XDoc Plug-in</name>
- <currentVersion>1.7-SNAPSHOT</currentVersion>
+ <currentVersion>1.7</currentVersion>
<description>Convert xdocs into HTML. Requires Maven 1.0 RC2.</description>
<shortDescription>Convert xdocs into HTML</shortDescription>
<url>http://maven.apache.org/reference/plugins/xdoc/</url>
@@ -50,6 +50,11 @@
<name>1.7</name>
<tag>HEAD</tag>
</version>
+ <version>
+ <id>1.7</id>
+ <name>1.7</name>
+ <tag>MAVEN_XDOC_1_7</tag>
+ </version>
</versions>
<developers>
<developer>
@@ -108,7 +113,7 @@
<role>Java Developer</role>
</roles>
<timezone>+10</timezone>
- </developer>
+ </developer>
</developers>
<dependencies>
<dependency>
1.49 +26 -31 maven-plugins/xdoc/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/xdoc/xdocs/changes.xml,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- changes.xml 10 May 2004 22:44:51 -0000 1.48
+++ changes.xml 12 May 2004 11:34:31 -0000 1.49
@@ -25,30 +25,22 @@
<author email="[EMAIL PROTECTED]">Vincent Massol</author>
</properties>
<body>
- <release version="1.7-SNAPSHOT" date="in CVS">
+ <release version="1.7" date="2004-05-12">
<action dev="aheritier" type="add" issue="MPXDOC-97" due-to="Fabrizio
Giustina, Harald Ommang ">
- <ul>
- <li>Items in navigation.xml and reports can define a target attribute.</li>
- <li>Items in links can use an img attribute to create an icon.</li>
- <li>New CSS class named "externalLink" used for links with an url beginning
with 'http://'.</li>
- <li>New CSS class named "newWindow" used for links with
target='_blank'.</li>
- </ul>
+ <ul>
+ <li>Items in navigation.xml and reports can define a target
attribute.</li>
+ <li>Items in links can use an img attribute to create an icon.</li>
+ <li>New CSS class named "externalLink" used for links with an url
beginning with 'http://'.</li>
+ <li>New CSS class named "newWindow" used for links with
target='_blank'.</li>
+ </ul>
</action>
<action dev="brett" type="fix">Exclude .fml files from copy to target
directory</action>
<action dev="brett" type="add">Add a "classic" theme CSS</action>
- <action dev="vmassol" type="add">
- 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 <code>maven.xdoc.distributionUrl</code> property.
- There is also a new <code>maven.xdoc.distributionType</code> property
- that indicates what type of artifact your project is delivering. It
- defaults to "jar".
- </action>
- <action dev="vmassol" type="add">
- 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.
+ <action dev="vmassol" type="add">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
+ <code>maven.xdoc.distributionUrl</code>property. There is also a new
+ <code>maven.xdoc.distributionType</code>property that indicates what type
of artifact your project is delivering. It defaults to "jar".
</action>
+ <action dev="vmassol" type="add">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.</action>
<action dev="brett" type="fix" issue="MPXDOC-98" due-to="fabrizio
giustina">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.</action>
<action dev="brett" type="fix" issue="MPXDOC-90" due-to="Corey Tripp">Only
show "CVS Access Behind a Firewall" section if using CVS.</action>
<action dev="brett" type="fix" issue="MPXDOC-96" due-to="fabrizio
giustina">wrong lists generated for not expandable menu items. Some changes in patch
were already put in place by brett.</action>
@@ -65,18 +57,21 @@
<action dev="dion" type="fix">Fix google search form flow issues</action>
</release>
<release version="1.5" date="2004-02-03">
- <action dev="dion" type="fix" issue="MPXDOC-77"><ul>
-<li>generated site is valid tableless XHTML with a fully css layout.</li>
-<li>Html elements are now used properly: link lists are ul, titles are h1, h2,
etc.</li>
-<li>invalid html produced for sections "name" elements is now fixed, escaping
unvalid chars (replaced by "_").</li>
-<li>Hrefs for local links (starting with "#") are fixed accordingly during
transformation</li>
-<li>whitespace in output has been dramatically reduced (only preserved in sensitive
elements such as pre, script, style</li>
-<li>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.</li>
-<li>No empty images are used anymore ("handles" for nav bar are created using
css)</li>
-<li>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</li>
-<li>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'])</li>
-<li>development process URL is not included if maven.xdoc.developmentProcessUrl is
empty</li>
-<li>xhtml fix: missing "alt" attribute for images (required in xhtml) is added
automatically</li></ul></action>
+ <action dev="dion" type="fix" issue="MPXDOC-77">
+ <ul>
+ <li>generated site is valid tableless XHTML with a fully css layout.</li>
+ <li>Html elements are now used properly: link lists are ul, titles are
h1, h2, etc.</li>
+ <li>invalid html produced for sections "name" elements is now fixed,
escaping unvalid chars (replaced by "_").</li>
+ <li>Hrefs for local links (starting with "#") are fixed accordingly
during transformation</li>
+ <li>whitespace in output has been dramatically reduced (only preserved in
sensitive elements such as pre, script, style</li>
+ <li>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.</li>
+ <li>No empty images are used anymore ("handles" for nav bar are created
using css)</li>
+ <li>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</li>
+ <li>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'])</li>
+ <li>development process URL is not included if
maven.xdoc.developmentProcessUrl is empty</li>
+ <li>xhtml fix: missing "alt" attribute for images (required in xhtml) is
added automatically</li>
+ </ul>
+ </action>
<action dev="jvanzyl" type="update">Remove the need for ${pom} interpolation
in properties. The use of the maven:property tag is now used to glean a default
property.</action>
<action dev="dion" type="update">Removed unneeded ant and grant
dependencies.</action>
<action dev="dion" type="fix" issue="MAVEN-965">Document
maven.xdoc.jsl.</action>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]