Author: ltheussl
Date: Tue Jun 13 10:01:50 2006
New Revision: 413936
URL: http://svn.apache.org/viewvc?rev=413936&view=rev
Log:
Using alternate form of action element.
Modified:
maven/maven-1/plugins/trunk/dist/xdocs/changes.xml
Modified: maven/maven-1/plugins/trunk/dist/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/maven/maven-1/plugins/trunk/dist/xdocs/changes.xml?rev=413936&r1=413935&r2=413936&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/dist/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/dist/xdocs/changes.xml Tue Jun 13 10:01:50 2006
@@ -31,7 +31,11 @@
<action dev="ltheussl" type="fix" issue="MPDIST-12">build-src goal does
not use <code>pom.build.sourceDirectory</code>.</action>
<action dev="aheritier" type="update">Fix compatibility with the version
of ant plugin newer or equal to 1.10.</action>
<action dev="ltheussl" type="update" issue="MPDIST-15" due-to="Fabrizio
Giustina">New <code>maven.dist.src.include</code> property.</action>
- <action dev="aheritier" type="add" issue="MPDIST-27,MPDIST-28"
due-to="Phil Steitz">Allow to configure to which files should use CRLF/LF line
endings in archives.</action>
+ <action dev="aheritier" type="add">
+ <description>Allow to configure to which files should use CRLF/LF line
endings in archives.</description>
+ <fixes issue="MPDIST-27"/>
+ <fixes issue="MPDIST-28"/>
+ </action>
<action dev="ltheussl" type="fix"
issue="MPDIST-24"><code>dist:prepare-src-filesystem</code> doesn't recognize
<code>maven.ant.generatebuild.file</code>.</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 : commons-logging v1.0.3 to v1.0.4,
maven v1.0 to v1.0.2, maven-model v3.0.0 to v3.0.1</action>
<action dev="aheritier" type="update">It requires at least
maven-artifact-plugin v1.3.</action>