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 97F2A18689 for ; Wed, 10 Feb 2016 11:55:49 +0000 (UTC) Received: (qmail 69677 invoked by uid 500); 10 Feb 2016 11:55:49 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 69611 invoked by uid 500); 10 Feb 2016 11:55:49 -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 68049 invoked by uid 99); 10 Feb 2016 11:55:48 -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, 10 Feb 2016 11:55:48 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C0C12E1075; Wed, 10 Feb 2016 11:55:48 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.apache.org Date: Wed, 10 Feb 2016 11:56:27 -0000 Message-Id: In-Reply-To: <7d5fd251648d493fb75744e22b1bf108@git.apache.org> References: <7d5fd251648d493fb75744e22b1bf108@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [40/50] [abbrv] ignite git commit: IGNITE-1187: Need to improve project setup in Eclipse IGNITE-1187: Need to improve project setup in Eclipse Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/e18dfdaf Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/e18dfdaf Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/e18dfdaf Branch: refs/heads/ignite-1786 Commit: e18dfdafca3c01ba48958562e1d07c68e71c9302 Parents: a383f2e Author: Edouard Chevalier Authored: Mon Feb 8 14:09:03 2016 +0300 Committer: Denis Magda Committed: Mon Feb 8 14:09:03 2016 +0300 ---------------------------------------------------------------------- .gitignore | 3 ++ modules/yardstick/.gitignore | 2 + parent/pom.xml | 92 ++++++++++++++++++++++++++++++++++++++- 3 files changed, 96 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/e18dfdaf/.gitignore ---------------------------------------------------------------------- diff --git a/.gitignore b/.gitignore index e4e061c..4073a58 100644 --- a/.gitignore +++ b/.gitignore @@ -29,3 +29,6 @@ git-patch-prop-local.sh **/cpp/**/vs/Win32/ **/dotnet/**/obj/ /modules/platforms/cpp/doc/ +.settings +.classpath +.project http://git-wip-us.apache.org/repos/asf/ignite/blob/e18dfdaf/modules/yardstick/.gitignore ---------------------------------------------------------------------- diff --git a/modules/yardstick/.gitignore b/modules/yardstick/.gitignore new file mode 100644 index 0000000..a2c5e4a --- /dev/null +++ b/modules/yardstick/.gitignore @@ -0,0 +1,2 @@ +/bin +/libs http://git-wip-us.apache.org/repos/asf/ignite/blob/e18dfdaf/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 437a30b..e189807 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -513,7 +513,7 @@ lib ${osgi.embed.transitive} <_failok>${osgi.fail.ok} - <_invalidfilenames /> + <_invalidfilenames/> @@ -1013,5 +1013,95 @@ + + m2e + + + + m2e.version + + + + + + + maven-compiler-plugin + + + default-testCompile + test-compile + + + **/package-info.java + + + + testCompile + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + org.apache.maven.plugins + maven-antrun-plugin + [1.7,) + + run + properties-augmentation + licenses-file-rename + + + + + + + + + org.codehaus.mojo + flatten-maven-plugin + [1.0.0-beta-3,) + + flatten + + + + + + + + + org.codehaus.mojo + exec-maven-plugin + [1.3.2,) + + java + default + + + + + + + + + + + + + + +