mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
add terminal tests to main reactor
Change-Id: Id2149f5ab606013cdff7f48fc75e0777700b4715 Signed-off-by: nickboldt <nboldt@redhat.com>
This commit is contained in:
parent
ebe114fa71
commit
b838caf3cb
1 changed files with 1 additions and 12 deletions
|
@ -54,10 +54,7 @@
|
|||
<module>features/org.eclipse.tm.terminal.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.sdk.feature</module>
|
||||
|
||||
<!-- TM Terminal Repository -->
|
||||
<!-- Can only be built with cdtserial since it references cdtserial! -->
|
||||
<!-- This is OK since older profiles are only for validation anyways. -->
|
||||
<!-- <module>repos/org.eclipse.tm.terminal.repo</module> -->
|
||||
<module>plugins/org.eclipse.tm.terminal.test</module>
|
||||
</modules>
|
||||
|
||||
<profiles>
|
||||
|
@ -78,7 +75,6 @@
|
|||
<module>plugins/org.eclipse.tm.terminal.connector.cdtserial</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.cdtserial.feature</module>
|
||||
<module>features/org.eclipse.tm.terminal.connector.cdtserial.sdk.feature</module>
|
||||
<module>repos/org.eclipse.tm.terminal.repo</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
|
@ -96,12 +92,5 @@
|
|||
<module>features/org.eclipse.tm.terminal.connector.serial.sdk.feature</module>
|
||||
</modules>
|
||||
</profile>
|
||||
<profile>
|
||||
<!-- The tests are only built with the tests profile. -->
|
||||
<id>tests</id>
|
||||
<modules>
|
||||
<module>plugins/org.eclipse.tm.terminal.test</module>
|
||||
</modules>
|
||||
</profile>
|
||||
</profiles>
|
||||
</project>
|
||||
|
|
Loading…
Add table
Reference in a new issue