diff --git a/discovery/org.eclipse.tm.discovery-feature/feature.xml b/discovery/org.eclipse.tm.discovery-feature/feature.xml index bbf4ec51ad2..9a48d9d0863 100644 --- a/discovery/org.eclipse.tm.discovery-feature/feature.xml +++ b/discovery/org.eclipse.tm.discovery-feature/feature.xml @@ -1,4 +1,14 @@ - + + + + diff --git a/discovery/org.eclipse.tm.discovery.doc.isv/customBuildCallbacks.xml b/discovery/org.eclipse.tm.discovery.doc.isv/customBuildCallbacks.xml index 7e14739e639..772c7793b95 100644 --- a/discovery/org.eclipse.tm.discovery.doc.isv/customBuildCallbacks.xml +++ b/discovery/org.eclipse.tm.discovery.doc.isv/customBuildCallbacks.xml @@ -1,3 +1,13 @@ + diff --git a/discovery/org.eclipse.tm.discovery.doc.isv/plugin.xml b/discovery/org.eclipse.tm.discovery.doc.isv/plugin.xml index c98822571e1..853daffd49f 100644 --- a/discovery/org.eclipse.tm.discovery.doc.isv/plugin.xml +++ b/discovery/org.eclipse.tm.discovery.doc.isv/plugin.xml @@ -1,4 +1,14 @@ - + + diff --git a/discovery/org.eclipse.tm.discovery.doc.isv/toc.xml b/discovery/org.eclipse.tm.discovery.doc.isv/toc.xml index 9ffe6e7c57d..c52b64f222e 100644 --- a/discovery/org.eclipse.tm.discovery.doc.isv/toc.xml +++ b/discovery/org.eclipse.tm.discovery.doc.isv/toc.xml @@ -1,5 +1,15 @@ + diff --git a/discovery/org.eclipse.tm.discovery.engine/plugin.properties b/discovery/org.eclipse.tm.discovery.engine/plugin.properties index 0644d8150f8..4fdd7ad90bd 100644 --- a/discovery/org.eclipse.tm.discovery.engine/plugin.properties +++ b/discovery/org.eclipse.tm.discovery.engine/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2007 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2009 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 diff --git a/discovery/org.eclipse.tm.discovery.protocol.dnssd/plugin.properties b/discovery/org.eclipse.tm.discovery.protocol.dnssd/plugin.properties index 7ce562a3d8c..e41ea49bd2f 100644 --- a/discovery/org.eclipse.tm.discovery.protocol.dnssd/plugin.properties +++ b/discovery/org.eclipse.tm.discovery.protocol.dnssd/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2007 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2009 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 diff --git a/discovery/org.eclipse.tm.discovery.transport.udp/plugin.properties b/discovery/org.eclipse.tm.discovery.transport.udp/plugin.properties index 3ab521f61f5..84ec0537a54 100644 --- a/discovery/org.eclipse.tm.discovery.transport.udp/plugin.properties +++ b/discovery/org.eclipse.tm.discovery.transport.udp/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2007 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2009 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 diff --git a/discovery/org.eclipse.tm.discovery.view/plugin.properties b/discovery/org.eclipse.tm.discovery.view/plugin.properties index b87495e0e92..7d435511c42 100644 --- a/discovery/org.eclipse.tm.discovery.view/plugin.properties +++ b/discovery/org.eclipse.tm.discovery.view/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2007 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2009 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 diff --git a/discovery/org.eclipse.tm.discovery.wizard/plugin.properties b/discovery/org.eclipse.tm.discovery.wizard/plugin.properties index d3124db746e..695408b45e9 100644 --- a/discovery/org.eclipse.tm.discovery.wizard/plugin.properties +++ b/discovery/org.eclipse.tm.discovery.wizard/plugin.properties @@ -1,5 +1,5 @@ ################################################################################ -# Copyright (c) 2006, 2007 Wind River Systems, Inc. and others. +# Copyright (c) 2006, 2009 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 diff --git a/releng/org.eclipse.tm.releng.master-feature/feature.xml b/releng/org.eclipse.tm.releng.master-feature/feature.xml index 05ad324a775..9a718bbe636 100644 --- a/releng/org.eclipse.tm.releng.master-feature/feature.xml +++ b/releng/org.eclipse.tm.releng.master-feature/feature.xml @@ -1,4 +1,14 @@ - + + + + + + + + + + + + + + IHostShell converter + * Initial Contributors: + * The following IBM employees contributed to the Remote System Explorer + * component that contains this file: David McKnight, Kushal Munir, + * Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, + * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. + * + * Contributors: + * Martin Oberhuber (Wind River) - Adapted template for ssh service. + * Anna Dushistova (MontaVista) - [259414][api] refactor the "SSH Shell" to use the generic Terminal->IHostShell converter *******************************************************************************/ package org.eclipse.rse.subsystems.shells.ssh; diff --git a/rse/plugins/org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/subsystems/shells/telnet/TelnetShellSubSystemConfiguration.java b/rse/plugins/org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/subsystems/shells/telnet/TelnetShellSubSystemConfiguration.java index ecf3515e36e..1d0889b8d07 100644 --- a/rse/plugins/org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/subsystems/shells/telnet/TelnetShellSubSystemConfiguration.java +++ b/rse/plugins/org.eclipse.rse.subsystems.shells.telnet/src/org/eclipse/rse/subsystems/shells/telnet/TelnetShellSubSystemConfiguration.java @@ -1,20 +1,20 @@ /******************************************************************************* - * Copyright (c) 2006, 2007 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 - * http://www.eclipse.org/legal/epl-v10.html - * - * Initial Contributors: - * The following IBM employees contributed to the Remote System Explorer - * component that contains this file: David McKnight, Kushal Munir, - * Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, - * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. + * Copyright (c) 2006, 2008 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 + * http://www.eclipse.org/legal/epl-v10.html * - * Contributors: - * Martin Oberhuber (Wind River) - Adapted template for ssh service. - * Sheldon D'souza (Celunite) - Adapted template for telnet service - * Anna Dushistova (MontaVista) - [240523] [rseterminals] Provide a generic adapter factory that adapts any ITerminalService to an IShellService + * Initial Contributors: + * The following IBM employees contributed to the Remote System Explorer + * component that contains this file: David McKnight, Kushal Munir, + * Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, + * Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. + * + * Contributors: + * Martin Oberhuber (Wind River) - Adapted template for ssh service. + * Sheldon D'souza (Celunite) - Adapted template for telnet service + * Anna Dushistova (MontaVista) - [240523] [rseterminals] Provide a generic adapter factory that adapts any ITerminalService to an IShellService *******************************************************************************/ package org.eclipse.rse.subsystems.shells.telnet; diff --git a/rse/plugins/org.eclipse.rse.terminals.ui/build.properties b/rse/plugins/org.eclipse.rse.terminals.ui/build.properties index a25e49d16f8..46130628812 100644 --- a/rse/plugins/org.eclipse.rse.terminals.ui/build.properties +++ b/rse/plugins/org.eclipse.rse.terminals.ui/build.properties @@ -1,11 +1,11 @@ ############################################################################### -# Copyright (c) 2005, 2008 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 -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: +# Copyright (c) 2005, 2009 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 +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: # IBM Corporation - initial API and implementation ############################################################################### source.. = src/ diff --git a/rse/plugins/org.eclipse.rse.ui.capabilities/plugin.xml b/rse/plugins/org.eclipse.rse.ui.capabilities/plugin.xml index a611d077db2..622c60b62d6 100644 --- a/rse/plugins/org.eclipse.rse.ui.capabilities/plugin.xml +++ b/rse/plugins/org.eclipse.rse.ui.capabilities/plugin.xml @@ -1,5 +1,15 @@ - + + - + + diff --git a/rse/tests/org.eclipse.rse.tests-feature/feature.xml b/rse/tests/org.eclipse.rse.tests-feature/feature.xml index 2031fba0a3f..c79f9473ac1 100644 --- a/rse/tests/org.eclipse.rse.tests-feature/feature.xml +++ b/rse/tests/org.eclipse.rse.tests-feature/feature.xml @@ -1,4 +1,14 @@ - + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/rse/tests/org.eclipse.rse.tests.framework/plugin.xml b/rse/tests/org.eclipse.rse.tests.framework/plugin.xml index 3662b892ace..54ab3fa56c3 100644 --- a/rse/tests/org.eclipse.rse.tests.framework/plugin.xml +++ b/rse/tests/org.eclipse.rse.tests.framework/plugin.xml @@ -1,5 +1,15 @@ - + + diff --git a/rse/tests/org.eclipse.rse.tests.framework/toc.xml b/rse/tests/org.eclipse.rse.tests.framework/toc.xml index 039ce868a9c..6fabae5f1b6 100644 --- a/rse/tests/org.eclipse.rse.tests.framework/toc.xml +++ b/rse/tests/org.eclipse.rse.tests.framework/toc.xml @@ -1,9 +1,19 @@ - - - - - - - - - + + + + + + + + + + diff --git a/rse/tests/org.eclipse.rse.tests/build.properties b/rse/tests/org.eclipse.rse.tests/build.properties index d780a385f69..8b2f10cce52 100644 --- a/rse/tests/org.eclipse.rse.tests/build.properties +++ b/rse/tests/org.eclipse.rse.tests/build.properties @@ -1,13 +1,13 @@ ############################################################################### -# Copyright (c) 2001, 2008 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 -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: -# IBM Corporation - initial API and implementation -# Martin Oberhuber (Wind River) - fix ant build and make consistent +# Copyright (c) 2001, 2009 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 +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: +# IBM Corporation - initial API and implementation +# Martin Oberhuber (Wind River) - fix ant build and make consistent ############################################################################### source.rsetests.jar = src/ output.rsetests.jar = bin/ diff --git a/rse/tests/org.eclipse.rse.tests/plugin.properties b/rse/tests/org.eclipse.rse.tests/plugin.properties index 2bfc5323a69..feef8bc925f 100644 --- a/rse/tests/org.eclipse.rse.tests/plugin.properties +++ b/rse/tests/org.eclipse.rse.tests/plugin.properties @@ -1,13 +1,13 @@ ############################################################################### -# Copyright (c) 2001, 2007 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 -# http://www.eclipse.org/legal/epl-v10.html -# -# Contributors: +# Copyright (c) 2001, 2009 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 +# http://www.eclipse.org/legal/epl-v10.html +# +# Contributors: # IBM Corporation - initial API and implementation -# Martin Oberhuber (Wind River) - fix ant build for "Assert", make consistent +# Martin Oberhuber (Wind River) - fix ant build for "Assert", make consistent ############################################################################### pluginName=RSE Unit Tests providerName=Eclipse.org - DSDP diff --git a/rse/tests/org.eclipse.rse.tests/plugin.xml b/rse/tests/org.eclipse.rse.tests/plugin.xml index 19056624a25..aeae0ce338d 100644 --- a/rse/tests/org.eclipse.rse.tests/plugin.xml +++ b/rse/tests/org.eclipse.rse.tests/plugin.xml @@ -1,5 +1,15 @@ - + + diff --git a/rse/tests/org.eclipse.rse.tests/test.xml b/rse/tests/org.eclipse.rse.tests/test.xml index 3c90e7e1985..c1abdb9c366 100644 --- a/rse/tests/org.eclipse.rse.tests/test.xml +++ b/rse/tests/org.eclipse.rse.tests/test.xml @@ -1,4 +1,14 @@ + +