diff --git a/build.xml b/build.xml index 71ae4cb111dc817830257a1163c60762c5910077..51715be3fdc9fd2f63892c38f23d82c01abf146d 100644 --- a/build.xml +++ b/build.xml @@ -888,7 +888,7 @@ <arg value="history.txt" /> </exec> <exec executable="echo" osfamily="unix" failifexecutionfails="true" output="pkg-temp/history.txt" append="true"> - <arg value="EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE" /> + <arg value=" ---------------- EARLIER HISTORY IS AVAILABLE IN THE SOURCE PACKAGE" /> </exec> <copy file="installer/resources/deletelist.txt" todir="pkg-temp/" /> <!-- May be pointless now, people with split directories will never see this,