Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLakshmi Shanmugam2017-08-29 10:49:56 +0000
committerLakshmi Shanmugam2017-08-29 10:51:17 +0000
commit07e9278807ea5e83dc95dd337ba29035e5314e0b (patch)
treea948ea9aa5f95b637d029d9961eb458b3ab9000d /eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
parentdb5d771b7fcf25c55ac39462e5550a8c6f9c0fd8 (diff)
downloadeclipse.platform.releng.aggregator-07e9278807ea5e83dc95dd337ba29035e5314e0b.tar.gz
eclipse.platform.releng.aggregator-07e9278807ea5e83dc95dd337ba29035e5314e0b.tar.xz
eclipse.platform.releng.aggregator-07e9278807ea5e83dc95dd337ba29035e5314e0b.zip
Revert "Bug 521305 - App signing for mac OS X app failed"I20170829-0705
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml4
1 files changed, 1 insertions, 3 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
index 87833ae53..b5753a9ed 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
@@ -106,7 +106,6 @@
</execution>
</executions>
</plugin>
- <!--
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-macsigner-plugin</artifactId>
@@ -120,7 +119,6 @@
</execution>
</executions>
</plugin>
- -->
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-dmg-packager</artifactId>
@@ -134,7 +132,7 @@
<configuration>
<source>${project.build.directory}/products/org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz</source>
<continueOnFail>true</continueOnFail>
- <!-- <sign>true</sign> -->
+ <sign>true</sign>
</configuration>
</execution>
</executions>

Back to the top