mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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="INDEX_ROOT" value=".." />
|
||||||
<property name="DIST_PATH" value="dist" />
|
<property name="DIST_PATH" value="dist" />
|
||||||
<property name="DIST_PLUGINS_PATH" value="dist/plugins" />
|
<property name="DIST_PLUGINS_PATH" value="dist/plugins" />
|
||||||
|
<property name="GUID" value="tmp" />
|
||||||
<scriptdef name="generateguid" language="javascript">
|
|
||||||
<attribute name="property" />
|
|
||||||
<![CDATA[
|
|
||||||
importClass( java.util.UUID );
|
|
||||||
|
|
||||||
project.setProperty( attributes.get( "property" ), UUID.randomUUID() );
|
|
||||||
]]>
|
|
||||||
</scriptdef>
|
|
||||||
|
|
||||||
<target name="_pre_">
|
<target name="_pre_">
|
||||||
<generateguid property="GUID" />
|
|
||||||
<mkdir dir="${DIST_PATH}" />
|
<mkdir dir="${DIST_PATH}" />
|
||||||
<mkdir dir="${DIST_PLUGINS_PATH}" />
|
<mkdir dir="${DIST_PLUGINS_PATH}" />
|
||||||
</target>
|
</target>
|
||||||
|
|
@ -62,6 +53,11 @@
|
||||||
<param name="plugin-name" value="cpanel-change-password"/>
|
<param name="plugin-name" value="cpanel-change-password"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
</target>
|
</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">
|
<target name="ispmanager-change-password">
|
||||||
<antcall target="_build_plugin_">
|
<antcall target="_build_plugin_">
|
||||||
<param name="plugin-name" value="ispmanager-change-password"/>
|
<param name="plugin-name" value="ispmanager-change-password"/>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "RainLoop",
|
"name": "RainLoop",
|
||||||
"title": "RainLoop Webmail",
|
"title": "RainLoop Webmail",
|
||||||
"version": "1.6.4",
|
"version": "1.6.4",
|
||||||
"release": "890",
|
"release": "891",
|
||||||
"description": "Simple, modern & fast web-based email client",
|
"description": "Simple, modern & fast web-based email client",
|
||||||
"homepage": "http://rainloop.net",
|
"homepage": "http://rainloop.net",
|
||||||
"main": "Gruntfile.js",
|
"main": "Gruntfile.js",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue