We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de266a1 commit 1e4fbd9Copy full SHA for 1e4fbd9
build/build.xml
@@ -18,7 +18,9 @@
18
19
<property file="ant.properties" />
20
21
- <loadfile failonerror="no" srcFile="../version.txt" property="release.version" />
+ <loadfile failonerror="no" srcFile="../version.txt" property="release.version">
22
+ <filterchain><striplinebreaks/></filterchain>
23
+ </loadfile>
24
<property name="release.filename" value="jquery-ui-${release.version}" />
25
26
<property name="dist.dir" value="dist/${release.filename}/" />
0 commit comments