Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-09-19 12:25:03 +0000
committerSravan Kumar Lakkimsetti2017-09-19 12:25:41 +0000
commit93e7181b2af633eb2da3f5fcb671044b1a8fc842 (patch)
treea0388c70ce14e08a0856f826321fdbfe6241d406 /eclipse.platform.releng.tychoeclipsebuilder
parent404bd7576bc0a568f61730787d00360c37494fc1 (diff)
downloadeclipse.platform.releng.aggregator-93e7181b2af633eb2da3f5fcb671044b1a8fc842.tar.gz
eclipse.platform.releng.aggregator-93e7181b2af633eb2da3f5fcb671044b1a8fc842.tar.xz
eclipse.platform.releng.aggregator-93e7181b2af633eb2da3f5fcb671044b1a8fc842.zip
Revert "Bug 521305 - App signing for mac OS X app failed"M20170919-0830
This reverts commit 1b754463af215d2cde998f335cdd2ddc06f0e547. Revert "Bug 522086 - Disable mac app signing and dmg creation" This reverts commit a0e89003bf8cda165badef42d1bbbabdfb6299bb.
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml4
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml5
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml6
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml6
4 files changed, 2 insertions, 19 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
index 1e28d4d61..40076ad8a 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/testManifest.xml
@@ -29,7 +29,7 @@
<platform
id="SMCC64"
name="Mac OSX (Mac/Cocoa/x86_64)"
- fileName="eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"></platform>
+ fileName="eclipse-SDK-${BUILD_ID}-macosx-cocoa-x86_64.dmg"></platform>
<!--
<platform id="SAA2" name='Source Build (Source in .zip) (&lt;a href="srcIncludedBuildInstructions.html">instructions&lt;/a>)'
@@ -99,7 +99,7 @@
<platform
id="PMCC64"
name="Mac OSX (Mac/Cocoa/x86_64)"
- fileName="eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.tar.gz"></platform>
+ fileName="eclipse-platform-${BUILD_ID}-macosx-cocoa-x86_64.dmg"></platform>
<platform
id="PLR"
name="&lt;img src = &quot;repo.gif&quot; alt=&quot;Runtime Repo&quot; /> Platform Runtime Repo "
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
index af669f873..721a0b5ea 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/equinox.starterkit.product/pom.xml
@@ -134,7 +134,6 @@
</execution>
</executions>
</plugin>
- <!--
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-macsigner-plugin</artifactId>
@@ -149,12 +148,10 @@
<fileNames>
<fileName>Rt.app</fileName>
</fileNames>
- <signerUrl>http://172.30.206.147:8282/macosx-signing-service/1.0.0-SNAPSHOT</signerUrl>
</configuration>
</execution>
</executions>
</plugin>
-
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-dmg-packager</artifactId>
@@ -166,7 +163,6 @@
</goals>
<phase>integration-test</phase>
<configuration>
- <serviceUrl>http://172.30.206.147:8787/dmg-packaging-service/1.0.0-SNAPSHOT</serviceUrl>
<source>${project.build.directory}/products/org.eclipse.rt.osgistarterkit.product-macosx.cocoa.x86_64.tar.gz</source>
<continueOnFail>true</continueOnFail>
<sign>true</sign>
@@ -174,7 +170,6 @@
</execution>
</executions>
</plugin>
- -->
</plugins>
</build>
</profile>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
index c7a85b376..feb50386b 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
@@ -106,7 +106,6 @@
</execution>
</executions>
</plugin>
- <!--
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-macsigner-plugin</artifactId>
@@ -117,9 +116,6 @@
<goal>sign</goal>
</goals>
<phase>package</phase>
- <configuration>
- <signerUrl>http://172.30.206.147:8282/macosx-signing-service/1.0.0-SNAPSHOT</signerUrl>
- </configuration>
</execution>
</executions>
</plugin>
@@ -134,7 +130,6 @@
</goals>
<phase>integration-test</phase>
<configuration>
- <serviceUrl>http://172.30.206.147:8787/dmg-packaging-service/1.0.0-SNAPSHOT</serviceUrl>
<source>${project.build.directory}/products/org.eclipse.platform.ide-macosx.cocoa.x86_64.tar.gz</source>
<continueOnFail>true</continueOnFail>
<sign>true</sign>
@@ -142,7 +137,6 @@
</execution>
</executions>
</plugin>
- -->
</plugins>
</build>
</profile>
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
index 865da4150..69b777289 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>
@@ -117,9 +116,6 @@
<goal>sign</goal>
</goals>
<phase>package</phase>
- <configuration>
- <signerUrl>http://172.30.206.147:8282/macosx-signing-service/1.0.0-SNAPSHOT</signerUrl>
- </configuration>
</execution>
</executions>
</plugin>
@@ -134,7 +130,6 @@
</goals>
<phase>integration-test</phase>
<configuration>
- <serviceUrl>http://172.30.206.147:8787/dmg-packaging-service/1.0.0-SNAPSHOT</serviceUrl>
<source>${project.build.directory}/products/org.eclipse.sdk.ide-macosx.cocoa.x86_64.tar.gz</source>
<continueOnFail>true</continueOnFail>
<sign>true</sign>
@@ -142,7 +137,6 @@
</execution>
</executions>
</plugin>
- -->
</plugins>
</build>
</profile>

Back to the top