Skip to content

Commit

Permalink
Merged remove-spaces target (ui/build.xml) into new whitespace target…
Browse files Browse the repository at this point in the history
… (build/build.xml). Deleted ui/build.xml
  • Loading branch information
rdworth committed Jan 22, 2009
1 parent f394771 commit 6b80dc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 24 deletions.
8 changes: 8 additions & 0 deletions build/build.xml
Expand Up @@ -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>
24 changes: 0 additions & 24 deletions ui/build.xml

This file was deleted.

0 comments on commit 6b80dc2

Please sign in to comment.