Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2010-12-17 22:26:25 +0000
committerPascal Rapicault2010-12-17 22:26:25 +0000
commit7fc91e4fb38ea97f656abf08583c19492d73cdd8 (patch)
tree0145f60dd72aada08a71d30df5031964d98a8e8b /org.eclipse.m2e.parent
parent3e3140689f964c47343b3bdb241338aca7aa1be0 (diff)
downloadm2e-core-7fc91e4fb38ea97f656abf08583c19492d73cdd8.tar.gz
m2e-core-7fc91e4fb38ea97f656abf08583c19492d73cdd8.tar.xz
m2e-core-7fc91e4fb38ea97f656abf08583c19492d73cdd8.zip
Reference new poms
Diffstat (limited to 'org.eclipse.m2e.parent')
-rw-r--r--org.eclipse.m2e.parent/pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/org.eclipse.m2e.parent/pom.xml b/org.eclipse.m2e.parent/pom.xml
index 12690281..8713f7b4 100644
--- a/org.eclipse.m2e.parent/pom.xml
+++ b/org.eclipse.m2e.parent/pom.xml
@@ -92,7 +92,10 @@
<!-- common test helpers -->
<module>../org.eclipse.m2e.tests.common</module>
<module>../org.eclipse.m2e.integration.tests.common</module>
-
+
+ <module>../org.eclipse.m2e.logging</module>
+ <module>../org.eclipse.m2e.slf4j.bridge</module>
+
<!-- features -->
<module>../org.eclipse.m2e.feature</module>
<module>../org.eclipse.m2e.sdk.feature</module>

Back to the top