mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
[236026][releng] Specify RSE-WinCE feature to support win32-x86 only
This commit is contained in:
parent
15ba067c6c
commit
c1ba1ba355
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,6 @@ buildType=P
|
||||||
buildId=unknown
|
buildId=unknown
|
||||||
buildLabel=${buildId}
|
buildLabel=${buildId}
|
||||||
mapVersionTag=HEAD
|
mapVersionTag=HEAD
|
||||||
configs=*,*,*
|
|
||||||
|
|
||||||
#this is set to the tag from the map file unless forced here
|
#this is set to the tag from the map file unless forced here
|
||||||
#forceContextQualifier=vYYYYMMDD
|
#forceContextQualifier=vYYYYMMDD
|
||||||
|
@ -27,7 +26,8 @@ generateFeatureVersionSuffix=true
|
||||||
##Packager
|
##Packager
|
||||||
collPlace=eclipse
|
collPlace=eclipse
|
||||||
collBase=.
|
collBase=.
|
||||||
# configs=linux,gtk,ppc & *,*,*
|
configs=linux,gtk,ppc & win32,win32,x86 & *,*,*
|
||||||
|
groupConfigurations=true
|
||||||
archivesFormat =\
|
archivesFormat =\
|
||||||
linux, gtk, ppc-zip &\
|
linux, gtk, ppc-zip &\
|
||||||
*,*,*-zip
|
*,*,*-zip
|
||||||
|
|
Loading…
Add table
Reference in a new issue