Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIgor Fedorenko2011-07-29 10:33:51 +0000
committerIgor Fedorenko2011-07-29 15:37:38 +0000
commitaf53cbe8d932c81965ada90318475bae1cbe7f20 (patch)
treefd980272f3419a2aaca4bd1a7779454e7a7700b6 /org.eclipse.m2e.editor.xml
parent0d332c2fa822aaca9cf9119981074ee9684840a2 (diff)
downloadm2e-core-af53cbe8d932c81965ada90318475bae1cbe7f20.tar.gz
m2e-core-af53cbe8d932c81965ada90318475bae1cbe7f20.tar.xz
m2e-core-af53cbe8d932c81965ada90318475bae1cbe7f20.zip
Moved maven runtime and other "wrapper" bundles to m2e-maven-runtime
Signed-off-by: Igor Fedorenko <igor@ifedorenko.com>
Diffstat (limited to 'org.eclipse.m2e.editor.xml')
-rw-r--r--org.eclipse.m2e.editor.xml/pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/org.eclipse.m2e.editor.xml/pom.xml b/org.eclipse.m2e.editor.xml/pom.xml
index e52b0aee..d8241198 100644
--- a/org.eclipse.m2e.editor.xml/pom.xml
+++ b/org.eclipse.m2e.editor.xml/pom.xml
@@ -11,9 +11,8 @@
<parent>
<groupId>org.eclipse.m2e</groupId>
- <artifactId>org.eclipse.m2e.parent</artifactId>
+ <artifactId>m2e-core</artifactId>
<version>1.0.100-SNAPSHOT</version>
- <relativePath>../org.eclipse.m2e.parent</relativePath>
</parent>
<artifactId>org.eclipse.m2e.editor.xml</artifactId>

Back to the top