Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-08-12 18:00:31 +0000
committerMike Rennie2013-08-12 18:00:31 +0000
commitc0c817b0d5f0a0f2e200fc0e7a1541606e2b3d70 (patch)
tree90d6e17cabd85d8ca240844553c1e1644a797f2c /pom.xml
parent2545cb548af6984129ba176759ba8ffc4de1a88e (diff)
downloadeclipse.platform.debug-c0c817b0d5f0a0f2e200fc0e7a1541606e2b3d70.tar.gz
eclipse.platform.debug-c0c817b0d5f0a0f2e200fc0e7a1541606e2b3d70.tar.xz
eclipse.platform.debug-c0c817b0d5f0a0f2e200fc0e7a1541606e2b3d70.zip
[nobug] add / update POMs for new example bundles
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