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 05511187FC for ; Thu, 11 Jun 2015 05:05:45 +0000 (UTC) Received: (qmail 55256 invoked by uid 500); 11 Jun 2015 05:05:45 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 55224 invoked by uid 500); 11 Jun 2015 05:05:44 -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 55215 invoked by uid 99); 11 Jun 2015 05:05:44 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Jun 2015 05:05:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 773F0CD274 for ; Thu, 11 Jun 2015 05:05:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.791 X-Spam-Level: * X-Spam-Status: No, score=1.791 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, T_RP_MATCHES_RCVD=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id y7KJQjYTn9Tc for ; Thu, 11 Jun 2015 05:05:29 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with SMTP id 20F6527642 for ; Thu, 11 Jun 2015 05:05:21 +0000 (UTC) Received: (qmail 53498 invoked by uid 99); 11 Jun 2015 05:05: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, 11 Jun 2015 05:05:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C93E3E04E6; Thu, 11 Jun 2015 05:05:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: agoncharuk@apache.org To: commits@ignite.incubator.apache.org Date: Thu, 11 Jun 2015 05:05:43 -0000 Message-Id: In-Reply-To: <5213db07196d4449ab49412be5250f3d@git.apache.org> References: <5213db07196d4449ab49412be5250f3d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [24/50] incubator-ignite git commit: # IGNITE-956: Added support for scala-2.10. # IGNITE-956: Added support for scala-2.10. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/bae1804e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/bae1804e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/bae1804e Branch: refs/heads/ignite-sprint-5 Commit: bae1804ece3eb677c7f3e2c01c8566486af83c7d Parents: ccd6825 Author: AKuznetsov Authored: Wed Jun 3 16:29:06 2015 +0700 Committer: AKuznetsov Committed: Wed Jun 3 16:29:06 2015 +0700 ---------------------------------------------------------------------- modules/scalar-2.10/pom.xml | 202 ++++++++++++++++---------------- modules/spark-2.10/pom.xml | 18 +++ modules/visor-console-2.10/pom.xml | 96 +++++++++------ 3 files changed, 176 insertions(+), 140 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bae1804e/modules/scalar-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/modules/scalar-2.10/pom.xml b/modules/scalar-2.10/pom.xml index b51c1b3..23eb13e 100644 --- a/modules/scalar-2.10/pom.xml +++ b/modules/scalar-2.10/pom.xml @@ -83,106 +83,106 @@ - - - net.alchim31.maven - scala-maven-plugin - - - scaladoc - prepare-package - - doc - - - Ignite Scalar - Ignite Scalar - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - org.apache.ignite - ignite-tools - ${project.version} - - - - - scaladoc-postprocessing - - run - - prepare-package - - - - - - - - - - - - - - - - - - - - Ignite™ - Scalar DSL, ver. ${project.version} -
- 2015 Copyright © Apache Software Foundation - - - - ]]> -
- - - - - - - src="package.html" - src=org/apache/ignite/scalar/scalar$.html - - - - - location.replace("package.html") - location.replace("org/apache/ignite/scalar/scalar$.html") - - - - - docs.scala-lang.org/overviews/scaladoc/usage.html#members - docs.scala-lang.org/overviews/scaladoc/interface.html - - - - - - - - - - -
-
-
-
-
-
+ + + ../scalar/src/main/scala + + **/*.scala + + + + + + + ../scalar/src/test/scala + + **/*.scala + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bae1804e/modules/spark-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/modules/spark-2.10/pom.xml b/modules/spark-2.10/pom.xml index 75d265d..2cf0af5 100644 --- a/modules/spark-2.10/pom.xml +++ b/modules/spark-2.10/pom.xml @@ -90,6 +90,24 @@ + + + ../spark/src/main/scala + + **/*.scala + + + + + + + ../spark/src/test/scala + + **/*.scala + + + + net.alchim31.maven http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/bae1804e/modules/visor-console-2.10/pom.xml ---------------------------------------------------------------------- diff --git a/modules/visor-console-2.10/pom.xml b/modules/visor-console-2.10/pom.xml index 3df3287..f0df657 100644 --- a/modules/visor-console-2.10/pom.xml +++ b/modules/visor-console-2.10/pom.xml @@ -113,44 +113,62 @@ - - - net.alchim31.maven - scala-maven-plugin - - - scaladoc - prepare-package - - doc - - - Ignite Console Visor - Ignite Console Visor - - - - - - - org.apache.maven.plugins - maven-antrun-plugin - 1.7 - - - javadoc-zip - - run - - prepare-package - - - - - - - - - + + + ../visor-console/src/main/scala + + **/*.scala + + + + + + + ../visor-console/src/test/scala + + **/*.scala + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +