diff options
author | Colin Snover <github.com@zetafleet.com> | 2010-12-30 00:34:48 -0600 |
---|---|---|
committer | Colin Snover <github.com@zetafleet.com> | 2010-12-30 00:34:48 -0600 |
commit | 3e0cc815043c2425819743e907a0ce263a7ce164 (patch) | |
tree | 6d579f50e3b86ab350291c0a63619ee739804f4d /build.xml | |
parent | 429b078dc7b5cf7765b44c8d32e125ecd8f1e2c9 (diff) | |
download | jquery-3e0cc815043c2425819743e907a0ce263a7ce164.tar.gz jquery-3e0cc815043c2425819743e907a0ce263a7ce164.zip |
Clean trailing whitespace from all files.
Diffstat (limited to 'build.xml')
-rw-r--r-- | build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -77,7 +77,7 @@ <arg line="log -1 --pretty=format:%ad" /> </exec> <replaceregexp match="(\(\s*function\s*\(\s*jQuery\s*\)\s*\{)|(\}\s*\)\s*\(\s*jQuery\s*\)\s*;)" flags="g" replace="" file="${JQ}" /> - <replaceregexp match="Date: " replace="Date: ${date}" file="${JQ}" /> + <replaceregexp match="@DATE" replace="${date}" file="${JQ}" /> <echo message="${JQ} built." /> </target> |