]> source.dussan.org Git - jgit.git/commitdiff
Remove workaround for signing jars using Tycho plugins 62/164862/1
authorMatthias Sohn <matthias.sohn@sap.com>
Sun, 14 Jun 2020 18:46:02 +0000 (20:46 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Sun, 14 Jun 2020 19:11:29 +0000 (21:11 +0200)
The workaround became obsolete when https://git.eclipse.org/r/#/c/16027/
was released.

Change-Id: Id20f79a1059550c1e5637fec30ae09a202cb2f2a
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index e6274990df8cbd8a369d37e6688fd634115b7337..104780d8f30cf2c7bf68c6afe2252d209b633244 100644 (file)
--- a/pom.xml
+++ b/pom.xml
           <plugin>
             <groupId>org.eclipse.tycho.extras</groupId>
             <artifactId>tycho-pack200a-plugin</artifactId>
-            <!-- TODO remove this configuration when https://git.eclipse.org/r/#/c/16027 is available -->
-            <configuration>
-              <supportedProjectTypes>
-                <supportedProjectType>jar</supportedProjectType>
-              </supportedProjectTypes>
-            </configuration>
             <executions>
               <execution>
                 <id>pack200-normalize</id>
           <plugin>
             <groupId>org.eclipse.tycho.extras</groupId>
             <artifactId>tycho-pack200b-plugin</artifactId>
-            <!-- TODO remove this configuration when https://git.eclipse.org/r/#/c/16027 is available -->
-            <configuration>
-              <supportedProjectTypes>
-                <supportedProjectType>jar</supportedProjectType>
-              </supportedProjectTypes>
-            </configuration>
             <executions>
               <execution>
                 <id>pack200-pack</id>