Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-17 19:45:16 +0000
committerDavid Williams2015-03-17 19:45:16 +0000
commit1358e94bc501e80012c0078c99ff6d59c013fab1 (patch)
tree74b9bad4ef3b0fe3953756b50e0799f266155e7c /eclipse.platform.releng.tychoeclipsebuilder/platform.sdk
parent12187261012a41513d8e132de59cbccf4ee904c5 (diff)
downloadeclipse.platform.releng.aggregator-1358e94bc501e80012c0078c99ff6d59c013fab1.tar.gz
eclipse.platform.releng.aggregator-1358e94bc501e80012c0078c99ff6d59c013fab1.tar.xz
eclipse.platform.releng.aggregator-1358e94bc501e80012c0078c99ff6d59c013fab1.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.xml9
1 files changed, 7 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..ea1963fcd 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>
@@ -110,10 +110,15 @@
<goal>sign</goal>
</goals>
<phase>package</phase>
+ <configuration>
+ <fileNames>
+ <fileName>Eclipse.app</fileName>
+ </fileNames>
+ </configuration>
</execution>
</executions>
</plugin>
- -->
+
</plugins>
</build>
</profile>

Back to the top