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 2017/02/22 09:09:04 UTC

ignite git commit: IGNITE-4735: CPP: Fixed a problem with missing sources having "target" word in name. This closes #1562.

Repository: ignite
Updated Branches:
  refs/heads/ignite-1.9 437f37469 -> 43fea35aa


IGNITE-4735: CPP: Fixed a problem with missing sources having "target" word in name. This closes #1562.


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

Branch: refs/heads/ignite-1.9
Commit: 43fea35aaf92fe50c74ff0359fafe5377d88637f
Parents: 437f374
Author: isapego <ig...@gmail.com>
Authored: Wed Feb 22 12:08:54 2017 +0300
Committer: devozerov <vo...@gridgain.com>
Committed: Wed Feb 22 12:08:54 2017 +0300

----------------------------------------------------------------------
 assembly/release-sources.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/43fea35a/assembly/release-sources.xml
----------------------------------------------------------------------
diff --git a/assembly/release-sources.xml b/assembly/release-sources.xml
index 96e54f9..cc33f3e 100644
--- a/assembly/release-sources.xml
+++ b/assembly/release-sources.xml
@@ -31,7 +31,8 @@
             <useDefaultExcludes>true</useDefaultExcludes>
             <excludes>
                 <!-- build output -->
-                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}.*]</exclude>
+                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}/.*]</exclude>
+                <exclude>%regex[(?!((?!${project.build.directory}/)[^/]+/)*src/).*${project.build.directory}]</exclude>
 
                 <!-- NOTE: Most of the following excludes should not be required
                      if the standard release process is followed. This is because the