Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 38812890fa6..ba60d0fd94e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -102,7 +102,10 @@
<module>cross/org.eclipse.cdt.build.crossgcc-feature</module>
<module>cross/org.eclipse.cdt.launch.remote</module>
<module>cross/org.eclipse.cdt.launch.remote-feature</module>
-
+ <module>cross/org.eclipse.cdt.launch.serial.core</module>
+ <module>cross/org.eclipse.cdt.launch.serial.ui</module>
+ <module>cross/org.eclipse.cdt.launch.serial-feature</module>
+
<module>debug/org.eclipse.cdt.debug.core</module>
<module>debug/org.eclipse.cdt.debug.ui</module>

Back to the top