Repository: deltaspike Updated Branches: refs/heads/master 842c84bd1 -> 0cdede08c
fix rat test. Manifest files do not have comments :( Project: http://git-wip-us.apache.org/repos/asf/deltaspike/repo Commit: http://git-wip-us.apache.org/repos/asf/deltaspike/commit/b41476e5 Tree: http://git-wip-us.apache.org/repos/asf/deltaspike/tree/b41476e5 Diff: http://git-wip-us.apache.org/repos/asf/deltaspike/diff/b41476e5 Branch: refs/heads/master Commit: b41476e5f0b48c1060b04c5904397df003720b79 Parents: 842c84b Author: Mark Struberg <[email protected]> Authored: Tue May 16 11:54:56 2017 +0200 Committer: Mark Struberg <[email protected]> Committed: Tue May 16 11:54:56 2017 +0200 ---------------------------------------------------------------------- deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF | 1 + deltaspike/pom.xml | 1 + 2 files changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/deltaspike/blob/b41476e5/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF ---------------------------------------------------------------------- diff --git a/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF b/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF index c8bdad5..d4d54ba 100644 --- a/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF +++ b/deltaspike/core/impl/src/main/resources/META-INF/MANIFEST.MF @@ -1 +1,2 @@ Main-Class: org.apache.deltaspike.core.impl.crypto.CipherCli +Bundle-License: https://www.apache.org/licenses/LICENSE-2.0.txt http://git-wip-us.apache.org/repos/asf/deltaspike/blob/b41476e5/deltaspike/pom.xml ---------------------------------------------------------------------- diff --git a/deltaspike/pom.xml b/deltaspike/pom.xml index dd6835f..548d179 100644 --- a/deltaspike/pom.xml +++ b/deltaspike/pom.xml @@ -92,6 +92,7 @@ <exclude>target/**</exclude> <exclude>test-ee7/target/**</exclude> <exclude>**/*.iml</exclude> + <exclude>**/MANIFEST.MF</exclude> </excludes> </configuration> </plugin>
