diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-01 01:24:55 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-01 01:24:55 +0000 |
commit | f6e2a95f475f275ca749fe7c28f79b94728af1c2 (patch) | |
tree | 2aa6ae6eaeee21014cf396f6d608a0f7d129e54a /release | |
parent | b3d5881645d42113c4f8f861e4663d93901abdbd (diff) | |
download | jquery-ui-f6e2a95f475f275ca749fe7c28f79b94728af1c2.tar.gz jquery-ui-f6e2a95f475f275ca749fe7c28f79b94728af1c2.zip |
release/build.xml: corrected build to place additional folder level in zip file
Diffstat (limited to 'release')
-rw-r--r-- | release/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/build.xml b/release/build.xml index 0b4150b95..2d5b9200c 100644 --- a/release/build.xml +++ b/release/build.xml @@ -93,7 +93,7 @@ <target description="Zip the package" name="zip"> <zip destfile="${dist.dir}/../${release.filename}.zip"> - <zipfileset dir="${dist.dir}/" /> + <zipfileset dir="dist/" /> </zip> </target> |