Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Keller2015-08-21 15:02:51 +0000
committerMarkus Keller2015-08-21 15:02:51 +0000
commitc50f86fa9266913b5a84fe19b97b950a29d93cc0 (patch)
tree398502c91ecc4412e2e28df77191a0766c405405
parent847ed216d3452582296bafd75812788bfc7e3559 (diff)
downloadeclipse.platform.ui.tools-c50f86fa9266913b5a84fe19b97b950a29d93cc0.tar.gz
eclipse.platform.ui.tools-c50f86fa9266913b5a84fe19b97b950a29d93cc0.tar.xz
eclipse.platform.ui.tools-c50f86fa9266913b5a84fe19b97b950a29d93cc0.zip
Bug 471835 - Build succeeds, even when "old" parent pom is referred to
-rw-r--r--pom.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index aacb5cc1..1bca36f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -52,8 +52,7 @@
</profile>
</profiles>
-
- <modules>
+ <modules>
<module>./bundles/org.eclipse.e4.tools</module>
<module>./bundles/org.eclipse.e4.tools.services</module>
<module>./bundles/org.eclipse.e4.tools.compat</module>

Back to the top