Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2011-09-03 00:48:39 +0000
committerDoug Schaefer2011-09-03 00:48:39 +0000
commitbca8fe06a1b09baf4dc7cde31a17dc2fcca42f79 (patch)
tree5368babb9284efd21f9ba3ee7971fb1bb4ccc9fc /releng/org.eclipse.cdt.platform.source-feature/pom.xml
parent68a58cd4e9cf3ab9d541db11fa4bf141fd5d6eb4 (diff)
downloadorg.eclipse.cdt-bca8fe06a1b09baf4dc7cde31a17dc2fcca42f79.tar.gz
org.eclipse.cdt-bca8fe06a1b09baf4dc7cde31a17dc2fcca42f79.tar.xz
org.eclipse.cdt-bca8fe06a1b09baf4dc7cde31a17dc2fcca42f79.zip
Fix poms for tycho 0.13.
Diffstat (limited to 'releng/org.eclipse.cdt.platform.source-feature/pom.xml')
-rw-r--r--releng/org.eclipse.cdt.platform.source-feature/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/releng/org.eclipse.cdt.platform.source-feature/pom.xml b/releng/org.eclipse.cdt.platform.source-feature/pom.xml
index 54a16327fea..67d6df2f593 100644
--- a/releng/org.eclipse.cdt.platform.source-feature/pom.xml
+++ b/releng/org.eclipse.cdt.platform.source-feature/pom.xml
@@ -11,6 +11,7 @@
<relativePath>../../pom.xml</relativePath>
</parent>
- <artifactId>org.eclipse.cdt.platform.source-feature</artifactId>
+ <groupId>org.eclipse.cdt.features</groupId>
+ <artifactId>org.eclipse.cdt.platform.source</artifactId>
<packaging>eclipse-feature</packaging>
</project>

Back to the top