mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 00:51:24 +08:00
Small release fixes
This commit is contained in:
parent
94a3c0a9af
commit
e20bdc9ff9
2 changed files with 7 additions and 11 deletions
|
@ -3,18 +3,9 @@
|
|||
<property name="INDEX_ROOT" value=".." />
|
||||
<property name="DIST_PATH" value="dist" />
|
||||
<property name="DIST_PLUGINS_PATH" value="dist/plugins" />
|
||||
|
||||
<scriptdef name="generateguid" language="javascript">
|
||||
<attribute name="property" />
|
||||
<![CDATA[
|
||||
importClass( java.util.UUID );
|
||||
|
||||
project.setProperty( attributes.get( "property" ), UUID.randomUUID() );
|
||||
]]>
|
||||
</scriptdef>
|
||||
<property name="GUID" value="tmp" />
|
||||
|
||||
<target name="_pre_">
|
||||
<generateguid property="GUID" />
|
||||
<mkdir dir="${DIST_PATH}" />
|
||||
<mkdir dir="${DIST_PLUGINS_PATH}" />
|
||||
</target>
|
||||
|
@ -62,6 +53,11 @@
|
|||
<param name="plugin-name" value="cpanel-change-password"/>
|
||||
</antcall>
|
||||
</target>
|
||||
<target name="directadmin-change-password">
|
||||
<antcall target="_build_plugin_">
|
||||
<param name="plugin-name" value="directadmin-change-password"/>
|
||||
</antcall>
|
||||
</target>
|
||||
<target name="ispmanager-change-password">
|
||||
<antcall target="_build_plugin_">
|
||||
<param name="plugin-name" value="ispmanager-change-password"/>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "RainLoop",
|
||||
"title": "RainLoop Webmail",
|
||||
"version": "1.6.4",
|
||||
"release": "890",
|
||||
"release": "891",
|
||||
"description": "Simple, modern & fast web-based email client",
|
||||
"homepage": "http://rainloop.net",
|
||||
"main": "Gruntfile.js",
|
||||
|
|
Loading…
Reference in a new issue