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:
parent
660a75531a
commit
290ba4330d
2 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue