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 2015/06/08 13:51:40 UTC

incubator-ignite git commit: #nodejs: exclude package file.

Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-nodejs 551b713a3 -> f441e4633


#nodejs: exclude package file.


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

Branch: refs/heads/ignite-nodejs
Commit: f441e463352938aacb2397fc04ef9023070aa655
Parents: 551b713
Author: ivasilinets <iv...@gridgain.com>
Authored: Mon Jun 8 14:51:31 2015 +0300
Committer: ivasilinets <iv...@gridgain.com>
Committed: Mon Jun 8 14:51:31 2015 +0300

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


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/f441e463/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index a514e35..e8a6e0e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -641,6 +641,7 @@
                                         <exclude>dev-tools/.gradle/**/*</exclude>
                                         <exclude>dev-tools/gradle/wrapper/**/*</exclude>
                                         <exclude>dev-tools/gradlew</exclude>
+                                        <exclude>src/main/js/package.json</exclude>
                                         <!--shmem-->
                                         <exclude>ipc/shmem/**/Makefile.in</exclude><!--auto generated files-->
                                         <exclude>ipc/shmem/**/Makefile</exclude><!--auto generated files-->