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:
parent
87cd8401f4
commit
45fb622c51
2 changed files with 44 additions and 36 deletions
|
@ -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>
|
||||
|
|
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue