1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00

[releng] Revert wince-feature to released version, due to N-build errors.

This commit is contained in:
Martin Oberhuber 2010-06-03 06:35:11 +00:00
parent 7024419bc0
commit b2b7fa9008
3 changed files with 7 additions and 11 deletions

View file

@ -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

View file

@ -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, thus only works on win32-x86. Requires Microsoft RAPI libraries installed. Includes Source.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
copyright=\ copyright=\

View file

@ -1,5 +1,4 @@
<?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
@ -9,14 +8,13 @@
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>
@ -55,13 +53,11 @@
<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"
unpack="false"/> unpack="false"/>
<!--
<plugin <plugin
id="org.eclipse.rse.subsystems.wince.source" id="org.eclipse.rse.subsystems.wince.source"
download-size="0" download-size="0"
@ -75,5 +71,5 @@
install-size="0" install-size="0"
version="0.0.0" version="0.0.0"
unpack="false"/> unpack="false"/>
-->
</feature> </feature>