Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2013-09-04 15:05:33 +0000
committerMatthias Sohn2013-09-04 15:05:33 +0000
commiteed58242dfbc30f13c46ab92ff60ba4bfb2b9953 (patch)
tree84ea21fffd6e0fde3223e5703804a54f7ed6f34f /pom.xml
parentb97a35d7cfbcd70a7eae158f817bfbf7ea81a969 (diff)
downloadjgit-eed58242dfbc30f13c46ab92ff60ba4bfb2b9953.tar.gz
jgit-eed58242dfbc30f13c46ab92ff60ba4bfb2b9953.tar.xz
jgit-eed58242dfbc30f13c46ab92ff60ba4bfb2b9953.zip
Uncomment eclipse-jar-signer plugin
This was commented out by mistake. Change-Id: Ia1f6518ab7c7466d11710225f815b755fbf4d387 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f0a69ad3d7..2999b28bd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -543,7 +543,7 @@
</execution>
</executions>
</plugin>
-<!-- <plugin>
+ <plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<executions>
@@ -556,7 +556,7 @@
</execution>
</executions>
</plugin>
---> <plugin>
+ <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 -->

Back to the top