Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2014-03-19 18:00:01 +0000
committerThomas Watson2014-03-19 18:00:01 +0000
commit5d16cf27519a9ddd4bf5bd896b42d0bd43e019b9 (patch)
tree0cff06f24e64337bc813f09bf30cc4cbb54ec3b6
parentcdcd094e183d865569a4ce4989fc3b2d528924e8 (diff)
downloadrt.equinox.bundles-5d16cf27519a9ddd4bf5bd896b42d0bd43e019b9.tar.gz
rt.equinox.bundles-5d16cf27519a9ddd4bf5bd896b42d0bd43e019b9.tar.xz
rt.equinox.bundles-5d16cf27519a9ddd4bf5bd896b42d0bd43e019b9.zip
Bug 430708 - Circularity between the features in the framework and bundles repos causes build issuesI20140325-0830
-rw-r--r--features/org.eclipse.equinox.core.sdk/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.equinox.core.sdk/pom.xml b/features/org.eclipse.equinox.core.sdk/pom.xml
index 44d089876..71fb6b02d 100644
--- a/features/org.eclipse.equinox.core.sdk/pom.xml
+++ b/features/org.eclipse.equinox.core.sdk/pom.xml
@@ -12,8 +12,8 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>rt.equinox.framework</artifactId>
- <groupId>org.eclipse.equinox.framework</groupId>
+ <artifactId>rt.equinox.bundles</artifactId>
+ <groupId>org.eclipse.equinox.bundles</groupId>
<version>4.4.0-SNAPSHOT</version>
<relativePath>../../</relativePath>
</parent>

Back to the top