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

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