Skip to content

Commit

Permalink
no relative path in archive since 7zip support was added.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbien committed Feb 27, 2011
1 parent dc782e4 commit 0c32093
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<fileset dir="${dist.dir}" includes="*.properties"/>
</copy>

<zip basedir="${dist.dir}/tmp/${dist.zip.name}" destfile="${dist.dir}/${dist.zip.name}.zip"/>
<archive.7z basedir="${dist.dir}/tmp/${dist.zip.name}" destfile="${dist.dir}/${dist.zip.name}.7z" includes="*"/>
<zip basedir="${dist.dir}/tmp" destfile="${dist.dir}/${dist.zip.name}.zip"/>
<archive.7z basedir="${dist.dir}/tmp" destfile="${dist.dir}/${dist.zip.name}.7z" includes="*"/>

<delete dir="${dist.dir}/tmp"/>

Expand Down

0 comments on commit 0c32093

Please sign in to comment.