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:
@@ -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;gt;" value=">"/>
|
||||
<ant:replace file="${file}" token="&amp;lt;" value="<"/>
|
||||
|
||||
<ant:fixcrlf
|
||||
srcdir="${announcementDir}"
|
||||
tab="remove"
|
||||
tablength="4"
|
||||
includes="${announcementFileName}"/>
|
||||
|
||||
</define:tag>
|
||||
|
||||
<define:tag name="mail">
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user