1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-29 20:05: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 # 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
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -21,14 +21,14 @@ 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.3 Updates tmUpdateSiteName=Target Management 3.5 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.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
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\ \n\
This program and the accompanying materials are made available under the terms\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\ 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"?> <?xml version="1.0" encoding="UTF-8"?>
<feature id="org.eclipse.rse.dstore.source" version="3.4.0.qualifier" label="%featureName" provider-name="%providerName" > <feature
<description > id="org.eclipse.rse.dstore.source"
label="%featureName"
version="3.4.100.qualifier"
provider-name="%providerName">
<description>
%description %description
</description> </description>
<copyright url="http://www.eclipse.org/legal/epl-v10.html"> <copyright url="http://www.eclipse.org/legal/epl-v10.html">
%copyright %copyright
</copyright> </copyright>
<license url="%licenseURL"> <license url="%licenseURL">
%license %license
</license> </license>
<url> <url>
<update url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/> <update label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
<discovery url="http://download.eclipse.org/tm/updates/3.3" label="%tmUpdateSiteName"/> <discovery label="%tmUpdateSiteName" url="http://download.eclipse.org/tm/updates/3.5"/>
</url> </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
<plugin id="org.eclipse.rse.connectorservice.dstore.source" version="0.0.0" unpack="false"/> id="org.eclipse.dstore.core.source"
<plugin id="org.eclipse.rse.services.dstore.source" version="0.0.0" unpack="false"/> download-size="0"
<plugin id="org.eclipse.rse.subsystems.files.dstore.source" version="0.0.0" unpack="false"/> install-size="0"
<plugin id="org.eclipse.rse.subsystems.processes.dstore.source" version="0.0.0" unpack="false"/> version="0.0.0"
<plugin id="org.eclipse.rse.subsystems.shells.dstore.source" version="0.0.0" unpack="false"/> unpack="false"/>
<plugin id="org.eclipse.rse.dstore.security.source" 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> </feature>

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm.features</groupId> <groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.dstore.source</artifactId> <artifactId>org.eclipse.rse.dstore.source</artifactId>
<version>3.4.0-SNAPSHOT</version> <version>3.4.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
</project> </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 # 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
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -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.3 Updates tmUpdateSiteName=Target Management 3.5 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 \
@ -29,7 +29,7 @@ implementation of the file services defined by the RSE API.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
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\ All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\ are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\

View file

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

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm.features</groupId> <groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.ftp.source</artifactId> <artifactId>org.eclipse.rse.ftp.source</artifactId>
<version>3.0.301-SNAPSHOT</version> <version>3.2.0-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
</project> </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 # 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
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -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.3 Updates tmUpdateSiteName=Target Management 3.5 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,7 +30,7 @@ accesses local resources.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
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\ All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\ are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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 %description
</description> </description>
@ -10,8 +10,8 @@
%license %license
</license> </license>
<url> <url>
<update 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.3" label="%tmUpdateSiteName"/> <discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
</url> </url>
<plugin id="org.eclipse.rse.services.local.source" version="0.0.0" unpack="false"/> <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"/> <plugin id="org.eclipse.rse.subsystems.files.local.source" version="0.0.0" unpack="false"/>

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm.features</groupId> <groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.local.source</artifactId> <artifactId>org.eclipse.rse.local.source</artifactId>
<version>2.1.300-SNAPSHOT</version> <version>2.1.500-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
</project> </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 # 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
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -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.3 Updates tmUpdateSiteName=Target Management 3.5 Updates
# "description" property - description of the feature # "description" property - description of the feature
description=An SSH-based \ 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" property - text of the "Feature Update Copyright"
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\ All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\ are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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 %description
</description> </description>
@ -10,8 +10,8 @@
%license %license
</license> </license>
<url> <url>
<update 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.3" label="%tmUpdateSiteName"/> <discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
</url> </url>
<plugin id="org.eclipse.rse.services.ssh.source" version="0.0.0" unpack="false"/> <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"/> <plugin id="org.eclipse.rse.connectorservice.ssh.source" version="0.0.0" unpack="false"/>

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm.features</groupId> <groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.ssh.source</artifactId> <artifactId>org.eclipse.rse.ssh.source</artifactId>
<version>3.0.301-SNAPSHOT</version> <version>3.0.500-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
</project> </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 # 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
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -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.3 Updates tmUpdateSiteName=Target Management 3.5 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,7 +29,7 @@ a shell subsystem implementation communicating via the telnet protocol.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
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\ All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\ are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\

View file

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

View file

@ -10,6 +10,6 @@
</parent> </parent>
<groupId>org.eclipse.tm.features</groupId> <groupId>org.eclipse.tm.features</groupId>
<artifactId>org.eclipse.rse.telnet.source</artifactId> <artifactId>org.eclipse.rse.telnet.source</artifactId>
<version>2.2.200-SNAPSHOT</version> <version>2.3.100-SNAPSHOT</version>
<packaging>eclipse-feature</packaging> <packaging>eclipse-feature</packaging>
</project> </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 # 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
# which accompanies this distribution, and is available at # which accompanies this distribution, and is available at
@ -25,14 +25,14 @@ 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.3 Updates tmUpdateSiteName=Target Management 3.5 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.
# "copyright" property - text of the "Feature Update Copyright" # "copyright" property - text of the "Feature Update Copyright"
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\ All rights reserved. This program and the accompanying materials\n\
are made available under the terms of the Eclipse Public License v1.0\n\ are made available under the terms of the Eclipse Public License v1.0\n\
which accompanies this distribution, and is available at\n\ which accompanies this distribution, and is available at\n\

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?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 %description
</description> </description>
@ -10,8 +10,8 @@
%license %license
</license> </license>
<url> <url>
<update 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.3" label="%tmUpdateSiteName"/> <discovery url="http://download.eclipse.org/tm/updates/3.5" label="%tmUpdateSiteName"/>
</url> </url>
<plugin id="org.eclipse.rse.subsystems.terminals.core.source" version="0.0.0" unpack="false"/> <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"/> <plugin id="org.eclipse.rse.subsystems.terminals.ssh.source" version="0.0.0" unpack="false"/>

View file

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