mirror of
https://github.com/silentsakky/zarafa-webapp-passwd
synced 2026-08-05 06:51:16 +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
|
|
@ -1,5 +1,5 @@
|
||||||
Zarafa Webapp Password Change Plugin
|
Zarafa Webapp Password Change Plugin
|
||||||
Copyright (C) 2017 Saket Patel <silentsakky@gmail.com>
|
Copyright (C) 2013 - 2017 Saket Patel <silentsakky@gmail.com>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
|
||||||
|
|
@ -233,5 +233,13 @@
|
||||||
<exclude name="**/LC_MESSAGES/*.po"/>
|
<exclude name="**/LC_MESSAGES/*.po"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</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>
|
</target>
|
||||||
</project>
|
</project>
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@ Ext.namespace('Zarafa.plugins.passwd');
|
||||||
* The copyright string holding the copyright notice for the Zarafa passwd Plugin.
|
* The copyright string holding the copyright notice for the Zarafa passwd Plugin.
|
||||||
*/
|
*/
|
||||||
Zarafa.plugins.passwd.ABOUT = ""
|
Zarafa.plugins.passwd.ABOUT = ""
|
||||||
+ "<p>Copyright (C) 2017 Saket Patel <silentsakky@gmail.com></p>"
|
+ "<p>Copyright (C) 2013 - 2017 Saket Patel <silentsakky@gmail.com></p>"
|
||||||
|
|
||||||
+ "<p>This program is free software: you can redistribute it and/or modify "
|
+ "<p>This program is free software: you can redistribute it and/or modify "
|
||||||
+ "it under the terms of the GNU Affero General Public License as "
|
+ "it under the terms of the GNU Affero General Public License as "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue