[Git][java-team/eclipse-cdt][master] 2 commits: Use upstream provided MANIFEST.MF

Sudip Mukherjee gitlab at salsa.debian.org
Fri Sep 4 23:08:15 BST 2020



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 <sudipm.mukherjee at gmail.com>

- - - - -
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 <sudipm.mukherjee at gmail.com>

- - - - -


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 <sudipm.mukherjee at gmail.com>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20200904/547b5ff6/attachment.html>


More information about the pkg-java-commits mailing list