Sudip Mukherjee pushed to branch master at Debian Java Maintainers / eclipse-cdt
Commits: 981c2eaa by Sudip Mukherjee at 2020-09-04T22:54:01+01:00 Use upstream provided MANIFEST.MF Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - fe0f3120 by Sudip Mukherjee at 2020-09-04T22:54:01+01:00 Add changelog for 9.9.0-5 release Signed-off-by: Sudip Mukherjee <[email protected]> - - - - - 3 changed files: - debian/changelog - debian/poms/core_org.eclipse.cdt.core.native_pom.xml - debian/poms/core_org.eclipse.cdt.core_pom.xml Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +eclipse-cdt (9.9.0-5) unstable; urgency=medium + + * Use upstream provided manifest file. + + -- Sudip Mukherjee <[email protected]> Fri, 04 Sep 2020 22:52:59 +0100 + eclipse-cdt (9.9.0-4) unstable; urgency=medium * Remove extra poms from patch. ===================================== debian/poms/core_org.eclipse.cdt.core.native_pom.xml ===================================== @@ -16,5 +16,16 @@ </organization> <build> <sourceDirectory>src</sourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestFile>META-INF/MANIFEST.MF</manifestFile> + </archive> + </configuration> + </plugin> + </plugins> </build> </project> ===================================== debian/poms/core_org.eclipse.cdt.core_pom.xml ===================================== @@ -16,6 +16,17 @@ </organization> <build> <sourceDirectory>.</sourceDirectory> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-jar-plugin</artifactId> + <configuration> + <archive> + <manifestFile>META-INF/MANIFEST.MF</manifestFile> + </archive> + </configuration> + </plugin> + </plugins> </build> <dependencies> <dependency> View it on GitLab: https://salsa.debian.org/java-team/eclipse-cdt/-/compare/b726776dac0b78b187329e32284cf92dc73261e7...fe0f3120c570d543498cf1e3687906d0d3782651 -- View it on GitLab: https://salsa.debian.org/java-team/eclipse-cdt/-/compare/b726776dac0b78b187329e32284cf92dc73261e7...fe0f3120c570d543498cf1e3687906d0d3782651 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

