mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 20:15:22 +02:00
[236026][releng] Specify RSE-WinCE feature to support win32-x86 only, allow TM-Rapi bundle on any window system
This commit is contained in:
parent
ead0d0ca2d
commit
07688412a9
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@
|
||||||
version="0.1.0.qualifier"
|
version="0.1.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.subsystems.wince"
|
plugin="org.eclipse.rse.subsystems.wince"
|
||||||
|
os="win32"
|
||||||
|
arch="x86"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
|
|
@ -3,7 +3,7 @@ Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.rapi
|
Bundle-SymbolicName: org.eclipse.tm.rapi
|
||||||
Bundle-Version: 0.1.0.qualifier
|
Bundle-Version: 0.1.0.qualifier
|
||||||
Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=x86))
|
Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86))
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Export-Package: org.eclipse.tm.internal.rapi;x-internal:=true,
|
Export-Package: org.eclipse.tm.internal.rapi;x-internal:=true,
|
||||||
|
|
Loading…
Add table
Reference in a new issue