Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/pom.xml')
-rw-r--r--debug/pom.xml26
1 files changed, 0 insertions, 26 deletions
diff --git a/debug/pom.xml b/debug/pom.xml
index 431d7b18538..8de9e664633 100644
--- a/debug/pom.xml
+++ b/debug/pom.xml
@@ -12,30 +12,4 @@
<artifactId>org.eclipse.cdt.debug-parent</artifactId>
<packaging>pom</packaging>
- <modules>
- <module>org.eclipse.cdt.debug.core</module>
- <module>org.eclipse.cdt.debug.ui</module>
-
- <module>org.eclipse.cdt.gdb</module>
- <module>org.eclipse.cdt.gdb.ui</module>
- <module>org.eclipse.cdt.gdb-feature</module>
- <module>org.eclipse.cdt.gnu.debug-feature</module>
-
- <module>org.eclipse.cdt.debug.application</module>
- <module>org.eclipse.cdt.debug.application.doc</module>
- <module>org.eclipse.cdt.debug.standalone-feature</module>
- <!--
- TODO: Investigate/Fix hanging before re-enable re-enabling
- <module>org.eclipse.cdt.debug.application.tests</module>
- -->
- </modules>
-
- <profiles>
- <profile>
- <id>build-standalone-debugger-rcp</id>
- <modules>
- <module>org.eclipse.cdt.debug.application.product</module>
- </modules>
- </profile>
- </profiles>
</project>

Back to the top