gg-10074
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/d3c5ab4f Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/d3c5ab4f Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/d3c5ab4f Branch: refs/heads/ignite-218 Commit: d3c5ab4fd9a4c21b72e92bc4c090d30e1aa8dbb2 Parents: 9aafda7 Author: Anton Vinogradov <avinogra...@gridgain.com> Authored: Mon Apr 13 19:34:13 2015 +0300 Committer: Anton Vinogradov <avinogra...@gridgain.com> Committed: Mon Apr 13 19:34:13 2015 +0300 ---------------------------------------------------------------------- assembly/release-base.xml | 5 ----- assembly/release-fabric.xml | 8 ++++++++ 2 files changed, 8 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d3c5ab4f/assembly/release-base.xml ---------------------------------------------------------------------- diff --git a/assembly/release-base.xml b/assembly/release-base.xml index b38d854..3297df8 100644 --- a/assembly/release-base.xml +++ b/assembly/release-base.xml @@ -96,10 +96,5 @@ <directory>config/${ignite.edition}</directory> <outputDirectory>/config</outputDirectory> </fileSet> - - <fileSet> - <directory>assembly/libs</directory> - <outputDirectory>/libs</outputDirectory> - </fileSet> </fileSets> </component> http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/d3c5ab4f/assembly/release-fabric.xml ---------------------------------------------------------------------- diff --git a/assembly/release-fabric.xml b/assembly/release-fabric.xml index 3bd0997..10ebc70 100644 --- a/assembly/release-fabric.xml +++ b/assembly/release-fabric.xml @@ -98,5 +98,13 @@ <exclude>src/test/**</exclude> </excludes> </fileSet> + + <fileSet> + <directory>assembly/libs</directory> + <outputDirectory>/libs</outputDirectory> + <excludes> + <exclude>README.txt</exclude> + </excludes> + </fileSet> </fileSets> </assembly>