diff options
| author | David Williams | 2015-04-10 02:09:29 +0000 |
|---|---|---|
| committer | David Williams | 2015-04-10 02:09:29 +0000 |
| commit | e3049554f38433de2748b00a0b7c2b0df01587ac (patch) | |
| tree | d71cc999c7827580262a51c38c38fc4752655c3f | |
| parent | c990e29b31d932a49fc5e893220ee7a31a8df596 (diff) | |
| download | eclipse.platform.releng.aggregator-e3049554f38433de2748b00a0b7c2b0df01587ac.tar.gz eclipse.platform.releng.aggregator-e3049554f38433de2748b00a0b7c2b0df01587ac.tar.xz eclipse.platform.releng.aggregator-e3049554f38433de2748b00a0b7c2b0df01587ac.zip | |
Bug 463653 - Remove workaround of "copy up" Info.plist
in config feature.
| -rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties | 2 | ||||
| -rw-r--r-- | eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml | 26 |
2 files changed, 1 insertions, 27 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties index 1edfe18a4..29dfebb9b 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/build.properties @@ -20,7 +20,7 @@ root.win32.win32.x86_64.permissions.755=eclipse.exe # in "application requires Java 6" (see bug 445026, and bug 457071) # These are not required at all, for our "product build", but are to get # configuration_roots complete (see bug 457071). -root.macosx.cocoa.x86_64=rootfiles/macosx.cocoa.x86_64 +root.macosx.cocoa.x86_64=../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64 root.macosx.cocoa.x86_64.permissions.755=Eclipse.app/Contents/MacOS/eclipse #root.macosx.cocoa.x86_64.link=Eclipse.app/Contents/MacOS/eclipse,eclipse diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml index a6e01ed12..362355866 100644 --- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml +++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml @@ -36,32 +36,6 @@ <format>'v${buildTimestamp}'</format> </configuration> </plugin> - <plugin> - <artifactId>maven-resources-plugin</artifactId> - <executions> - <execution> - <id>copy-resources-macosx.cocoa.x86_64</id> - <phase>validate</phase> - <goals> - <goal>copy-resources</goal> - </goals> - <configuration> - <outputDirectory>${basedir}/rootfiles/macosx.cocoa.x86_64</outputDirectory> - <resources> - <resource> - <directory>../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/cocoa/macosx/x86_64</directory> - <includes> - <include>**/*</include> - </includes> - <excludes> - <exclude>**/Info.plist</exclude> - </excludes> - </resource> - </resources> - </configuration> - </execution> - </executions> - </plugin> </plugins> </build> </project> |
