Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorTom Schindl2013-07-06 11:23:46 +0000
committerTom Schindl2013-07-06 11:23:46 +0000
commit4b8ebe81344409dd54f3a3d2856f3be2c1592d19 (patch)
tree296f9c1bc9579ac6431548c172374bd00b5741ba /releng
parent72e41977069efb817565752432b278c001e4c830 (diff)
downloadorg.eclipse.efxclipse-4b8ebe81344409dd54f3a3d2856f3be2c1592d19.tar.gz
org.eclipse.efxclipse-4b8ebe81344409dd54f3a3d2856f3be2c1592d19.tar.xz
org.eclipse.efxclipse-4b8ebe81344409dd54f3a3d2856f3be2c1592d19.zip
reenable pack
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.fx.updatesite/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.fx.updatesite/pom.xml b/releng/org.eclipse.fx.updatesite/pom.xml
index a47bed6c0..b5eb2b82e 100644
--- a/releng/org.eclipse.fx.updatesite/pom.xml
+++ b/releng/org.eclipse.fx.updatesite/pom.xml
@@ -45,7 +45,7 @@
<artifactId>eclipse-signing-maven-plugin</artifactId>
<version>1.0.5</version>
<executions>
- <!-- execution>
+ <execution>
<id>pack</id>
<configuration>
<inputFile>${p2repo-zip-path}</inputFile>
@@ -54,7 +54,7 @@
<goals>
<goal>pack</goal>
</goals>
- </execution-->
+ </execution>
<execution>
<id>sign</id>
<configuration>

Back to the top