Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCamille Letavernier2015-06-10 18:06:37 +0000
committerCamille Letavernier2015-06-10 18:06:37 +0000
commita5a78ac95a9d97b7790370fa763ec303f1f5ec00 (patch)
treeb5b3cca571a62b64493d4bcf584366d237bd7e54
parentcc143de49e8c6951c4d4eb3037b472f3d1ae8457 (diff)
downloadorg.eclipse.papyrus-a5a78ac95a9d97b7790370fa763ec303f1f5ec00.tar.gz
org.eclipse.papyrus-a5a78ac95a9d97b7790370fa763ec303f1f5ec00.tar.xz
org.eclipse.papyrus-a5a78ac95a9d97b7790370fa763ec303f1f5ec00.zip
[Releng] Restore Pack200 and use Jarsigner 1.1.21.1.0_RC4
Change-Id: I0000000000000000000000000000000000000000 Signed-off-by: Camille Letavernier <camille.letavernier@cea.fr>
-rwxr-xr-xreleng/top-pom-main.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/releng/top-pom-main.xml b/releng/top-pom-main.xml
index 049878dd5f9..77ec2102e8c 100755
--- a/releng/top-pom-main.xml
+++ b/releng/top-pom-main.xml
@@ -749,7 +749,7 @@
<!-- Pack200 -->
<build>
<plugins>
- <!-- plugin>
+ <plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200a-plugin</artifactId>
<version>${tychoExtrasVersion}</version>
@@ -761,11 +761,11 @@
</goals>
</execution>
</executions>
- </plugin-->
+ </plugin>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
- <version>1.0.5</version>
+ <version>1.1.2</version>
<executions>
<execution>
<id>sign</id>
@@ -775,7 +775,7 @@
</execution>
</executions>
</plugin>
- <!-- plugin>
+ <plugin>
<groupId>org.eclipse.tycho.extras</groupId>
<artifactId>tycho-pack200b-plugin</artifactId>
<version>${tychoExtrasVersion}</version>
@@ -787,7 +787,7 @@
</goals>
</execution>
</executions>
- </plugin-->
+ </plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-p2-plugin</artifactId>

Back to the top