No more pack200 dealing
Change-Id: I6bab06a4e980954dad344e49d11004950e0f962e
Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
diff --git a/pom.xml b/pom.xml
index e5c1c01..b99ede4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,6 @@
<tycho-groupid>org.eclipse.tycho</tycho-groupid>
<antrun-version>1.8</antrun-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <pack200>${java.home}/bin</pack200>
<tycho.testArgLine></tycho.testArgLine>
<tycho.scmUrl>scm:git:git://git.eclipse.org/gitroot/dltk/org.eclipse.dltk.releng.git</tycho.scmUrl>
<eclipserun-repo>http://download.eclipse.org/eclipse/updates/4.14/</eclipserun-repo>
@@ -182,23 +181,9 @@
</configuration>
</plugin>
<plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200a-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>pack200-normalize</id>
- <goals>
- <goal>normalize</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.1.7</version>
+ <version>1.3.2</version>
<executions>
<execution>
<id>sign</id>
@@ -210,20 +195,6 @@
</executions>
</plugin>
<plugin>
- <groupId>org.eclipse.tycho.extras</groupId>
- <artifactId>tycho-pack200b-plugin</artifactId>
- <version>${tycho-version}</version>
- <executions>
- <execution>
- <id>pack200-pack</id>
- <goals>
- <goal>pack</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- <plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>
<version>${tycho-version}</version>