Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-04-14 12:27:12 +0000
committerDavid Williams2013-04-14 12:27:12 +0000
commit4aa2622011ed90061196ce33c8e3686e34bb23f8 (patch)
tree84738055e458b65400a0aa848a9896253668bdf8 /eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
parent9b6999e552e3b2a1df9b5babfba0599dafbce875 (diff)
downloadeclipse.platform.releng.aggregator-4aa2622011ed90061196ce33c8e3686e34bb23f8.tar.gz
eclipse.platform.releng.aggregator-4aa2622011ed90061196ce33c8e3686e34bb23f8.tar.xz
eclipse.platform.releng.aggregator-4aa2622011ed90061196ce33c8e3686e34bb23f8.zip
Bug 401037 - [CBI] org.eclipse.rcp.configuration is in CBI builds, but
not PDE builds (removing explicit listing of dependency from products, adding p2-metadata only to final repo.)
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml b/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
index 4cbb1a7f2..d90461168 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/sdk/pom.xml
+++ b/eclipse.platform.releng.tychoeclipsebuilder/sdk/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