You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by vo...@apache.org on 2015/09/01 09:40:02 UTC

ignite git commit: IGNITE-1337: Moved "common" CPP project to Ignite.

Repository: ignite
Updated Branches:
  refs/heads/master 7ca8cbc77 -> 39da8534d


IGNITE-1337: Moved "common" CPP project to Ignite.


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

Branch: refs/heads/master
Commit: 39da8534d6d99803e4b5ad60bea76655e4cbf388
Parents: 7ca8cbc
Author: vozerov-gridgain <vo...@gridgain.com>
Authored: Tue Sep 1 10:40:43 2015 +0300
Committer: vozerov-gridgain <vo...@gridgain.com>
Committed: Tue Sep 1 10:40:43 2015 +0300

----------------------------------------------------------------------
 parent/pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/39da8534/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index 7a2b41c..3556671 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -743,6 +743,7 @@
                                         <exclude>**/*.vcsproj</exclude>
                                         <exclude>**/*.vcsproj.filters</exclude>
                                         <exclude>**/module.def</exclude>
+                                        <exclude>**/ignite-common.pc.in</exclude>
                                     </excludes>
                                 </configuration>
                             </execution>