File: no_manifest_from_bundle_step.patch

package info (click to toggle)
jheaps 0.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,300 kB
  • sloc: java: 16,102; xml: 678; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: not relying on the manifest file produced in the bundle step, as
 we omitted it.
Author: Pierre Gruet <pgt@debian.org>
Forwarded: not-needed
Last-Update: 2021-10-17

--- a/pom.xml
+++ b/pom.xml
@@ -177,8 +177,6 @@
 						<exclude>logback.xml</exclude>
 					</excludes>
 					<archive>
-						<!-- use the manifest file created by the bundle plugin -->
-						<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
 						<!-- bundle plugin already generated the maven descriptor -->
 						<addMavenDescriptor>false</addMavenDescriptor>
 					</archive>