mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Merged remove-spaces target (ui/build.xml) into new whitespace target (build/build.xml). Deleted ui/build.xml
This commit is contained in:
@@ -198,4 +198,12 @@
|
||||
</delete>
|
||||
</target>
|
||||
|
||||
<target name="whitespace">
|
||||
<replaceregexp match="[\t ]+$" replace="" flags="g" byline="true">
|
||||
<fileset dir="${src.dir}" includes="*.js"/>
|
||||
<fileset dir="${src.dir}/i18n/" includes="*.js"/>
|
||||
</replaceregexp>
|
||||
<echo message="All trailing spaces removed." />
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user