diff options
author | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-11-20 05:51:19 +0000 |
---|---|---|
committer | Eduardo Lundgren <eduardolundgren@gmail.com> | 2008-11-20 05:51:19 +0000 |
commit | 491e5b2f1817e0640e01c7d319366a8660b38a71 (patch) | |
tree | 1e952979ede513f11bdf5e6d812d35c62f01706a /ui/build.xml | |
parent | 1a6848de17c53e98e9a73e4b60a62b54546f1c6c (diff) | |
download | jquery-ui-491e5b2f1817e0640e01c7d319366a8660b38a71.tar.gz jquery-ui-491e5b2f1817e0640e01c7d319366a8660b38a71.zip |
Added a build.xml file to help us removing trailing spaces when needed.
Diffstat (limited to 'ui/build.xml')
-rw-r--r-- | ui/build.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/build.xml b/ui/build.xml index 4c76c0225..604148447 100644 --- a/ui/build.xml +++ b/ui/build.xml @@ -9,7 +9,6 @@ <target name="load.properties"> <property file="ant.properties" /> - <property name="version" value="1.6" /> <property name="ui.dir" value="." /> <property name="src.dir" value="${ui.dir}/" /> </target> |