You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by lt...@apache.org on 2005/09/23 20:04:20 UTC

svn commit: r291177 - in /maven/maven-1/plugins/trunk/announcement: plugin.jelly xdocs/changes.xml

Author: ltheussl
Date: Fri Sep 23 11:04:17 2005
New Revision: 291177

URL: http://svn.apache.org/viewcvs?rev=291177&view=rev
Log:
MPANNOUNCEMENT-3: CR-LF generated do not match the platform

Modified:
    maven/maven-1/plugins/trunk/announcement/plugin.jelly
    maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml

Modified: maven/maven-1/plugins/trunk/announcement/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/announcement/plugin.jelly?rev=291177&r1=291176&r2=291177&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/announcement/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/announcement/plugin.jelly Fri Sep 23 11:04:17 2005
@@ -55,6 +55,7 @@
     <!-- Ensure the directory where the announcement will be created exists -->
     <ant:dirname property="announcementDir" file="${announcementFile}"/>
     <ant:mkdir dir="${announcementDir}"/>
+    <ant:basename property="announcementFileName" file="${announcementFile}"/>
 
     <util:file var="inputFile" name="${maven.docs.src}/changes.xml"/>
 
@@ -153,6 +154,12 @@
       <ant:replace file="${file}" token="&amp;amp;amp;" value="&amp;"/>
       <ant:replace file="${file}" token="&amp;amp;gt;" value="&gt;"/>
       <ant:replace file="${file}" token="&amp;amp;lt;" value="&lt;"/>
+
+      <ant:fixcrlf
+        srcdir="${announcementDir}"
+        tab="remove"
+        tablength="4"
+        includes="${announcementFileName}"/>
 
     </define:tag>
 

Modified: maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml?rev=291177&r1=291176&r2=291177&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/announcement/xdocs/changes.xml Fri Sep 23 11:04:17 2005
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.4-SNAPSHOT" date="in CVS">
+      <action dev="ltheussl" type="fix" issue="MPANNOUNCEMENT-3">CR-LF generated do not match the platform.</action>
       <action dev="ltheussl" type="fix" issue="MPANNOUNCEMENT-10">Xml entities transformed in wrong direction.</action>
       <action dev="vmassol" type="add" issue="MPANNOUNCEMENT-15">
         Modified the announcement text 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org