Repository: ignite Updated Branches: refs/heads/ignite-sql-store-idx-plus2 f3d068df6 -> 2b2d6ecd3
SQL-store - Fixing example and build. Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/2b2d6ecd Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/2b2d6ecd Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/2b2d6ecd Branch: refs/heads/ignite-sql-store-idx-plus2 Commit: 2b2d6ecd336c77eea2bed21209cfe3eb757eab49 Parents: f3d068d Author: Alexey Goncharuk <[email protected]> Authored: Mon Feb 15 18:16:19 2016 +0300 Committer: Alexey Goncharuk <[email protected]> Committed: Mon Feb 15 18:16:19 2016 +0300 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/2b2d6ecd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 561f923..e2ae0e5 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> @@ -431,6 +430,7 @@ <id>benchmarks</id> <modules> <module>modules/yardstick</module> + <module>modules/benchmarks</module> </modules> </profile>
