mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-03 21:53:39 +02:00
[releng] Build on tools - branding - update bundle and feature versions
This commit is contained in:
parent
5ff4f778fe
commit
0a9c3fe193
67 changed files with 188 additions and 139 deletions
|
@ -22,7 +22,7 @@ description=All of Target Management in one Feature
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
|
|
|
@ -22,7 +22,7 @@ description=RSE and Terminal Tests in one Feature
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Remote System Explorer Examples
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "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,11 +9,10 @@
|
||||||
Contributors:
|
Contributors:
|
||||||
IBM Corporation - initial API and implementation
|
IBM Corporation - initial API and implementation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.examples"
|
id="org.eclipse.rse.examples"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.1.100.qualifier"
|
version="3.1.200.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.examples.tutorial"
|
plugin="org.eclipse.rse.examples.tutorial"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -24,7 +24,7 @@ on remote systems through SSH, FTP or dstore protocols.
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
|
|
|
@ -24,7 +24,7 @@ user documentation.
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=RSE Core Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=Remote System Explorer (RSE) core including \
|
description=Remote System Explorer (RSE) core including \
|
||||||
|
|
|
@ -19,7 +19,7 @@ featureName=RSE DStore Services
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=RSE DStore is an extensible tooling communication layer.
|
description=RSE DStore is an extensible tooling communication layer.
|
||||||
|
|
|
@ -36,8 +36,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=RSE DStore Services Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=RSE DStore is an extensible tooling communication layer.
|
description=RSE DStore is an extensible tooling communication layer.
|
||||||
|
|
|
@ -19,7 +19,7 @@ featureName=RSE FTP Service
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=The Remote System Explorer (RSE) ftp feature contains an FTP-based \
|
description=The Remote System Explorer (RSE) ftp feature contains an FTP-based \
|
||||||
|
|
|
@ -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,11 +9,10 @@
|
||||||
Contributors:
|
Contributors:
|
||||||
IBM Corporation - initial API and implementation
|
IBM Corporation - initial API and implementation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.ftp"
|
id="org.eclipse.rse.ftp"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.0.200.qualifier"
|
version="3.0.300.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.services.files.ftp">
|
plugin="org.eclipse.rse.services.files.ftp">
|
||||||
|
|
||||||
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=RSE FTP Service Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=The Remote System Explorer (RSE) ftp feature contains an FTP-based \
|
description=The Remote System Explorer (RSE) ftp feature contains an FTP-based \
|
||||||
|
|
|
@ -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,22 +9,49 @@
|
||||||
Contributors:
|
Contributors:
|
||||||
IBM Corporation - initial API and implementation
|
IBM Corporation - initial API and implementation
|
||||||
-->
|
-->
|
||||||
|
<feature
|
||||||
|
id="org.eclipse.rse.ftp.source"
|
||||||
|
label="%featureName"
|
||||||
|
version="3.0.300.qualifier"
|
||||||
|
provider-name="%providerName"
|
||||||
|
plugin="org.eclipse.rse.services.files.ftp.source">
|
||||||
|
|
||||||
|
<description>
|
||||||
|
%description
|
||||||
|
</description>
|
||||||
|
|
||||||
|
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
||||||
|
%copyright
|
||||||
|
</copyright>
|
||||||
|
|
||||||
|
<license url="%licenseURL">
|
||||||
|
%license
|
||||||
|
</license>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.apache.commons.net.source"
|
||||||
|
download-size="189"
|
||||||
|
install-size="325"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.services.files.ftp.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
|
<plugin
|
||||||
|
id="org.eclipse.rse.subsystems.files.ftp.source"
|
||||||
|
download-size="0"
|
||||||
|
install-size="0"
|
||||||
|
version="0.0.0"
|
||||||
|
unpack="false"/>
|
||||||
|
|
||||||
<feature id="org.eclipse.rse.ftp.source" version="3.0.200.qualifier" label="%featureName" provider-name="%providerName" plugin="org.eclipse.rse.services.files.ftp.source">
|
|
||||||
<description >
|
|
||||||
%description
|
|
||||||
</description>
|
|
||||||
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
|
|
||||||
%copyright
|
|
||||||
</copyright>
|
|
||||||
<license url="%licenseURL">
|
|
||||||
%license
|
|
||||||
</license>
|
|
||||||
<url>
|
|
||||||
<update url="http://download.eclipse.org/tm/updates/3.2" label="%tmUpdateSiteName"/>
|
|
||||||
<discovery url="http://download.eclipse.org/tm/updates/3.2" label="%tmUpdateSiteName"/>
|
|
||||||
</url>
|
|
||||||
<plugin id="org.apache.commons.net.source" version="0.0.0" download-size="189" install-size="325" unpack="false" />
|
|
||||||
<plugin id="org.eclipse.rse.services.files.ftp.source" version="0.0.0" download-size="0" install-size="0" unpack="false"/>
|
|
||||||
<plugin id="org.eclipse.rse.subsystems.files.ftp.source" version="0.0.0" download-size="0" install-size="0" unpack="false"/>
|
|
||||||
</feature>
|
</feature>
|
||||||
|
|
|
@ -19,7 +19,7 @@ featureName=RSE Local Services
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=Remote System Explorer (RSE) Local Services provides an \
|
description=Remote System Explorer (RSE) Local Services provides an \
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=RSE Local Services Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=Remote System Explorer (RSE) Local Services provides an \
|
description=Remote System Explorer (RSE) Local Services provides an \
|
||||||
|
|
|
@ -30,8 +30,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
<import plugin="org.eclipse.core.runtime"/>
|
<requires>
<import plugin="org.eclipse.core.runtime"/>
|
||||||
|
|
|
@ -24,7 +24,7 @@ for the core RSE frameworks, SSH, FTP or dstore protocols.
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "copyright" property - text of the "Feature Update Copyright"
|
# "copyright" property - text of the "Feature Update Copyright"
|
||||||
copyright=\
|
copyright=\
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
|
|
|
@ -19,7 +19,7 @@ featureName=RSE SSH Services
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An SSH-based \
|
description=An SSH-based \
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=RSE SSH Services Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An SSH-based \
|
description=An SSH-based \
|
||||||
|
|
|
@ -19,7 +19,7 @@ featureName=RSE Telnet Service
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=The Remote System Explorer (RSE) telnet feature contains \
|
description=The Remote System Explorer (RSE) telnet feature contains \
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=RSE Telnet Service Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=The Remote System Explorer (RSE) telnet feature contains \
|
description=The Remote System Explorer (RSE) telnet feature contains \
|
||||||
|
|
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
|
|
|
@ -19,7 +19,7 @@ featureName=RSE Terminals UI
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A Terminal View Integration for RSE Shell and Terminal Services. Includes Source.
|
description=A Terminal View Integration for RSE Shell and Terminal Services. Includes Source.
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.terminals"
|
id="org.eclipse.rse.terminals"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.0.200.qualifier"
|
version="1.1.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.terminals.ui"
|
plugin="org.eclipse.rse.terminals.ui"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
|
|
|
@ -25,7 +25,7 @@ featureName=RSE Terminals UI Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A Terminal View Integration for RSE Shell and Terminal Services.
|
description=A Terminal View Integration for RSE Shell and Terminal Services.
|
||||||
|
|
|
@ -20,7 +20,7 @@ featureName=Remote System Explorer User Actions
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A framework for contributing user-defined actions and compile commands to RSE.
|
description=A framework for contributing user-defined actions and compile commands to RSE.
|
||||||
|
|
|
@ -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,11 +9,10 @@
|
||||||
Contributors:
|
Contributors:
|
||||||
IBM Corporation - initial API and implementation
|
IBM Corporation - initial API and implementation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.rse.useractions"
|
id="org.eclipse.rse.useractions"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="1.1.200.qualifier"
|
version="1.1.300.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.useractions"
|
plugin="org.eclipse.rse.useractions"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -22,7 +22,7 @@ featureName=Remote System Explorer User Actions Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A framework for contributing user-defined actions and compile commands to RSE.
|
description=A framework for contributing user-defined actions and compile commands to RSE.
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=RSE Unit Tests
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=RSE Unit Tests. Includes Source.
|
description=RSE Unit Tests. Includes Source.
|
||||||
|
|
|
@ -28,8 +28,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal"
|
id="org.eclipse.tm.terminal"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.0.201.qualifier"
|
version="3.1.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Widget Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An ANSI (vt102) compatible Terminal widget.
|
description=An ANSI (vt102) compatible Terminal widget.
|
||||||
|
|
|
@ -22,7 +22,7 @@ featureName=Local Terminal (Incubation)
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A terminal emulation for local shells and external tools.\n\
|
description=A terminal emulation for local shells and external tools.\n\
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.local"
|
id="org.eclipse.tm.terminal.local"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="0.1.0.qualifier"
|
version="0.2.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -22,7 +22,7 @@ featureName=Local Terminal SDK (Incubation)
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A terminal emulation for local shells and external tools.\n\
|
description=A terminal emulation for local shells and external tools.\n\
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.local.sdk"
|
id="org.eclipse.tm.terminal.local.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="0.1.100.qualifier"
|
version="0.2.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<includes
|
<includes
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.sdk"
|
id="org.eclipse.tm.terminal.sdk"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="3.1.100.qualifier"
|
version="3.2.0.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Serial Connector
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A serial line connector for the Terminal using RXTX API
|
description=A serial line connector for the Terminal using RXTX API
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.serial"
|
id="org.eclipse.tm.terminal.serial"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.0.300.qualifier"
|
version="2.1.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Serial Connector Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A serial line connector for the Terminal using RXTX API
|
description=A serial line connector for the Terminal using RXTX API
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal SSH Connector
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An SSH connector implementation for the Terminal.
|
description=An SSH connector implementation for the Terminal.
|
||||||
|
|
|
@ -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,11 +9,10 @@
|
||||||
Contributors:
|
Contributors:
|
||||||
IBM Corporation - initial API and implementation
|
IBM Corporation - initial API and implementation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.ssh"
|
id="org.eclipse.tm.terminal.ssh"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.0.200.qualifier"
|
version="2.1.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -28,8 +28,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal SSH Connector Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An SSH connector implementation for the Terminal.
|
description=An SSH connector implementation for the Terminal.
|
||||||
|
|
|
@ -2,12 +2,12 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.terminal.ssh;singleton:=true
|
Bundle-SymbolicName: org.eclipse.tm.terminal.ssh;singleton:=true
|
||||||
Bundle-Version: 2.0.200.qualifier
|
Bundle-Version: 2.1.0.qualifier
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.ui,
|
Require-Bundle: org.eclipse.ui,
|
||||||
org.eclipse.core.runtime,
|
org.eclipse.core.runtime,
|
||||||
org.eclipse.tm.terminal;bundle-version="[3.0.0,3.1.0)",
|
org.eclipse.tm.terminal;bundle-version="[3.1.0,3.2.0)",
|
||||||
com.jcraft.jsch;bundle-version="[0.1.31,1.0.0)",
|
com.jcraft.jsch;bundle-version="[0.1.31,1.0.0)",
|
||||||
org.eclipse.jsch.core;bundle-version="[1.0.0,2.0.0)"
|
org.eclipse.jsch.core;bundle-version="[1.0.0,2.0.0)"
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Telnet Connector
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A Telnet connector implementation for the Terminal.
|
description=A Telnet connector implementation for the Terminal.
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2007, 2010 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Wind River - initial API and implementation
-->
<feature
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (c) 2007, 2010 Wind River Systems, Inc. and others.
|
||||||
|
All rights reserved. This program and the accompanying materials
|
||||||
|
are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
which accompanies this distribution, and is available at
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Wind River - initial API and implementation
|
||||||
|
-->
|
||||||
|
<feature
|
||||||
id="org.eclipse.tm.terminal.telnet"
|
id="org.eclipse.tm.terminal.telnet"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.0.200.qualifier"
|
version="2.1.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -17,8 +28,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Telnet Connector Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=A Telnet connector implementation for the Terminal.
|
description=A Telnet connector implementation for the Terminal.
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal Unit Tests
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=TM Terminal Unit Tests. Includes Source.
|
description=TM Terminal Unit Tests. Includes Source.
|
||||||
|
|
|
@ -1,7 +1,18 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2008, 2010 Wind River Systems, Inc. and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Wind River - initial API and implementation
-->
<feature
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
Copyright (c) 2008, 2010 Wind River Systems, Inc. and others.
|
||||||
|
All rights reserved. This program and the accompanying materials
|
||||||
|
are made available under the terms of the Eclipse Public License v1.0
|
||||||
|
which accompanies this distribution, and is available at
|
||||||
|
http://www.eclipse.org/legal/epl-v10.html
|
||||||
|
|
||||||
|
Contributors:
|
||||||
|
Wind River - initial API and implementation
|
||||||
|
-->
|
||||||
|
<feature
|
||||||
id="org.eclipse.tm.terminal.test"
|
id="org.eclipse.tm.terminal.test"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.0.200.qualifier"
|
version="2.1.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -17,8 +28,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
@ -33,8 +44,7 @@
|
||||||
id="org.eclipse.tm.terminal.test"
|
id="org.eclipse.tm.terminal.test"
|
||||||
download-size="0"
|
download-size="0"
|
||||||
install-size="0"
|
install-size="0"
|
||||||
version="0.0.0"
|
version="0.0.0"/>
|
||||||
unpack="true"/>
|
|
||||||
|
|
||||||
<plugin
|
<plugin
|
||||||
id="org.eclipse.tm.terminal.test.source"
|
id="org.eclipse.tm.terminal.test.source"
|
||||||
|
|
|
@ -2,11 +2,11 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.terminal.test;singleton:=true
|
Bundle-SymbolicName: org.eclipse.tm.terminal.test;singleton:=true
|
||||||
Bundle-Version: 2.0.101.qualifier
|
Bundle-Version: 2.1.0.qualifier
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.junit,
|
Require-Bundle: org.junit,
|
||||||
org.eclipse.tm.terminal;bundle-version="[3.0.1,3.1.0)",
|
org.eclipse.tm.terminal;bundle-version="[3.1.0,3.2.0)",
|
||||||
org.eclipse.core.runtime,
|
org.eclipse.core.runtime,
|
||||||
org.eclipse.ui
|
org.eclipse.ui
|
||||||
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
|
Bundle-RequiredExecutionEnvironment: CDC-1.1/Foundation-1.1,
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal View
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An Eclipse Workbench standalone view for the Terminal widget.
|
description=An Eclipse Workbench standalone view for the Terminal widget.
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
<feature
|
<feature
|
||||||
id="org.eclipse.tm.terminal.view"
|
id="org.eclipse.tm.terminal.view"
|
||||||
label="%featureName"
|
label="%featureName"
|
||||||
version="2.1.100.qualifier"
|
version="2.2.0.qualifier"
|
||||||
provider-name="%providerName">
|
provider-name="%providerName">
|
||||||
|
|
||||||
<description>
|
<description>
|
||||||
|
@ -29,8 +29,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -21,7 +21,7 @@ featureName=Target Management Terminal View Source
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 Updates
|
||||||
|
|
||||||
# "description" property - description of the feature
|
# "description" property - description of the feature
|
||||||
description=An Eclipse Workbench standalone view for the Terminal widget.
|
description=An Eclipse Workbench standalone view for the Terminal widget.
|
||||||
|
|
|
@ -2,12 +2,12 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.terminal.view;singleton:=true
|
Bundle-SymbolicName: org.eclipse.tm.terminal.view;singleton:=true
|
||||||
Bundle-Version: 2.1.100.qualifier
|
Bundle-Version: 2.2.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.tm.internal.terminal.view.TerminalViewPlugin
|
Bundle-Activator: org.eclipse.tm.internal.terminal.view.TerminalViewPlugin
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
Require-Bundle: org.eclipse.ui,
|
Require-Bundle: org.eclipse.ui,
|
||||||
org.eclipse.core.runtime,
|
org.eclipse.core.runtime,
|
||||||
org.eclipse.tm.terminal;bundle-version="[3.0.100,3.1.0)"
|
org.eclipse.tm.terminal;bundle-version="[3.1.0,3.2.0)"
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Eclipse-LazyStart: true
|
Eclipse-LazyStart: true
|
||||||
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
Bundle-RequiredExecutionEnvironment: J2SE-1.4
|
||||||
|
|
|
@ -2,7 +2,7 @@ Manifest-Version: 1.0
|
||||||
Bundle-ManifestVersion: 2
|
Bundle-ManifestVersion: 2
|
||||||
Bundle-Name: %pluginName
|
Bundle-Name: %pluginName
|
||||||
Bundle-SymbolicName: org.eclipse.tm.terminal; singleton:=true
|
Bundle-SymbolicName: org.eclipse.tm.terminal; singleton:=true
|
||||||
Bundle-Version: 3.0.101.qualifier
|
Bundle-Version: 3.1.0.qualifier
|
||||||
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
|
Bundle-Activator: org.eclipse.tm.internal.terminal.control.impl.TerminalPlugin
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Bundle-Localization: plugin
|
Bundle-Localization: plugin
|
||||||
|
|
|
@ -19,7 +19,7 @@ featureName=RSE WinCE Services (Incubation)
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 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). \
|
||||||
|
|
|
@ -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,11 +9,10 @@
|
||||||
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.200.qualifier"
|
||||||
provider-name="%providerName"
|
provider-name="%providerName"
|
||||||
plugin="org.eclipse.rse.subsystems.wince"
|
plugin="org.eclipse.rse.subsystems.wince"
|
||||||
image="eclipse_update_120.jpg">
|
image="eclipse_update_120.jpg">
|
||||||
|
@ -30,8 +30,8 @@
|
||||||
</license>
|
</license>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.2"/>
|
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.3"/>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<requires>
|
<requires>
|
||||||
|
|
|
@ -25,7 +25,7 @@ featureName=RSE WinCE Services Source (Incubation)
|
||||||
providerName=Eclipse TM Project
|
providerName=Eclipse TM Project
|
||||||
|
|
||||||
# "tmUpdateSiteName" property - label for the update site
|
# "tmUpdateSiteName" property - label for the update site
|
||||||
tmUpdateSiteName=Target Management 3.2 Updates
|
tmUpdateSiteName=Target Management 3.3 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). \
|
||||||
|
|
Loading…
Add table
Reference in a new issue