Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanh Ha2013-01-15 15:05:00 +0000
committerJohn Arthorne2013-01-15 15:05:00 +0000
commitfb0512fd09201d8ab0ce7cce1ae9a1c069521922 (patch)
tree89d0028b0871f859dca70a865b3971dfab69612f
parentbad1633b394a335e2adeddd617736c1f413d9057 (diff)
downloadrt.equinox.p2-fb0512fd09201d8ab0ce7cce1ae9a1c069521922.tar.gz
rt.equinox.p2-fb0512fd09201d8ab0ce7cce1ae9a1c069521922.tar.xz
rt.equinox.p2-fb0512fd09201d8ab0ce7cce1ae9a1c069521922.zip
Bug 396091 - Merge in CBI patches from 4.2.2 into 4.3 (pom changes) forv20130115-150500
equinox.p2
-rw-r--r--features/org.eclipse.equinox.p2.sdk/pom.xml25
1 files changed, 25 insertions, 0 deletions
diff --git a/features/org.eclipse.equinox.p2.sdk/pom.xml b/features/org.eclipse.equinox.p2.sdk/pom.xml
index 848b9fdd2..d81b56744 100644
--- a/features/org.eclipse.equinox.p2.sdk/pom.xml
+++ b/features/org.eclipse.equinox.p2.sdk/pom.xml
@@ -23,4 +23,29 @@
<artifactId>org.eclipse.equinox.p2.sdk</artifactId>
<version>3.8.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
+
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.eclipse.tycho</groupId>
+ <artifactId>target-platform-configuration</artifactId>
+ <configuration>
+ <dependency-resolution>
+ <extraRequirements>
+ <requirement>
+ <type>eclipse-plugin</type>
+ <id>org.apache.commons.logging</id>
+ <versionRange>[1.0,1.1)</versionRange>
+ </requirement>
+ <requirement>
+ <type>eclipse-plugin</type>
+ <id>org.apache.commons.logging.source</id>
+ <versionRange>[1.0,1.1)</versionRange>
+ </requirement>
+ </extraRequirements>
+ </dependency-resolution>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
</project>

Back to the top