You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2007/05/07 11:45:53 UTC

svn commit: r535821 - in /maven/maven-1/plugins/trunk/xdoc: project.xml xdocs/changes.xml

Author: ltheussl
Date: Mon May  7 02:45:52 2007
New Revision: 535821

URL: http://svn.apache.org/viewvc?view=rev&rev=535821
Log:
[maven-scm-plugin] prepare release 1.10.1

Modified:
    maven/maven-1/plugins/trunk/xdoc/project.xml
    maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/xdoc/project.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/project.xml?view=diff&rev=535821&r1=535820&r2=535821
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/project.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/project.xml Mon May  7 02:45:52 2007
@@ -23,7 +23,7 @@
   <pomVersion>3</pomVersion>
   <id>maven-xdoc-plugin</id>
   <name>Maven XDoc Plugin</name>
-  <currentVersion>1.10.1-SNAPSHOT</currentVersion>
+  <currentVersion>1.10.1</currentVersion>
   <description>Convert xdocs into HTML.</description>
   <shortDescription>Convert xdocs into HTML</shortDescription>
   <versions>
@@ -76,6 +76,11 @@
       <id>1.10</id>
       <name>1.10</name>
       <tag>MAVEN_XDOC_1_10</tag>
+    </version>
+    <version>
+      <id>1.10.1</id>
+      <name>1.10.1</name>
+      <tag>MAVEN_XDOC_1_10_1</tag>
     </version>
   </versions>
   <developers>

Modified: maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml?view=diff&rev=535821&r1=535820&r2=535821
==============================================================================
--- maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/xdoc/xdocs/changes.xml Mon May  7 02:45:52 2007
@@ -18,251 +18,251 @@
  * limitations under the License.
  */
  -->
-<document>
-  <properties>
-    <title>Changes</title>
-    <author email="dion@multitask.com.au">dIon Gillard</author>
-    <author email="vmassol@apache.org">Vincent Massol</author>
-    <author email="aheritier@apache.org">Arnaud Heritier</author>
-    <author email="vincent.siveton@gmail.org">Vincent Siveton</author>
-    <author email="shinobu@apache.org">Shinobu Kawai</author>
-  </properties>
-  <body>
-    <release version="1.10.1-SNAPSHOT" date="In SVN">
-      <action dev="shinobu" type="fix" issue="MPXDOC-200" due-to="Benoit Xhenseval">maven-xdoc-plugin-1.10.1-SNAPSHOT fails under JDK 6</action>
-      <action dev="aheritier" type="add" issue="MPXDOC-203">New 'Built by Maven' logos - default changed to mavenlogo_builtby_w.png</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-202">Plugin fails with anonymous access and empty password in scm url.</action>
-      <action dev="aheritier" type="update">Change margin between menu items in stylus.css.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-201">Plugin fails if there is an index.xml in the filesystem root directory.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-199">Improve stylus.css.</action>
-      <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action>
-      <action dev="dennisl" type="fix" issue="MPXDOC-198">Wrong margin around organization/name when no organization/logo is present.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-197">Report fails if there is no connection element in repository.</action>
-      <action dev="ltheussl" type="update">Update to velocity 1.5.</action>
-      <action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>
-      <action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9.</action>
-    </release>
-    <release version="1.10" date="2006-06-18">
-      <action dev="ltheussl" type="update" issue="MPXDOC-170">The 'Development Process' menu link now leads to an internal page.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-17">Fix xml entities in xdoc source files (only in Maven 1.1 because of a bug in an old Jelly version).</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-194">Add i18n support for links and breadcrumbs.</action>
-      <action dev="aheritier" type="update" issue="MAVEN-1753">Replace the deprecated xmlParserAPIs by xml-apis 1.3.03.</action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-192">Add a public DTD identifier for xdoc.</action>
-      <action dev="aheritier" type="update">An image can be used in the menu entry for a report.</action>
-      <action dev="aheritier" type="update">Item name is always displayed even if img attribute is setted. In the navigation file the new attribute 'hideName' can be used to hide the name in the link (if you want to display only the image for example).</action>
-      <action dev="aheritier" type="add">Allow the use of items' attributes 'target' and 'img' for breadcrumbs entries in the navigation file.</action>
-      <action dev="aheritier" type="update">In breadcrumbs, use for the project's name nav.title if defined, pom.name otherwise.</action>
-      <action dev="aheritier" type="fix">Display the "external link" icon only if the link host is different from the project url (pom.url).</action>
-      <action dev="aheritier" type="add">New attribute fileSuffix for the tag doc:registerReport allow to use another extension than '.html' for a report link.</action>
-      <action dev="ltheussl" type="add">Include instructions for ClearCase, Starteam and Perforce access in the scm-usage page.</action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-191">Include dependencies' scope in dependencies page.</action>
+<document> 
+  <properties> 
+    <title>Changes</title>  
+    <author email="dion@multitask.com.au">dIon Gillard</author>  
+    <author email="vmassol@apache.org">Vincent Massol</author>  
+    <author email="aheritier@apache.org">Arnaud Heritier</author>  
+    <author email="vincent.siveton@gmail.org">Vincent Siveton</author>  
+    <author email="shinobu@apache.org">Shinobu Kawai</author> 
+  </properties>  
+  <body> 
+    <release version="1.10.1" date="2007-05-07"> 
+      <action dev="shinobu" type="fix" issue="MPXDOC-200" due-to="Benoit Xhenseval">maven-xdoc-plugin-1.10.1-SNAPSHOT fails under JDK 6</action>  
+      <action dev="aheritier" type="add" issue="MPXDOC-203">New 'Built by Maven' logos - default changed to mavenlogo_builtby_w.png</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-202">Plugin fails with anonymous access and empty password in scm url.</action>  
+      <action dev="aheritier" type="update">Change margin between menu items in stylus.css.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-201">Plugin fails if there is an index.xml in the filesystem root directory.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-199">Improve stylus.css.</action>  
+      <action dev="aheritier" type="update" issue="MAVEN-1755">Upgrade maven-model to version 3.0.2.</action>  
+      <action dev="dennisl" type="fix" issue="MPXDOC-198">Wrong margin around organization/name when no organization/logo is present.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-197">Report fails if there is no connection element in repository.</action>  
+      <action dev="ltheussl" type="update">Update to velocity 1.5.</action>  
+      <action dev="ltheussl" type="update">Update dom4j and jelly dependencies to match the ones in maven 1.1 core.</action>  
+      <action dev="aheritier" type="update">Update dependencies to unify them between plugins. The following dependencies are updated : commons-jelly-tags-interaction v1.0 to v1.1, jaxen v1.0-FCS-full to 1.1-beta-9.</action> 
+    </release>  
+    <release version="1.10" date="2006-06-18"> 
+      <action dev="ltheussl" type="update" issue="MPXDOC-170">The 'Development Process' menu link now leads to an internal page.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-17">Fix xml entities in xdoc source files (only in Maven 1.1 because of a bug in an old Jelly version).</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-194">Add i18n support for links and breadcrumbs.</action>  
+      <action dev="aheritier" type="update" issue="MAVEN-1753">Replace the deprecated xmlParserAPIs by xml-apis 1.3.03.</action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-192">Add a public DTD identifier for xdoc.</action>  
+      <action dev="aheritier" type="update">An image can be used in the menu entry for a report.</action>  
+      <action dev="aheritier" type="update">Item name is always displayed even if img attribute is setted. In the navigation file the new attribute 'hideName' can be used to hide the name in the link (if you want to display only the image for example).</action>  
+      <action dev="aheritier" type="add">Allow the use of items' attributes 'target' and 'img' for breadcrumbs entries in the navigation file.</action>  
+      <action dev="aheritier" type="update">In breadcrumbs, use for the project's name nav.title if defined, pom.name otherwise.</action>  
+      <action dev="aheritier" type="fix">Display the "external link" icon only if the link host is different from the project url (pom.url).</action>  
+      <action dev="aheritier" type="add">New attribute fileSuffix for the tag doc:registerReport allow to use another extension than '.html' for a report link.</action>  
+      <action dev="ltheussl" type="add">Include instructions for ClearCase, Starteam and Perforce access in the scm-usage page.</action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-191">Include dependencies' scope in dependencies page.</action>  
       <action dev="ltheussl" type="add" issue="MPXDOC-190">Include the new theme
         <code>maven-stylus.css</code>.
-      </action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-189">Document the use of pom settings by the xdoc plugin.</action>
-      <action dev="ltheussl" type="update">The name of the cvs-usage page has changed to scm-usage.html. If you have a link directly to this page, you will have to update it.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-130">CVS usage page is blank when using Subversion.</action>
+      </action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-189">Document the use of pom settings by the xdoc plugin.</action>  
+      <action dev="ltheussl" type="update">The name of the cvs-usage page has changed to scm-usage.html. If you have a link directly to this page, you will have to update it.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-130">CVS usage page is blank when using Subversion.</action>  
       <action dev="ltheussl" type="fix" issue="MPXDOC-185">Fix broken
         <code>maven.xdoc.date=navigation-top</code>and
         <code>navigation-bottom</code>.
-      </action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-183" due-to="Niall Pemberton">Enable user-defined custom templates.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-187">Correct cvs checkout instructions on cvs-usage page.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-125" due-to="Shinobu Kawai Yoshida">Url and timezone not used for contributor.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-186">Mailing list links break if the address starts with http.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-177">Internationalized sites have no images.</action>
+      </action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-183" due-to="Niall Pemberton">Enable user-defined custom templates.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-187">Correct cvs checkout instructions on cvs-usage page.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-125" due-to="Shinobu Kawai Yoshida">Url and timezone not used for contributor.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-186">Mailing list links break if the address starts with http.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-177">Internationalized sites have no images.</action>  
       <action dev="ltheussl" type="add" issue="MPXDOC-164">New goal
         <code>xdoc:sitemap</code>to generate a sitemap.
-      </action>
+      </action>  
       <action dev="aheritier" type="update" issue="MAVEN-1712">Update dependencies to match ones in maven 1.1 core and to unify them between plugins. The following dependencies are updated :
-        <ul>
-          <li>commons-jelly v1.0-RC1 -&gt; v1.0</li>
-          <li>commons-logging v1.0.3 -&gt; v1.0.4</li>
-          <li>maven-model v3.0.0 -&gt; v3.0.1</li>
-        </ul>
-      </action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-178" due-to="Phil Steitz">
+        <ul> 
+          <li>commons-jelly v1.0-RC1 -&gt; v1.0</li>  
+          <li>commons-logging v1.0.3 -&gt; v1.0.4</li>  
+          <li>maven-model v3.0.0 -&gt; v3.0.1</li> 
+        </ul> 
+      </action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-178" due-to="Phil Steitz"> 
         <code>maven.ui.navcol.width</code>has no effect.
-      </action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-176">When there's no user provided documentation, some generated docs don't get copied to site.</action>
+      </action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-176">When there's no user provided documentation, some generated docs don't get copied to site.</action>  
       <action dev="ltheussl" type="fix" issue="MPXDOC-175" due-to="Phil Steitz">Menus with
         <code>type="header"</code>are not processed by
         <code>site.jsl</code>.
-      </action>
+      </action>  
       <action dev="ltheussl" type="fix" issue="MPXDOC-174">Unclear error message when
         <code>&lt;currentVersion/&gt;</code>in
         <code>project.xml</code>file not defined.
-      </action>
+      </action>  
       <action dev="ltheussl" type="add" issue="MPXDOC-141" due-to="M. Sean Gilligan">Perform JSL transforms on xdocs
         <strong>only</strong>when they have changed.
-      </action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-169">Add xdoc tag library documentation to the plugin site.</action>
+      </action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-169">Add xdoc tag library documentation to the plugin site.</action>  
       <action dev="ltheussl" type="fix" issue="MPXDOC-87">Fix
         <code>xdoc:validate</code>.
-      </action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-106" due-to="Jerome Lacoste">One cannot call xdoc:copy-user-resources directly.</action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-126" due-to="Maarten Coene">Add support for more powered-by banners.</action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-80" due-to="Joerg Schaible">Support global theme.</action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-24" due-to="Gilles Dodinet">Add a navigation bar.</action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-158">Add an optional id tag to sub/sections, so they can be referenced.</action>
+      </action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-106" due-to="Jerome Lacoste">One cannot call xdoc:copy-user-resources directly.</action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-126" due-to="Maarten Coene">Add support for more powered-by banners.</action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-80" due-to="Joerg Schaible">Support global theme.</action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-24" due-to="Gilles Dodinet">Add a navigation bar.</action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-158">Add an optional id tag to sub/sections, so they can be referenced.</action>  
       <action dev="ltheussl" type="add" issue="MPXDOC-144">Add a property to override
         <code>navigation.xml</code>.
-      </action>
-      <action dev="ltheussl" type="add" issue="MPXDOC-127" due-to="Shinobu Kawai Yoshida">Show organization in header even if logo not set.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-47">Ampersands in navigation.xml being escaped twice.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-133">Ampersand in section/subsection not correct.</action>
-      <action dev="ltheussl" type="fix" issue="MPXDOC-104" due-to="Rafal Krzewski">Downloads report cannot be disabled for child projects.</action>
-    </release>
-    <release version="1.9.2" date="2005-09-05">
-      <action dev="aheritier" type="fix" issue="MPXDOC-163">Dependencies comment (MPXDOC-129) feature disappeared.</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-162" due-to="Lukas Theussl">Special characters in menu ids aren't escaped.</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-156" due-to="Jeff Jensen">Add documentation about "external links" and "new windows".</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-155" due-to="Lukas Theussl">Xdoc plugin &gt;= 1.9 not compatible with older customised site.jsl.</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-154" due-to="Juan F. Codagnone,Vincent Siveton,Lukas Theussl">System locale setting makes test cases fail.</action>
-      <action dev="vsiveton" type="fix" issue="MPXDOC-152" due-to="Arnaud Heritier">cvs-usage link not shown in project-info page</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-151">i18n : menu tag in xdoc does not work with "key" translated text id.</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-150" due-to="Ignacio G. Mac Dowell">maven.xdoc.date.format does not seem to have any effect.</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-149" due-to="Lukas Theussl">&lt;DT&gt; is appearing same way as subsection. Fix layout for the FAQ plugin.</action>
-      <action dev="vsiveton" type="fix" issue="MPXDOC-148" due-to="Incze Lajos">Fixed bundles expression.</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-147">Missing "Project Reports" header in the generated menu.</action>
-      <action dev="aheritier" type="add" issue="MPXDOC-131" due-to="Ignacio G. Mac Dowell">Allow i18n links.</action>
-      <action dev="aheritier" type="fix">i18n : html code removed from bundles.</action>
-      <action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action>
-      <action dev="aheritier" type="update">breadcrumbs : add a link to the site on the project name.</action>
-    </release>
-    <release version="1.9.1" date="2005-06-16">
-      <action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action>
-    </release>
-    <release version="1.9" date="2005-06-09">
-      <action dev="aheritier" type="fix">Fix cvs usage entry in "project Info" menu. Add it if the repository element is defined in the pom (and not if the URL of the repository is defined).</action>
-      <action dev="brett" type="add" issue="MPXDOC-128" due-to="Vincent Siveton">Added internationalization support.</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-136" due-to="Vincent Siveton">NullPointerException with optionals pom items missing.</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-132" due-to="Ignacio G. Mac Dowell">A link starting with https wasn't considered as an external link.</action>
+      </action>  
+      <action dev="ltheussl" type="add" issue="MPXDOC-127" due-to="Shinobu Kawai Yoshida">Show organization in header even if logo not set.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-47">Ampersands in navigation.xml being escaped twice.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-133">Ampersand in section/subsection not correct.</action>  
+      <action dev="ltheussl" type="fix" issue="MPXDOC-104" due-to="Rafal Krzewski">Downloads report cannot be disabled for child projects.</action> 
+    </release>  
+    <release version="1.9.2" date="2005-09-05"> 
+      <action dev="aheritier" type="fix" issue="MPXDOC-163">Dependencies comment (MPXDOC-129) feature disappeared.</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-162" due-to="Lukas Theussl">Special characters in menu ids aren't escaped.</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-156" due-to="Jeff Jensen">Add documentation about "external links" and "new windows".</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-155" due-to="Lukas Theussl">Xdoc plugin &gt;= 1.9 not compatible with older customised site.jsl.</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-154" due-to="Juan F. Codagnone,Vincent Siveton,Lukas Theussl">System locale setting makes test cases fail.</action>  
+      <action dev="vsiveton" type="fix" issue="MPXDOC-152" due-to="Arnaud Heritier">cvs-usage link not shown in project-info page</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-151">i18n : menu tag in xdoc does not work with "key" translated text id.</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-150" due-to="Ignacio G. Mac Dowell">maven.xdoc.date.format does not seem to have any effect.</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-149" due-to="Lukas Theussl">&lt;DT&gt; is appearing same way as subsection. Fix layout for the FAQ plugin.</action>  
+      <action dev="vsiveton" type="fix" issue="MPXDOC-148" due-to="Incze Lajos">Fixed bundles expression.</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-147">Missing "Project Reports" header in the generated menu.</action>  
+      <action dev="aheritier" type="add" issue="MPXDOC-131" due-to="Ignacio G. Mac Dowell">Allow i18n links.</action>  
+      <action dev="aheritier" type="fix">i18n : html code removed from bundles.</action>  
+      <action dev="aheritier" type="fix">i18n : doc title wasn't printed in breadcrumbs.</action>  
+      <action dev="aheritier" type="update">breadcrumbs : add a link to the site on the project name.</action> 
+    </release>  
+    <release version="1.9.1" date="2005-06-16"> 
+      <action dev="brett" type="fix">Don't override the Maven library. This makes the plugin compatible with both Maven 1.0.2 and Maven 1.1</action> 
+    </release>  
+    <release version="1.9" date="2005-06-09"> 
+      <action dev="aheritier" type="fix">Fix cvs usage entry in "project Info" menu. Add it if the repository element is defined in the pom (and not if the URL of the repository is defined).</action>  
+      <action dev="brett" type="add" issue="MPXDOC-128" due-to="Vincent Siveton">Added internationalization support.</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-136" due-to="Vincent Siveton">NullPointerException with optionals pom items missing.</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-132" due-to="Ignacio G. Mac Dowell">A link starting with https wasn't considered as an external link.</action>  
       <action dev="felipeal" type="add" issue="MPXDOC-129" due-to="Miguel Griffa">Add a
         <code>comment</code>property for dependencies
-      </action>
-      <action dev="brett" type="add">Added maven.xdoc.copy.excludes property which lists the files to exclude from the resources copy. This defaults to any images currently unused by Maven. Additionally, if you are not using the classic theme, maven.xdoc.copy.excludes.classic is used to eliminate images only for the classic theme</action>
+      </action>  
+      <action dev="brett" type="add">Added maven.xdoc.copy.excludes property which lists the files to exclude from the resources copy. This defaults to any images currently unused by Maven. Additionally, if you are not using the classic theme, maven.xdoc.copy.excludes.classic is used to eliminate images only for the classic theme</action>  
       <action dev="felipeal" type="add" issue="MPXDOC-118">Added new tag
         <code>&lt;escapeXml&gt;</code>.
-      </action>
-      <action dev="epugh" type="add" issue="MPXDOC-124" due-to="Shinobu Kawai">Maven xdoc plugin clean up generated velocity log as part of calling clean.</action>
-      <action dev="aheritier" type="add" issue="MPXDOC-123">New property (maven.xdoc.xml.copy) to copy only and not transform some xml files provided in the ${maven.docs.src} directory.</action>
-      <action dev="brett" type="update">Make compatible with Maven 1.1</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-117" due-to="Dennis Lundberg">Show version if maven.xdoc.date=right</action>
-      <action dev="aheritier" type="fix" issue="MPXDOC-115" due-to="Brent Worden">Allow header images and links to use relative paths</action>
-      <action dev="carlos" type="add" issue="MPFAQ-11">Added dt css style</action>
+      </action>  
+      <action dev="epugh" type="add" issue="MPXDOC-124" due-to="Shinobu Kawai">Maven xdoc plugin clean up generated velocity log as part of calling clean.</action>  
+      <action dev="aheritier" type="add" issue="MPXDOC-123">New property (maven.xdoc.xml.copy) to copy only and not transform some xml files provided in the ${maven.docs.src} directory.</action>  
+      <action dev="brett" type="update">Make compatible with Maven 1.1</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-117" due-to="Dennis Lundberg">Show version if maven.xdoc.date=right</action>  
+      <action dev="aheritier" type="fix" issue="MPXDOC-115" due-to="Brent Worden">Allow header images and links to use relative paths</action>  
+      <action dev="carlos" type="add" issue="MPFAQ-11">Added dt css style</action>  
       <action dev="brett" type="add">Add a legend for the symbols in the xdoc, disabled by setting
-        <code>maven.xdoc.legend=false</code>
-      </action>
-      <action dev="michal" type="add">Add a support for "hierarchical" site navigation in breadcrumbs</action>
-    </release>
-    <release version="1.8" date="2004-07-10">
-      <action dev="brett" type="add">Add an externalLink attribute to a report to use if link is not present</action>
+        <code>maven.xdoc.legend=false</code> 
+      </action>  
+      <action dev="michal" type="add">Add a support for "hierarchical" site navigation in breadcrumbs</action> 
+    </release>  
+    <release version="1.8" date="2004-07-10"> 
+      <action dev="brett" type="add">Add an externalLink attribute to a report to use if link is not present</action>  
       <action dev="vmassol" type="add">Added a link to the release notes in the download report. Note that this link is only created if the project has a
         <code>xdocs/changes.xml</code>file.
-      </action>
-      <action dev="carlos" type="add" issue="MPXDOC-112">Add instructions to checkout with maven to cvs-usage page</action>
-    </release>
-    <release version="1.7.2" date="2004-06-25">
-      <action dev="brett" type="fix" issue="MPXDOC-92">Correct ampersand handling in hrefs.</action>
-      <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action>
-    </release>
-    <release version="1.7.1" date="2004-05-19">
-      <action dev="aheritier" type="fix" issue="MPXDOC-102" due-to="Rafal Krzewski">Fix bad target in links generated in reports overview page.</action>
-    </release>
-    <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>
-      </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>  
+      <action dev="carlos" type="add" issue="MPXDOC-112">Add instructions to checkout with maven to cvs-usage page</action> 
+    </release>  
+    <release version="1.7.2" date="2004-06-25"> 
+      <action dev="brett" type="fix" issue="MPXDOC-92">Correct ampersand handling in hrefs.</action>  
+      <action dev="brett" type="fix">Build and run plugin against the installed version of Maven</action> 
+    </release>  
+    <release version="1.7.1" date="2004-05-19"> 
+      <action dev="aheritier" type="fix" issue="MPXDOC-102" due-to="Rafal Krzewski">Fix bad target in links generated in reports overview page.</action> 
+    </release>  
+    <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> 
+      </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>
-      <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>
-      <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>
-      <action dev="brett" type="fix" issue="MPXDOC-95" due-to="fabrizio giustina">jslToSite fix, escapeNameTokens improvement</action>
-      <action dev="brett" type="fix" issue="MPXDOC-63">make anchor tags not wrap text, but sit in front of it</action>
-      <action dev="brett" type="fix" due-to="Chad McHenry" issue="MPXDOC-78">indent nested menus in navigation</action>
-      <action dev="brett" type="fix">remove changes-report.xml which was generating over the top of the actual report. This information already exists in the changes plugin documentation.</action>
-      <action dev="brett" type="fix" issue="MPXDOC-82">fix processing of a href links</action>
-      <action dev="brett" type="fix" issue="MPXDOC-84">fix URI problems</action>
-      <action dev="dion" type="fix" issue="MPXDOC-89">html tags not passed through for source and pre tags</action>
-    </release>
-    <release version="1.6" date="2004-03-10">
-      <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/menu[@type='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>
-      <action dev="dion" type="fix" issue="MAVEN-966">Evenly space breadcrumbs, customize separator.</action>
-      <action dev="dion" type="fix" issue="MAVEN-962">Better timezone calcs.</action>
-      <action dev="dion" type="fix" issue="MAVEN-961">Bad docs entries for maven.docs.dest and maven.gen.docs.</action>
-      <action dev="dion" type="fix" issue="MAVEN-964">Add details on date format.</action>
-      <action dev="dion" type="fix" issue="MAVEN-940">Fix excess whitespace.</action>
-      <action dev="dion" type="fix">Fixed empty scm repository and issue tracking URL still being added to the project navigation.</action>
-    </release>
-    <release version="1.4" date="2003-09-29">
-      <action dev="dion" type="fix" issue="MAVEN-756">cvs-usage.xml breaks on non-cvs scm URL</action>
-      <action dev="dion" type="update">Move xdoc faqs over from the wiki</action>
-      <action dev="dion" type="update">update to commons-jelly-20030902.160215</action>
-      <action dev="dion" type="fix">Move maven.docs.* and maven.gen.docs to defaults.properties instead of xdoc plugin</action>
-      <action dev="evenisse" type="fix" issue="MAVEN-698">Fix the broken build if repository/connection is not present.</action>
-      <action dev="dion" type="fix">Fixed bug where top level xdocs were using xdocs/navigation.xml instead of the generated one when it was available.</action>
-      <action dev="michal" type="update">Dependency report was completely rewritten. Report generator is now aware of notion of type and groupId. In addition URL and Description (which was also added to the report) of the dependency can be taken from the POM if there is one in the local repository</action>
-      <action dev="michal" type="fix">Documentation of goals ported to new dedicated format</action>
-      <action dev="dion" type="update">update to maven 1.0-beta-10</action>
-      <action dev="dion" type="update">update to velocity 1.4-dev</action>
-      <action dev="dion" type="update">Upgrade to dom4j 1.4</action>
-      <action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>
-      <action dev="dion" type="fix" issue="MAVEN-554" due-to="Tim Anderson">Added the google search on navbar</action>
-      <action dev="evenisse" type="fix" due-to="Paulo Silveira" issue="MAVEN-322">remove the space in anchors.</action>
-      <action dev="evenisse" type="fix" due-to="Mark Wilkinson" issue="MAVEN-419">suppress highlight on hover on mozilla on named anchors.</action>
-    </release>
-    <release version="1.3" date="Unknown">
-      <action dev="michal" type="add" due-to="Kuisong Tong" issue="MAVEN-383">target encoding can be set for files generated from POM.</action>
-      <action dev="dion" type="add">Added a target to validate the navigation.xml files from the schema</action>
-      <action dev="vmassol" type="add">Added Cactus reports to Project Reports</action>
+      </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>  
+      <action dev="dion" type="fix">Fix issues with DOM classes and jdk1.3</action>  
+      <action dev="brett" type="fix" issue="MPXDOC-95" due-to="fabrizio giustina">jslToSite fix, escapeNameTokens improvement</action>  
+      <action dev="brett" type="fix" issue="MPXDOC-63">make anchor tags not wrap text, but sit in front of it</action>  
+      <action dev="brett" type="fix" due-to="Chad McHenry" issue="MPXDOC-78">indent nested menus in navigation</action>  
+      <action dev="brett" type="fix">remove changes-report.xml which was generating over the top of the actual report. This information already exists in the changes plugin documentation.</action>  
+      <action dev="brett" type="fix" issue="MPXDOC-82">fix processing of a href links</action>  
+      <action dev="brett" type="fix" issue="MPXDOC-84">fix URI problems</action>  
+      <action dev="dion" type="fix" issue="MPXDOC-89">html tags not passed through for source and pre tags</action> 
+    </release>  
+    <release version="1.6" date="2004-03-10"> 
+      <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/menu[@type='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>  
+      <action dev="dion" type="fix" issue="MAVEN-966">Evenly space breadcrumbs, customize separator.</action>  
+      <action dev="dion" type="fix" issue="MAVEN-962">Better timezone calcs.</action>  
+      <action dev="dion" type="fix" issue="MAVEN-961">Bad docs entries for maven.docs.dest and maven.gen.docs.</action>  
+      <action dev="dion" type="fix" issue="MAVEN-964">Add details on date format.</action>  
+      <action dev="dion" type="fix" issue="MAVEN-940">Fix excess whitespace.</action>  
+      <action dev="dion" type="fix">Fixed empty scm repository and issue tracking URL still being added to the project navigation.</action> 
+    </release>  
+    <release version="1.4" date="2003-09-29"> 
+      <action dev="dion" type="fix" issue="MAVEN-756">cvs-usage.xml breaks on non-cvs scm URL</action>  
+      <action dev="dion" type="update">Move xdoc faqs over from the wiki</action>  
+      <action dev="dion" type="update">update to commons-jelly-20030902.160215</action>  
+      <action dev="dion" type="fix">Move maven.docs.* and maven.gen.docs to defaults.properties instead of xdoc plugin</action>  
+      <action dev="evenisse" type="fix" issue="MAVEN-698">Fix the broken build if repository/connection is not present.</action>  
+      <action dev="dion" type="fix">Fixed bug where top level xdocs were using xdocs/navigation.xml instead of the generated one when it was available.</action>  
+      <action dev="michal" type="update">Dependency report was completely rewritten. Report generator is now aware of notion of type and groupId. In addition URL and Description (which was also added to the report) of the dependency can be taken from the POM if there is one in the local repository</action>  
+      <action dev="michal" type="fix">Documentation of goals ported to new dedicated format</action>  
+      <action dev="dion" type="update">update to maven 1.0-beta-10</action>  
+      <action dev="dion" type="update">update to velocity 1.4-dev</action>  
+      <action dev="dion" type="update">Upgrade to dom4j 1.4</action>  
+      <action dev="evenisse" type="fix">Add xml declaration to generated report. Fixed for character encoding.</action>  
+      <action dev="dion" type="fix" issue="MAVEN-554" due-to="Tim Anderson">Added the google search on navbar</action>  
+      <action dev="evenisse" type="fix" due-to="Paulo Silveira" issue="MAVEN-322">remove the space in anchors.</action>  
+      <action dev="evenisse" type="fix" due-to="Mark Wilkinson" issue="MAVEN-419">suppress highlight on hover on mozilla on named anchors.</action> 
+    </release>  
+    <release version="1.3" date="Unknown"> 
+      <action dev="michal" type="add" due-to="Kuisong Tong" issue="MAVEN-383">target encoding can be set for files generated from POM.</action>  
+      <action dev="dion" type="add">Added a target to validate the navigation.xml files from the schema</action>  
+      <action dev="vmassol" type="add">Added Cactus reports to Project Reports</action>  
       <action dev="vmassol" type="add">Added new
         <code>$gen-xdocs</code>variable in the Velocity context used to generate the templates files. It points to the location where generated xdocs are located.
-      </action>
-      <action dev="evenisse" type="update">Added maven.xdoc.development-process-url properties.</action>
-      <action dev="dion" type="add">Added Javadoc report to Project Reports</action>
-      <action dev="dion" type="fix">Fix table widths of changelog and changes reports</action>
-      <action dev="dion" type="fix">Fix for Maven-124, the navbar was out of sync with maven-reports.xml</action>
-    </release>
-    <release version="1.2" date="2002-10-01">
-      <action dev="evenisse" type="update">Created link with development process page if development-process.xml exist in xdocs directory, otherwise a link with development process page on Maven site.</action>
-      <action dev="dion" type="add">Added documentation for the new changes report.</action>
+      </action>  
+      <action dev="evenisse" type="update">Added maven.xdoc.development-process-url properties.</action>  
+      <action dev="dion" type="add">Added Javadoc report to Project Reports</action>  
+      <action dev="dion" type="fix">Fix table widths of changelog and changes reports</action>  
+      <action dev="dion" type="fix">Fix for Maven-124, the navbar was out of sync with maven-reports.xml</action> 
+    </release>  
+    <release version="1.2" date="2002-10-01"> 
+      <action dev="evenisse" type="update">Created link with development process page if development-process.xml exist in xdocs directory, otherwise a link with development process page on Maven site.</action>  
+      <action dev="dion" type="add">Added documentation for the new changes report.</action>  
       <action dev="vmassol" type="add">Added the new
         <a href="changes-report.html">changes report</a>.
-      </action>
-      <action dev="vmassol" type="add">Added an id column for committers on the team-list page.</action>
-    </release>
-  </body>
+      </action>  
+      <action dev="vmassol" type="add">Added an id column for committers on the team-list page.</action> 
+    </release> 
+  </body> 
 </document>