Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-04-14 15:32:14 +0000
committerDavid Williams2013-04-14 15:32:14 +0000
commitff2379092b6e851c78c6bcecf8e03cfebd8961a7 (patch)
tree777dd6f844b5cf2b8c5b8d775ef4aad857ccd6f7 /eclipse.platform.releng.tychoeclipsebuilder/platform
parent4aa2622011ed90061196ce33c8e3686e34bb23f8 (diff)
downloadeclipse.platform.releng.aggregator-ff2379092b6e851c78c6bcecf8e03cfebd8961a7.tar.gz
eclipse.platform.releng.aggregator-ff2379092b6e851c78c6bcecf8e03cfebd8961a7.tar.xz
eclipse.platform.releng.aggregator-ff2379092b6e851c78c6bcecf8e03cfebd8961a7.zip
Bug 401037 - [CBI] org.eclipse.rcp.configuration is in CBI builds, but
not PDE builds
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/platform')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
index 0d9241538..15ed956c8 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/platform/pom.xml
@@ -32,6 +32,22 @@
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <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