Repository: servicemix Updated Branches: refs/heads/master 30ddbe177 -> ed141dcac
Correct source assembly creation Project: http://git-wip-us.apache.org/repos/asf/servicemix/repo Commit: http://git-wip-us.apache.org/repos/asf/servicemix/commit/ed141dca Tree: http://git-wip-us.apache.org/repos/asf/servicemix/tree/ed141dca Diff: http://git-wip-us.apache.org/repos/asf/servicemix/diff/ed141dca Branch: refs/heads/master Commit: ed141dcacea8f34f2e01be89f85bd7888573b85b Parents: 30ddbe1 Author: Krzysztof Sobkowiak <[email protected]> Authored: Wed Feb 3 22:59:58 2016 +0100 Committer: Krzysztof Sobkowiak <[email protected]> Committed: Wed Feb 3 22:59:58 2016 +0100 ---------------------------------------------------------------------- .../src/main/descriptors/unix-src.xml | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/servicemix/blob/ed141dca/assemblies/apache-servicemix/src/main/descriptors/unix-src.xml ---------------------------------------------------------------------- diff --git a/assemblies/apache-servicemix/src/main/descriptors/unix-src.xml b/assemblies/apache-servicemix/src/main/descriptors/unix-src.xml index 0ba0cd4..f9e4a91 100644 --- a/assemblies/apache-servicemix/src/main/descriptors/unix-src.xml +++ b/assemblies/apache-servicemix/src/main/descriptors/unix-src.xml @@ -29,6 +29,8 @@ <include>BUILDING</include> <include>README</include> <include>RELEASE*</include> + <include>LICENSE</include> + <include>NOTICE</include> </includes> <lineEnding>unix</lineEnding> </fileSet> @@ -104,20 +106,4 @@ <lineEnding>unix</lineEnding> </fileSet> </fileSets> - <files> - <file> - <source>${project.build.directory}/maven-shared-archive-resources/META-INF/LICENSE</source> - <outputDirectory>/</outputDirectory> - <destName>LICENSE</destName> - <fileMode>0644</fileMode> - <lineEnding>unix</lineEnding> - </file> - <file> - <source>${project.build.directory}/maven-shared-archive-resources/META-INF/NOTICE</source> - <outputDirectory>/</outputDirectory> - <destName>NOTICE</destName> - <fileMode>0644</fileMode> - <lineEnding>unix</lineEnding> - </file> - </files> </assembly>
