Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-03-23 07:25:38 +0000
committerDavid Williams2015-03-23 07:25:38 +0000
commitbfb6e8cbaefa1957288b20b9a7e7a3ef02d14b05 (patch)
tree5512337f8521f6766ab49f096aa0ed11b219e305 /eclipse.platform.releng.tychoeclipsebuilder/platform.sdk
parent57939b55e98147746b134f6c21a7182da91760ac (diff)
downloadeclipse.platform.releng.aggregator-bfb6e8cbaefa1957288b20b9a7e7a3ef02d14b05.tar.gz
eclipse.platform.releng.aggregator-bfb6e8cbaefa1957288b20b9a7e7a3ef02d14b05.tar.xz
eclipse.platform.releng.aggregator-bfb6e8cbaefa1957288b20b9a7e7a3ef02d14b05.zip
Bug 462815 - Avoid materializing products not delivered
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform.sdk')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml77
1 files changed, 0 insertions, 77 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
index 320858b31..78fb52c73 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform.sdk/pom.xml
@@ -39,83 +39,6 @@
<format>'${buildId}'</format>
</configuration>
</plugin>
-
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
- <artifactId>tycho-p2-director-plugin</artifactId>
- <executions>
- <execution>
- <id>materialize-products</id>
- <goals>
- <goal>materialize-products</goal>
- </goals>
- <configuration>
- <profile>SDKProfile</profile>
- <products>
- <product>
- <id>org.eclipse.platform.sdk</id>
- <rootFolder>eclipse</rootFolder>
- <rootFolders>
- <macosx>Eclipse.app</macosx>
- </rootFolders>
- </product>
- </products>
- </configuration>
- </execution>
- <execution>
- <id>archive-products</id>
- <phase>pre-integration-test</phase>
- <goals>
- <goal>archive-products</goal>
- </goals>
- <configuration>
- <formats>
- <win32>zip</win32>
- <linux>tar.gz</linux>
- <macosx>tar.gz</macosx>
- </formats>
- </configuration>
- </execution>
- </executions>
- </plugin>
-
- </plugins>
- </build>
- <profiles>
- <profile>
- <id>eclipse-sign</id>
- <build>
- <plugins>
- <plugin>
- <groupId>org.eclipse.cbi.maven.plugins</groupId>
- <artifactId>eclipse-winsigner-plugin</artifactId>
- <version>${cbi-plugins.version}</version>
- <executions>
- <execution>
- <goals>
- <goal>sign</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- <!--
- <plugin>
- <groupId>org.eclipse.cbi.maven.plugins</groupId>
- <artifactId>eclipse-macsigner-plugin</artifactId>
- <version>${cbi-plugins.version}</version>
- <executions>
- <execution>
- <goals>
- <goal>sign</goal>
- </goals>
- <phase>package</phase>
- </execution>
- </executions>
- </plugin>
- -->
</plugins>
</build>
- </profile>
- </profiles>
</project>

Back to the top