Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-05-04 18:29:27 +0000
committerDavid Williams2014-05-04 18:29:27 +0000
commit48421ee99191d9e11c53536b95df6c64c093d435 (patch)
tree3536c04a73cd3e05705f5aaa35ce90906e4519c1
parent1638e560529ba08022737aaa1376288fa280a778 (diff)
downloadeclipse.platform.releng.aggregator-48421ee99191d9e11c53536b95df6c64c093d435.tar.gz
eclipse.platform.releng.aggregator-48421ee99191d9e11c53536b95df6c64c093d435.tar.xz
eclipse.platform.releng.aggregator-48421ee99191d9e11c53536b95df6c64c093d435.zip
Bug 432379 - Eclipse executable delivered two times in SDKI20140504-2000
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt2
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml32
2 files changed, 1 insertions, 33 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt
index e83379339..5b9ec6a7c 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/forceQualifierUpdate.txt
@@ -4,4 +4,4 @@ Bug 414132 - several "Unanticipated" comparator issues logged in I20130730-0800
Bug 419092 - [Mac] Kepler doesn't launch without JRE 6, even if JDK 7 is installed (Platform Runtime build)
Bug 425840 - Unanticipated comparator error in I20140115-1300
Bug 429093 - Some old icons can be removed from equinox.
-Bug 433814 - Unanticipated comparator error last few I-builds \ No newline at end of file
+Bug 433814 - Unanticipated comparator error last few I-builds
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
index 0adf81c13..1264cf6ec 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/rcp.config/pom.xml
@@ -213,38 +213,6 @@
</resources>
</configuration>
</execution>
- <execution>
- <id>copy-resources-win32.win32.x86</id>
- <phase>validate</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <overwrite>true</overwrite>
- <outputDirectory>${basedir}/rootfiles/win32.win32.x86</outputDirectory>
- <resources>
- <resource>
- <directory>../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86</directory>
- </resource>
- </resources>
- </configuration>
- </execution>
- <execution>
- <id>copy-resources-win32.win32.x86_64</id>
- <phase>validate</phase>
- <goals>
- <goal>copy-resources</goal>
- </goals>
- <configuration>
- <overwrite>true</overwrite>
- <outputDirectory>${basedir}/rootfiles/win32.win32.x86_64</outputDirectory>
- <resources>
- <resource>
- <directory>../../rt.equinox.binaries/org.eclipse.equinox.executable/bin/win32/win32/x86_64</directory>
- </resource>
- </resources>
- </configuration>
- </execution>
</executions>
</plugin>
</plugins>

Back to the top