Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-07-03 15:10:06 +0000
committerSravan Kumar Lakkimsetti2019-07-03 15:10:44 +0000
commit96d00dd9f4104eeb4c65198972efd8d7d5733848 (patch)
treee8a635e5306ac803914d5236d9e4e98a1cb676f6 /eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
parentd362d8c2b9b82a40c240d71b41f72662a4b8d786 (diff)
downloadeclipse.platform.releng.aggregator-96d00dd9f4104eeb4c65198972efd8d7d5733848.tar.gz
eclipse.platform.releng.aggregator-96d00dd9f4104eeb4c65198972efd8d7d5733848.tar.xz
eclipse.platform.releng.aggregator-96d00dd9f4104eeb4c65198972efd8d7d5733848.zip
Revert "Bug 548431 - Produce signed windows launcher bundles in the
platform repo" This reverts commit b36f5cf61abead17034045e763ec5b5bcea0d992. Revert "Bug 548431 - Produce signed windows launcher bundles in the platform repo" This reverts commit af870bb8f1b1611954967668a1f71e3f315c64ce.
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
index 31cdae77b..f3d4aec4c 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
@@ -143,22 +143,6 @@
</execution>
</executions>
</plugin>
- <plugin>
- <artifactId>exec-maven-plugin</artifactId>
- <groupId>org.codehaus.mojo</groupId>
- <executions>
- <execution>
- <id>winSigner</id>
- <phase>integration-test</phase>
- <goals>
- <goal>exec</goal>
- </goals>
- <configuration>
- <executable>${basedir}/../win-sign/reSign.sh</executable>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</profile>

Back to the top