MPANNOUNCEMENT-3: CR-LF generated do not match the platform

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@291177 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
ltheussl
2005-09-23 18:04:17 +00:00
parent ceee61fa70
commit 5742f5d2a7
2 changed files with 8 additions and 0 deletions

View File

@@ -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"/>
@@ -154,6 +155,12 @@
<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>
<define:tag name="mail">

View File

@@ -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