1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Fix build for memory.floatingpoint

This commit is contained in:
Marc-Andre Laperle 2012-11-17 12:41:55 -05:00
parent 660a75531a
commit 290ba4330d
2 changed files with 3 additions and 2 deletions

View file

@ -7,8 +7,8 @@
<parent>
<groupId>org.eclipse.cdt</groupId>
<artifactId>cdt-parent</artifactId>
<version>8.1.0-SNAPSHOT</version>
<relativePath>../../../../pom/pom-all.xml</relativePath>
<version>8.2.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>org.eclipse.cdt.debug.ui.memory.floatingpoint</artifactId>

View file

@ -134,6 +134,7 @@
<module>util/org.eclipse.cdt.util-feature</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.memorybrowser</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.floatingpoint</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.search</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.traditional</module>
<module>memory/org.eclipse.cdt.debug.ui.memory.transport</module>