change an ant 1.8ism to one supported in 1.7

This commit is contained in:
kytv
2013-01-03 20:12:18 +00:00
parent 3eb00c526d
commit 6c676869a0

View File

@@ -1073,7 +1073,7 @@
<headfilter lines="1500" />
</filterchain>
</copy>
<echo message="&#10;&#10;----------------&#10;&#10;EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE" output="pkg-temp/history.txt" append="true"/>
<concat append="true" destfile="pkg-temp/history.txt">&#10;&#10;----------------&#10;&#10;EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE"</concat>
<copy file="installer/resources/deletelist.txt" todir="pkg-temp/" />
</target>