Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B62B818374 for ; Wed, 29 Apr 2015 10:33:43 +0000 (UTC) Received: (qmail 65759 invoked by uid 500); 29 Apr 2015 10:33:43 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 65729 invoked by uid 500); 29 Apr 2015 10:33:43 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 65720 invoked by uid 99); 29 Apr 2015 10:33:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 10:33:43 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 10:33:38 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 3F6F542AE3 for ; Wed, 29 Apr 2015 10:33:18 +0000 (UTC) Received: (qmail 65342 invoked by uid 99); 29 Apr 2015 10:33:17 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 10:33:17 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC404E008F; Wed, 29 Apr 2015 10:33:17 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: anovikov@apache.org To: commits@ignite.incubator.apache.org Message-Id: <98c67b80a5f743b3a6ed733c0ce9e2e2@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: # ignite-791 schema-import profile. Date: Wed, 29 Apr 2015 10:33:17 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-ignite Updated Branches: refs/heads/ignite-791 60e240e97 -> 58c55d4b6 # ignite-791 schema-import profile. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/58c55d4b Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/58c55d4b Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/58c55d4b Branch: refs/heads/ignite-791 Commit: 58c55d4b676f930b186c32a1a188bd92debefb20 Parents: 60e240e Author: Andrey Authored: Wed Apr 29 17:32:16 2015 +0700 Committer: Andrey Committed: Wed Apr 29 17:32:16 2015 +0700 ---------------------------------------------------------------------- assembly/release-base.xml | 2 ++ assembly/release-schema-import.xml | 50 +++++++++++++++++++++++++++++++++ pom.xml | 32 +++++++++++++++++++++ 3 files changed, 84 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/58c55d4b/assembly/release-base.xml ---------------------------------------------------------------------- diff --git a/assembly/release-base.xml b/assembly/release-base.xml index 3297df8..6d6465e 100644 --- a/assembly/release-base.xml +++ b/assembly/release-base.xml @@ -73,6 +73,7 @@ igniterouter.bat **/target-classpath.bat ignitevisorcmd.bat + ignite-schema-import.bat @@ -89,6 +90,7 @@ **/target-classpath.sh **/service.sh ignitevisorcmd.sh + ignite-schema-import.sh http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/58c55d4b/assembly/release-schema-import.xml ---------------------------------------------------------------------- diff --git a/assembly/release-schema-import.xml b/assembly/release-schema-import.xml new file mode 100644 index 0000000..b746c83 --- /dev/null +++ b/assembly/release-schema-import.xml @@ -0,0 +1,50 @@ + + + + + + scala + + false + + + dir + + + + + bin + / + + **/ignite-schema-import.bat + + + + + bin + / + 0755 + + **/ignite-schema-import.sh + + + + http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/58c55d4b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b2cfa0f..eb73066 100644 --- a/pom.xml +++ b/pom.xml @@ -586,6 +586,22 @@ false + + + schema-import-scripts + prepare-package + + single + + + + assembly/release-schema-import.xml + + target/release-package + bin + false + + @@ -627,6 +643,22 @@ false + + + schema-import-scripts + prepare-package + + single + + + + assembly/release-schema-import.xml + + target/release-package + bin + false + +