1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-28 11:25:35 +02:00

[408205] update source features (part 2)

This commit is contained in:
ddykstal 2013-05-19 20:57:22 -05:00
parent 7c1eb35a97
commit eec054bd0c
24 changed files with 220 additions and 61 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.rse.dstore.source</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2011 IBM Corporation and others.
# Copyright (c) 2006, 2013 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
# which accompanies this distribution, and is available at
@ -21,14 +21,14 @@ featureName=RSE DStore Services Source
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.3 Updates
tmUpdateSiteName=Target Management 3.5 Updates
# "description" property - description of the feature
description=RSE DStore is an extensible tooling communication layer.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2011 IBM Corporation and others. All rights reserved.\n\
Copyright (c) 2000, 2013 IBM Corporation and others. All rights reserved.\n\
\n\
This program and the accompanying materials are made available under the terms\n\
of the Eclipse Public License v1.0 which accompanies this distribution, and is\n\

View file

@ -1,24 +1,81 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.eclipse.rse.dstore.source" version="3.4.0.qualifier" label="%featureName" provider-name="%providerName" >
<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.3" label="%tmUpdateSiteName"/>
<discovery url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
</url>
<plugin id="org.eclipse.dstore.core.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.dstore.extra.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.connectorservice.dstore.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.services.dstore.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.subsystems.files.dstore.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.subsystems.processes.dstore.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.subsystems.shells.dstore.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.dstore.security.source" version="0.0.0" unpack="false"/>
<feature
id="org.eclipse.rse.dstore.source"
label="%featureName"
version="3.4.100.qualifier"
provider-name="%providerName">
<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.5"/>
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
</url>
<plugin
id="org.eclipse.dstore.core.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.dstore.extra.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.connectorservice.dstore.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.services.dstore.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.subsystems.files.dstore.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.subsystems.processes.dstore.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.subsystems.shells.dstore.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.rse.dstore.security.source"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.dstore.source</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.rse.ftp.source</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2011 IBM Corporation and others.
# Copyright (c) 2006, 2013 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
# which accompanies this distribution, and is available at
@ -21,7 +21,7 @@ featureName=RSE FTP Service Source
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.3 Updates
tmUpdateSiteName=Target Management 3.5 Updates
# "description" property - description of the feature
description=The Remote System Explorer (RSE) ftp feature contains an FTP-based \
@ -29,7 +29,7 @@ implementation of the file services defined by the RSE API.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2011 Symbian Software Ltd. and others.\n\
Copyright (c) 2000, 2013 Symbian Software Ltd. and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -12,7 +12,7 @@
<feature
id="org.eclipse.rse.ftp.source"
label="%featureName"
version="3.0.301.qualifier"
version="3.2.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.services.files.ftp.source">
@ -29,8 +29,8 @@
</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"/>
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
</url>
<plugin

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.ftp.source</artifactId>
<version>3.0.301-SNAPSHOT</version>
<version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.rse.local.source</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2011 IBM Corporation and others.
# Copyright (c) 2006, 2013 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
# which accompanies this distribution, and is available at
@ -21,7 +21,7 @@ featureName=RSE Local Services Source
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.3 Updates
tmUpdateSiteName=Target Management 3.5 Updates
# "description" property - description of the feature
description=Remote System Explorer (RSE) Local Services provides an \
@ -30,7 +30,7 @@ accesses local resources.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2011 IBM Corporation and others.\n\
Copyright (c) 2000, 2013 IBM Corporation and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.eclipse.rse.local.source" version="2.1.300.qualifier" label="%featureName" provider-name="%providerName" >
<feature id="org.eclipse.rse.local.source" version="2.1.500.qualifier" label="%featureName" provider-name="%providerName" >
<description >
%description
</description>
@ -10,8 +10,8 @@
%license
</license>
<url>
<update url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
<discovery url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
<update url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
<discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
</url>
<plugin id="org.eclipse.rse.services.local.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.subsystems.files.local.source" version="0.0.0" unpack="false"/>

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.local.source</artifactId>
<version>2.1.300-SNAPSHOT</version>
<version>2.1.500-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.rse.ssh.source</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2011 IBM Corporation and others.
# Copyright (c) 2006, 2013 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
# which accompanies this distribution, and is available at
@ -21,7 +21,7 @@ featureName=RSE SSH Services Source
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.3 Updates
tmUpdateSiteName=Target Management 3.5 Updates
# "description" property - description of the feature
description=An SSH-based \
@ -29,7 +29,7 @@ implementation of the file and shell services defined by the RSE API.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2006, 2011 Wind River Systems, Inc. and others.\n\
Copyright (c) 2006, 2013 Wind River Systems, Inc. and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.eclipse.rse.ssh.source" version="3.0.301.qualifier" label="%featureName" provider-name="%providerName" >
<feature id="org.eclipse.rse.ssh.source" version="3.0.500.qualifier" label="%featureName" provider-name="%providerName" >
<description >
%description
</description>
@ -10,8 +10,8 @@
%license
</license>
<url>
<update url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
<discovery url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
<update url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
<discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
</url>
<plugin id="org.eclipse.rse.services.ssh.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.connectorservice.ssh.source" version="0.0.0" unpack="false"/>

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.ssh.source</artifactId>
<version>3.0.301-SNAPSHOT</version>
<version>3.0.500-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.rse.telnet.source</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -1,5 +1,5 @@
###############################################################################
# Copyright (c) 2006, 2011 IBM Corporation and others.
# Copyright (c) 2006, 2013 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
# which accompanies this distribution, and is available at
@ -21,7 +21,7 @@ featureName=RSE Telnet Service Source
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.3 Updates
tmUpdateSiteName=Target Management 3.5 Updates
# "description" property - description of the feature
description=The Remote System Explorer (RSE) telnet feature contains \
@ -29,7 +29,7 @@ a shell subsystem implementation communicating via the telnet protocol.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2000, 2011 Celunite, Inc. and others.\n\
Copyright (c) 2000, 2013 Celunite, Inc. and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -12,7 +12,7 @@
<feature
id="org.eclipse.rse.telnet.source"
label="%featureName"
version="2.2.200.qualifier"
version="2.3.100.qualifier"
provider-name="%providerName"
plugin="org.eclipse.rse.services.telnet.source">
@ -29,8 +29,8 @@
</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"/>
<update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
<discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
</url>
<plugin

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.telnet.source</artifactId>
<version>2.2.200-SNAPSHOT</version>
<version>2.3.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.rse.terminals.source</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.pde.FeatureBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.pde.FeatureNature</nature>
</natures>
</projectDescription>

View file

@ -1,5 +1,5 @@
################################################################################
# Copyright (c) 2006, 2011 Wind River Systems, Inc. and others.
# Copyright (c) 2006, 2013 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
@ -25,14 +25,14 @@ featureName=RSE Terminals UI Source
providerName=Eclipse TM Project
# "tmUpdateSiteName" property - label for the update site
tmUpdateSiteName=Target Management 3.3 Updates
tmUpdateSiteName=Target Management 3.5 Updates
# "description" property - description of the feature
description=A Terminal View Integration for RSE Shell and Terminal Services.
# "copyright" property - text of the "Feature Update Copyright"
copyright=\
Copyright (c) 2002, 2011 MontaVista Software, Inc. and others.\n\
Copyright (c) 2002, 2013 MontaVista Software, Inc. and others.\n\
All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature id="org.eclipse.rse.terminals.source" version="1.1.1.qualifier" label="%featureName" provider-name="%providerName" image="eclipse_update_120.jpg" >
<feature id="org.eclipse.rse.terminals.source" version="1.2.100.qualifier" label="%featureName" provider-name="%providerName" image="eclipse_update_120.jpg" >
<description >
%description
</description>
@ -10,8 +10,8 @@
%license
</license>
<url>
<update url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
<discovery url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/>
<update url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
<discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
</url>
<plugin id="org.eclipse.rse.subsystems.terminals.core.source" version="0.0.0" unpack="false"/>
<plugin id="org.eclipse.rse.subsystems.terminals.ssh.source" version="0.0.0" unpack="false"/>

View file

@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.terminals.source</artifactId>
<version>1.1.1-SNAPSHOT</version>
<version>1.2.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>