mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 01:45:33 +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,\
|
||||
epl-v10.html,\
|
||||
eclipse_update_120.jpg
|
||||
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.rse.subsystems.wince.source=org.eclipse.rse.subsystems.wince
|
||||
#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=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=\
|
||||
|
|
|
@ -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.
|
||||
All rights reserved. This program and the accompanying materials
|
||||
are made available under the terms of the Eclipse Public License v1.0
|
||||
|
@ -8,13 +9,14 @@
|
|||
Contributors:
|
||||
IBM Corporation - initial API and implementation
|
||||
-->
|
||||
|
||||
<feature
|
||||
id="org.eclipse.rse.wince"
|
||||
label="%featureName"
|
||||
version="0.2.100.qualifier"
|
||||
provider-name="%providerName"
|
||||
plugin="org.eclipse.rse.subsystems.wince"
|
||||
os="win32"
|
||||
arch="x86"
|
||||
image="eclipse_update_120.jpg">
|
||||
|
||||
<description>
|
||||
|
@ -53,6 +55,8 @@
|
|||
|
||||
<plugin
|
||||
id="org.eclipse.tm.rapi"
|
||||
os="win32"
|
||||
arch="x86"
|
||||
download-size="14"
|
||||
install-size="26"
|
||||
version="0.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue