mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Set Include Binary Equivalents to false for new major release of CDT in setup file
This commit is contained in:
parent
b25dc65e33
commit
56581db808
1 changed files with 2 additions and 1 deletions
|
@ -239,7 +239,8 @@
|
||||||
vmArguments="-Xms40m -Xmx512M -ea">
|
vmArguments="-Xms40m -Xmx512M -ea">
|
||||||
<targlet
|
<targlet
|
||||||
name="CDT"
|
name="CDT"
|
||||||
includeAllPlatforms="true">
|
includeAllPlatforms="true"
|
||||||
|
includeBinaryEquivalents="false">
|
||||||
<requirement
|
<requirement
|
||||||
name="org.eclipse.license.feature.group"/>
|
name="org.eclipse.license.feature.group"/>
|
||||||
<requirement
|
<requirement
|
||||||
|
|
Loading…
Add table
Reference in a new issue