Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-19 17:27:00 +0000
committerDavid Williams2015-03-19 17:27:00 +0000
commit3647fac0218160d511c1c68575a796c31d91804c (patch)
tree3aa8eb877a2c4dad7c2d975572d699570794b3c4 /eclipse.platform.releng.tychoeclipsebuilder/platform.sdk
parentda7670aa74a2047b8fd4e2a92aaada42037607d4 (diff)
downloadeclipse.platform.releng.aggregator-3647fac0218160d511c1c68575a796c31d91804c.tar.gz
eclipse.platform.releng.aggregator-3647fac0218160d511c1c68575a796c31d91804c.tar.xz
eclipse.platform.releng.aggregator-3647fac0218160d511c1c68575a796c31d91804c.zip
Bug 446351 - Temp disable (and later re-enable) mac signing
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform.sdk')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
index 320858b31..5dfe478ea 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
@@ -99,7 +99,7 @@
</execution>
</executions>
</plugin>
- <!--
+
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-macsigner-plugin</artifactId>
@@ -113,7 +113,7 @@
</execution>
</executions>
</plugin>
- -->
+
</plugins>
</build>
</profile>

Back to the top