Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2013-07-06 19:24:37 +0000
committerTom Schindl2013-07-06 19:24:37 +0000
commite4d282a89c6d41d84ff9f9b91c2724dc9f1e96c1 (patch)
tree8cd66b7a1958b038a769e0ef6c8a68a47607c21e /releng/org.eclipse.fx.updatesite/pom.xml
parent4b8ebe81344409dd54f3a3d2856f3be2c1592d19 (diff)
downloadorg.eclipse.efxclipse-e4d282a89c6d41d84ff9f9b91c2724dc9f1e96c1.tar.gz
org.eclipse.efxclipse-e4d282a89c6d41d84ff9f9b91c2724dc9f1e96c1.tar.xz
org.eclipse.efxclipse-e4d282a89c6d41d84ff9f9b91c2724dc9f1e96c1.zip
using cbi signeing bundle
Diffstat (limited to 'releng/org.eclipse.fx.updatesite/pom.xml')
-rw-r--r--releng/org.eclipse.fx.updatesite/pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/releng/org.eclipse.fx.updatesite/pom.xml b/releng/org.eclipse.fx.updatesite/pom.xml
index b5eb2b82e..01f22e652 100644
--- a/releng/org.eclipse.fx.updatesite/pom.xml
+++ b/releng/org.eclipse.fx.updatesite/pom.xml
@@ -30,7 +30,7 @@
</build>
<profiles>
- <profile>
+ <!-- >profile>
<id>build-server</id>
<pluginRepositories>
<pluginRepository>
@@ -85,7 +85,7 @@
</execution>
</executions>
</plugin>
- <!-- plugin>
+ <plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
@@ -110,10 +110,10 @@
</configuration>
</execution>
</executions>
- </plugin -->
+ </plugin>
</plugins>
</build>
- </profile>
+ </profile-->
</profiles>
</project> \ No newline at end of file

Back to the top