mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-10 09:45:39 +02:00
[releng] Build WinCE without source.
This commit is contained in:
parent
18827aa7ff
commit
6c7a43e0b6
3 changed files with 9 additions and 5 deletions
|
@ -13,6 +13,6 @@ bin.includes = feature.xml,\
|
||||||
license.html,\
|
license.html,\
|
||||||
epl-v10.html,\
|
epl-v10.html,\
|
||||||
eclipse_update_120.jpg
|
eclipse_update_120.jpg
|
||||||
generate.plugin@org.eclipse.rse.subsystems.wince.source=org.eclipse.rse.subsystems.wince
|
#generate.plugin@org.eclipse.rse.subsystems.wince.source=org.eclipse.rse.subsystems.wince
|
||||||
generate.plugin@org.eclipse.tm.rapi.source=org.eclipse.tm.rapi
|
#generate.plugin@org.eclipse.tm.rapi.source=org.eclipse.tm.rapi
|
||||||
|
|
|
@ -23,7 +23,7 @@ tmUpdateSiteName=Target Management 3.2 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=Windows CE connectivity services for the Remote System Explorer (RSE). \
|
description=Windows CE connectivity services for the Remote System Explorer (RSE). \
|
||||||
Requires Microsoft RAPI libraries installed. Includes Source.
|
Requires Microsoft RAPI libraries installed, thus only works on win32-x86.
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
<!--
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
Copyright (c) 2005, 2010 IBM Corporation and others.
|
Copyright (c) 2005, 2010 IBM Corporation and others.
|
||||||
All rights reserved. This program and the accompanying materials
|
All rights reserved. This program and the accompanying materials
|
||||||
are made available under the terms of the Eclipse Public License v1.0
|
are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
@ -8,13 +9,14 @@
|
||||||
Contributors:
|
Contributors:
|
||||||
IBM Corporation - initial API and implementation
|
IBM Corporation - initial API and implementation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.wince"
|
id="org.eclipse.rse.wince"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="0.2.100.qualifier"
|
version="0.2.100.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>
|
||||||
|
@ -53,6 +55,8 @@
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.tm.rapi"
|
id="org.eclipse.tm.rapi"
|
||||||
|
os="win32"
|
||||||
|
arch="x86"
|
||||||
download-size="14"
|
download-size="14"
|
||||||
install-size="26"
|
install-size="26"
|
||||||
version="0.0.0"
|
version="0.0.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue