mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-08-04 06:22:33 +02:00
add option to create zip from build script
This commit is contained in:
parent
a9549464e9
commit
3bcef6e388
3 changed files with 10 additions and 2 deletions
|
|
@ -233,5 +233,13 @@
|
|||
<exclude name="**/LC_MESSAGES/*.po"/>
|
||||
</fileset>
|
||||
</copy>
|
||||
|
||||
<!-- Create zip file for release (ant -Drelease=true) -->
|
||||
<if>
|
||||
<isset property="release" />
|
||||
<then>
|
||||
<zip destfile="${target-folder}/${plugin}.zip" update="true" basedir="${target-folder}/${plugin}" />
|
||||
</then>
|
||||
</if>
|
||||
</target>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue