mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00
Force CDT.setup to use specific target platform version
CDT.setup was allowing devs to choose the target platform, but in reality most choices don't work. Instead force the known correct value which is what Eclipse Platform does too. Fixes #571
This commit is contained in:
parent
8ca56de402
commit
4b2f711d4e
1 changed files with 2 additions and 1 deletions
|
@ -74,7 +74,8 @@
|
|||
<setupTask
|
||||
xsi:type="setup:VariableTask"
|
||||
name="eclipse.target.platform"
|
||||
defaultValue="${eclipse.target.platform.latest}"
|
||||
value="${eclipse.target.platform.latest.released}"
|
||||
defaultValue=""
|
||||
storageURI="scope://Workspace"/>
|
||||
<setupTask
|
||||
xsi:type="setup.targlets:TargletTask"
|
||||
|
|
Loading…
Add table
Reference in a new issue