Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 692b0cf52..7a086fe4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,6 +46,8 @@
<module>org.eclipse.core.variables</module>
<module>org.eclipse.debug.core</module>
<module>org.eclipse.debug.examples.core</module>
+ <module>org.eclipse.debug.examples.memory</module>
+ <module>org.eclipse.debug.examples.mixedmode</module>
<module>org.eclipse.debug.examples.ui</module>
<module>org.eclipse.debug.tests</module>
<module>org.eclipse.debug.ui</module>

Back to the top