mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 17:26:01 +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">
|
||||
<targlet
|
||||
name="CDT"
|
||||
includeAllPlatforms="true">
|
||||
includeAllPlatforms="true"
|
||||
includeBinaryEquivalents="false">
|
||||
<requirement
|
||||
name="org.eclipse.license.feature.group"/>
|
||||
<requirement
|
||||
|
|
Loading…
Add table
Reference in a new issue