fix '\n' in jar name

- add ignorebalk and striplinebreaks to avoid additional wrong '\n' in dist jar
This commit is contained in:
philippe lhardy
2023-07-28 12:42:36 +02:00
parent a8c11ad3d7
commit 3f24daed24

View File

@@ -21,9 +21,11 @@
pattern="project_version=([0-9.]+)$" pattern="project_version=([0-9.]+)$"
replace="\1" /> replace="\1" />
</tokenfilter> </tokenfilter>
<ignoreblank />
<striplinebreaks />
</filterchain> </filterchain>
</loadfile> </loadfile>
<echo message="distversion : ${distversion}" /> <echo message="distversion : '${distversion}'" />
</target> </target>
<target name="init"> <target name="init">