diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-30 07:00:27 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-30 07:00:27 +0000 |
commit | e504af55bfdb490b588b81d2c847ebad445ca7a3 (patch) | |
tree | 786b566c3070ee5190851dcfc965f04a52b0b17f /build | |
parent | d08c1c63b45d31e70ae48e82920933aea1be7980 (diff) | |
download | jquery-ui-e504af55bfdb490b588b81d2c847ebad445ca7a3.tar.gz jquery-ui-e504af55bfdb490b588b81d2c847ebad445ca7a3.zip |
build: delete headers folder, include external folder
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/build.xml b/build/build.xml index fbacebfac..dbb44299f 100644 --- a/build/build.xml +++ b/build/build.xml @@ -67,6 +67,7 @@ <copy todir="${dist.dir}/ui/minified"> <fileset dir="${dist.dir}/ui-headered/" includes="*.js" /> </copy> + <delete dir="${dist.dir}/headers/" /> <delete dir="${dist.dir}/ui-headered/" /> </target> @@ -156,6 +157,10 @@ <fileset dir="${ui.dir}/demos/" /> </copy> + <copy overwrite="true" todir="${dist.dir}/external/" > + <fileset dir="${ui.dir}/external/" /> + </copy> + <copy overwrite="true" todir="${dist.dir}/tests/" > <fileset dir="${ui.dir}/tests/" /> </copy> |