Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2015-01-25 03:08:21 +0000
committerDavid Williams2015-01-25 03:08:21 +0000
commit30e31f5e811a90f9e938f81289732e714af40ea2 (patch)
tree7695b1a417cc3dce5df08939cebc31633f256a44 /eclipse.platform.releng.tychoeclipsebuilder/rcp.config
parent6282bbb0972d158d9095c7a602c03028b6b9c0e9 (diff)
downloadeclipse.platform.releng.aggregator-30e31f5e811a90f9e938f81289732e714af40ea2.tar.gz
eclipse.platform.releng.aggregator-30e31f5e811a90f9e938f81289732e714af40ea2.tar.xz
eclipse.platform.releng.aggregator-30e31f5e811a90f9e938f81289732e714af40ea2.zip
Bug 457071 - Inconsistencies in org.eclipes.rcp.configuration for Mac OS
X platform (forgot to remove "copy up" of macosx 32 bit from pom.xml)
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/rcp.config')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
index 96af7e80b..d5002e7bf 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
@@ -53,27 +53,6 @@
</resources>
</configuration>
</execution>
- <execution>
- <id>copy-resources-macosx.cocoa.x86</id>
- <phase>validate</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <outputDirectory>${basedir}/rootfiles/macosx.cocoa.x86</outputDirectory>
- <resources>
- <resource>
- <directory>../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86</directory>
- <includes>
- <include>**/*</include>
- </includes>
- <excludes>
- <exclude>**/Info.plist</exclude>
- </excludes>
- </resource>
- </resources>
- </configuration>
- </execution>
</executions>
</plugin>
</plugins>

Back to the top