r1752 - in trunk: build ui
Author: rdworth
Date: Thu Jan 22 05:09:18 2009
New Revision: 1752
Removed:
trunk/ui/build.xml
Modified:
trunk/build/build.xml
Log:
Merged remove-spaces target (ui/build.xml) into new whitespace target
(build/build.xml). Deleted ui/build.xml
Modified: trunk/build/build.xml
==============================================================================
--- trunk/build/build.xml (original)
+++ trunk/build/build.xml Thu Jan 22 05:09:18 2009
@@ -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>