You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sb...@apache.org on 2016/02/20 12:46:34 UTC

[15/38] ignite git commit: IGNITE-2672

IGNITE-2672


Project: http://git-wip-us.apache.org/repos/asf/ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/f0f9ef65
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/f0f9ef65
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/f0f9ef65

Branch: refs/heads/ignite-961
Commit: f0f9ef65cab7231d026b8ea126e5e247515993d0
Parents: 60b6f09
Author: Anton Vinogradov <av...@apache.org>
Authored: Wed Feb 17 15:07:52 2016 +0300
Committer: Anton Vinogradov <av...@apache.org>
Committed: Wed Feb 17 15:07:52 2016 +0300

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/f0f9ef65/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index bead3ae..ccfd471 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,6 @@
         <module>modules/osgi-paxlogging</module>
         <module>modules/osgi-karaf</module>
         <module>modules/osgi</module>
-		<module>modules/benchmarks</module>
     </modules>
 
     <profiles>
@@ -430,6 +429,7 @@
         <profile>
             <id>benchmarks</id>
             <modules>
+                <module>modules/benchmarks</module>
                 <module>modules/yardstick</module>
             </modules>
         </profile>