mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Build: Strip newlines when loading release.version property from version.txt
This commit is contained in:
parent
de266a1275
commit
1e4fbd95d2
@ -18,7 +18,9 @@
|
||||
|
||||
<property file="ant.properties" />
|
||||
|
||||
<loadfile failonerror="no" srcFile="../version.txt" property="release.version" />
|
||||
<loadfile failonerror="no" srcFile="../version.txt" property="release.version">
|
||||
<filterchain><striplinebreaks/></filterchain>
|
||||
</loadfile>
|
||||
<property name="release.filename" value="jquery-ui-${release.version}" />
|
||||
|
||||
<property name="dist.dir" value="dist/${release.filename}/" />
|
||||
|
Loading…
Reference in New Issue
Block a user