mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
release/build.xml: corrected build to place additional folder level in zip file
This commit is contained in:
parent
b3d5881645
commit
f6e2a95f47
@ -93,7 +93,7 @@
|
|||||||
|
|
||||||
<target description="Zip the package" name="zip">
|
<target description="Zip the package" name="zip">
|
||||||
<zip destfile="${dist.dir}/../${release.filename}.zip">
|
<zip destfile="${dist.dir}/../${release.filename}.zip">
|
||||||
<zipfileset dir="${dist.dir}/" />
|
<zipfileset dir="dist/" />
|
||||||
</zip>
|
</zip>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user