From 388a688d9d9fb1ba47cabfc7f0ec44664706258d Mon Sep 17 00:00:00 2001 From: RainLoop Team Date: Sat, 7 Dec 2013 03:38:49 +0400 Subject: [PATCH] Add plugin build script (ANT). Webmail bilder script fix. --- .gitignore | 3 +- Gruntfile.js | 2 +- build/plugin.xml | 82 ++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 4 +-- 4 files changed, 86 insertions(+), 5 deletions(-) create mode 100644 build/plugin.xml diff --git a/.gitignore b/.gitignore index aaef1eb55..41220cdb4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,9 @@ /.idea -/local /nbproject /npm-debug.log /node_modules +/build/local /build/dist /build/tmp -/releases /data !/data/VERSION \ No newline at end of file diff --git a/Gruntfile.js b/Gruntfile.js index 9e3ce87f3..8969a0d9c 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -9,7 +9,7 @@ module.exports = function (grunt) { pkg: grunt.file.readJSON('package.json'), cfg: { devVersion: "0.0.0", - releasesPath: 'releases', + releasesPath: 'build/dist/releases', releasesSrcPath: '', releaseFolder: 'rainloop', releaseZipFile: 'rainloop.zip' diff --git a/build/plugin.xml b/build/plugin.xml new file mode 100644 index 000000000..d3b8b18eb --- /dev/null +++ b/build/plugin.xml @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/package.json b/package.json index bd69450d9..84bbacf7c 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "RainLoop", "title": "RainLoop Webmail", - "version": "1.4.2", - "release": "525", + "version": "1.5.0", + "release": "526", "description": "Simple, modern & fast web-based email client", "homepage": "http://rainloop.net", "main": "Gruntfile.js",