Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-02-25 16:49:22 +0000
committerDavid Williams2014-02-25 16:49:22 +0000
commit3cc90f839bd91d56f6126af687bda97f374fb5e0 (patch)
tree57b2ce50bf20134d4b8af085dc3b4e3afa66e705 /eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml
parent1874a31486934a31a32c4b214d537eb4a119d121 (diff)
downloadeclipse.platform.releng.aggregator-3cc90f839bd91d56f6126af687bda97f374fb5e0.tar.gz
eclipse.platform.releng.aggregator-3cc90f839bd91d56f6126af687bda97f374fb5e0.tar.xz
eclipse.platform.releng.aggregator-3cc90f839bd91d56f6126af687bda97f374fb5e0.zip
Bug 426260 - [Graphics] Files for new logo
Adding launcher icons to "tychobuilder"
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml31
1 files changed, 0 insertions, 31 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml
index fccb80381..db8b41cb0 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.sdk/pom.xml
@@ -32,37 +32,6 @@
<format>'${buildId}'</format>
</configuration>
</plugin>
- <!--
- This is necessary as the icons can't be found otherwise.
- Tycho seems to resolve the icons from the target/products/<product.id>
- directory whereas PDE seems to prefix with 'platform:/plugin' and then
- resolve it appropriately...
- -->
- <plugin>
- <artifactId>maven-resources-plugin</artifactId>
- <version>2.6</version>
- <executions>
- <execution>
- <phase>prepare-package</phase>
- <id>copy-icons</id>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${basedir}</outputDirectory>
- <resources>
- <resource>
- <directory>../../rt.equinox.framework/features/org.eclipse.equinox.executable.feature/bin/cocoa/macosx/x86/Eclipse.app/Contents/Resources
- </directory>
- <includes>
- <include>Eclipse.icns</include>
- </includes>
- </resource>
- </resources>
- </configuration>
- </execution>
- </executions>
- </plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>

Back to the top