Small release fixes

This commit is contained in:
RainLoop Team 2014-04-06 00:34:24 +04:00
parent 94a3c0a9af
commit e20bdc9ff9
2 changed files with 7 additions and 11 deletions

View file

@ -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"/>

View file

@ -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",