You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2017/02/21 15:56:36 UTC

ignite git commit: IGNITE-4735: Fixed.

Repository: ignite
Updated Branches:
  refs/heads/ignite-4735 1c3e60203 -> fe5a3a19b


IGNITE-4735: Fixed.


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

Branch: refs/heads/ignite-4735
Commit: fe5a3a19bc40e84fe46bc6d667cced163a1ec4d1
Parents: 1c3e602
Author: Igor Sapego <is...@gridgain.com>
Authored: Tue Feb 21 18:37:58 2017 +0300
Committer: Igor Sapego <is...@gridgain.com>
Committed: Tue Feb 21 18:37:58 2017 +0300

----------------------------------------------------------------------
 assembly/release-sources.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/fe5a3a19/assembly/release-sources.xml
----------------------------------------------------------------------
diff --git a/assembly/release-sources.xml b/assembly/release-sources.xml
index f07efd4..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
@@ -68,10 +69,6 @@
 
                 <!-- dotnet assemblies -->
                 <exclude>modules/platforms/dotnet/bin/**</exclude>
-
-                <!-- cpp -->
-                <exclude>modules/platforms/cpp/**/*.h</exclude>
-                <exclude>modules/platforms/cpp/**/*.cpp</exclude>
             </excludes>
         </fileSet>
         <!-- license, readme, etc. calculated at build time -->