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 4DA4817296 for ; Thu, 24 Sep 2015 13:55:20 +0000 (UTC) Received: (qmail 25868 invoked by uid 500); 24 Sep 2015 13:55:20 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 25835 invoked by uid 500); 24 Sep 2015 13:55:20 -0000 Mailing-List: contact commits-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list commits@ignite.apache.org Received: (qmail 25826 invoked by uid 99); 24 Sep 2015 13:55:20 -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; Thu, 24 Sep 2015 13:55:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85D08E10BB; Thu, 24 Sep 2015 13:55:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: ignite git commit: schema-import examples fix Date: Thu, 24 Sep 2015 13:55:19 +0000 (UTC) Repository: ignite Updated Branches: refs/heads/ignite-1.4 de12e9ab1 -> 15d2f7625 schema-import examples fix Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/15d2f762 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/15d2f762 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/15d2f762 Branch: refs/heads/ignite-1.4 Commit: 15d2f7625a0822167ea969dc289c10385092b5d0 Parents: de12e9a Author: Anton Vinogradov Authored: Thu Sep 24 16:55:00 2015 +0300 Committer: Anton Vinogradov Committed: Thu Sep 24 16:55:00 2015 +0300 ---------------------------------------------------------------------- assembly/release-fabric.xml | 9 +++ examples/schema-import/pom-standalone.xml | 90 ++++++++++++++++++++++++++ pom.xml | 5 ++ 3 files changed, 104 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/15d2f762/assembly/release-fabric.xml ---------------------------------------------------------------------- diff --git a/assembly/release-fabric.xml b/assembly/release-fabric.xml index a8c4541..308853c 100644 --- a/assembly/release-fabric.xml +++ b/assembly/release-fabric.xml @@ -51,6 +51,12 @@ /examples pom.xml + + + examples/schema-import/pom-standalone.xml + /examples/schema-import + pom.xml + @@ -85,6 +91,9 @@ schema-import/** README.txt + + schema-import/pom*.xml + http://git-wip-us.apache.org/repos/asf/ignite/blob/15d2f762/examples/schema-import/pom-standalone.xml ---------------------------------------------------------------------- diff --git a/examples/schema-import/pom-standalone.xml b/examples/schema-import/pom-standalone.xml new file mode 100644 index 0000000..e443728 --- /dev/null +++ b/examples/schema-import/pom-standalone.xml @@ -0,0 +1,90 @@ + + + + + + + 4.0.0 + + + UTF-8 + + + org.apache.ignite + ignite-schema-import-demo + to_be_replaced_by_ignite_version + + + + javax.cache + cache-api + 1.0.0 + + + + org.apache.ignite + ignite-core + to_be_replaced_by_ignite_version + + + + org.apache.ignite + ignite-spring + to_be_replaced_by_ignite_version + + + + org.apache.ignite + ignite-log4j + to_be_replaced_by_ignite_version + + + + org.apache.ignite + ignite-indexing + to_be_replaced_by_ignite_version + + + + + + + src/main/java + + **/*.java + + + + + + + maven-compiler-plugin + 3.1 + + 1.7 + 1.7 + + + + + http://git-wip-us.apache.org/repos/asf/ignite/blob/15d2f762/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a5b47d5..6ddc443 100644 --- a/pom.xml +++ b/pom.xml @@ -299,6 +299,11 @@ + + + + +