Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-05-15 12:21:34 +0000
committerDavid Williams2013-05-15 12:21:34 +0000
commit421844fb7fcf2024390ded0db6473a186a567253 (patch)
treef2dbb15874f0ea0de0bf36d7f8a716dbaad8b3b6 /eclipse.platform.releng.tychoeclipsebuilder/platform
parent0e23e6b8db92e47e6204207e582238f2777b8d9f (diff)
downloadeclipse.platform.releng.aggregator-421844fb7fcf2024390ded0db6473a186a567253.tar.gz
eclipse.platform.releng.aggregator-421844fb7fcf2024390ded0db6473a186a567253.tar.xz
eclipse.platform.releng.aggregator-421844fb7fcf2024390ded0db6473a186a567253.zip
Bug 407703 - Issues with our org.eclipse.rcp.configuration
This commit is to clean-up some old attempts to fix, which did not fix and/or no longer neccasary.
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
index 489d89bc9..4d75b20f7 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
@@ -26,23 +26,6 @@
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
- <artifactId>target-platform-configuration</artifactId>
- <configuration>
- <includePackedArtifacts>false</includePackedArtifacts>
- <dependency-resolution>
- <extraRequirements>
- <!-- this guarantees proper reactor build order -->
- <requirement>
- <type>eclipse-feature</type>
- <id>org.eclipse.rcp.configuration</id>
- <versionRange>0.0.0</versionRange>
- </requirement>
- </extraRequirements>
- </dependency-resolution>
- </configuration>
- </plugin>
- <plugin>
- <groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-packaging-plugin</artifactId>
<version>${tycho.version}</version>
<configuration>

Back to the top