1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 06:02:11 +02:00

Add the core build gcc ui plugin to the gcc build feature.

Change-Id: I309bf8c785107ad8edd68664d175c7e94a900ea4
This commit is contained in:
Doug Schaefer 2017-11-04 22:26:18 -04:00
parent 87cd8401f4
commit 45fb622c51
2 changed files with 44 additions and 36 deletions

View file

@ -33,4 +33,11 @@
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.cdt.build.gcc.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

View file

@ -57,6 +57,7 @@
<modules>
<!-- The test plug-ins need to be at the end -->
<module>build/org.eclipse.cdt.build.gcc.core</module>
<module>build/org.eclipse.cdt.build.gcc.ui</module>
<module>build/org.eclipse.cdt.make.core</module>
<module>build/org.eclipse.cdt.make.ui</module>
<module>build/org.eclipse.cdt.managedbuilder.core</module>