Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Oberhuber2009-05-27 23:23:02 +0000
committerMartin Oberhuber2009-05-27 23:23:02 +0000
commitb59ee83f165ade4afa914b9363e197b8de1b7471 (patch)
treebc227625591d8684677ceb14d31aee5b217d9b7b
parent90d699e6a31d198439ccc741a09005e7620006c2 (diff)
downloadorg.eclipse.tm-b59ee83f165ade4afa914b9363e197b8de1b7471.tar.gz
org.eclipse.tm-b59ee83f165ade4afa914b9363e197b8de1b7471.tar.xz
org.eclipse.tm-b59ee83f165ade4afa914b9363e197b8de1b7471.zip
[cleanup] Fix copyright dates
-rw-r--r--discovery/org.eclipse.tm.discovery.view/META-INF/MANIFEST.MF2
-rw-r--r--rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml43
2 files changed, 23 insertions, 22 deletions
diff --git a/discovery/org.eclipse.tm.discovery.view/META-INF/MANIFEST.MF b/discovery/org.eclipse.tm.discovery.view/META-INF/MANIFEST.MF
index 340dcab30..8cfd5a451 100644
--- a/discovery/org.eclipse.tm.discovery.view/META-INF/MANIFEST.MF
+++ b/discovery/org.eclipse.tm.discovery.view/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.tm.discovery.view;singleton:=true
-Bundle-Version: 2.0.100.qualifier
+Bundle-Version: 2.0.200.qualifier
Bundle-Activator: org.eclipse.tm.internal.discovery.view.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime,
diff --git a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml
index 128a3c3cd..70933cb19 100644
--- a/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml
+++ b/rse/plugins/org.eclipse.rse.subsystems.files.ftp/plugin.xml
@@ -1,27 +1,28 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
-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
+ Copyright (c) 2006, 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
+
+ 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.
-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:
-Javier Montalvo Orus (Symbian) - add Windows to list of valid FTP systems
-Martin Oberhuber (Wind River) - add FTP Only system type
-Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
-Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to allow clients register their own FTPListingParser
-Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to core
-Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser
-Martin Oberhuber (Wind River) - [198692] Use FTP LIST -a to list UNIX hidden files
-Javier Montalvo Orus (Symbian) - [225821] [ftp] opening "/home" fails on OS/400 IFS
-Martin Oberhuber (Wind River) - [214141] Avoid NPE if missing SYST command
--->
+ Contributors:
+ Javier Montalvo Orus (Symbian) - add Windows to list of valid FTP systems
+ Martin Oberhuber (Wind River) - add FTP Only system type
+ Javier Montalvo Orus (Symbian) - [plan] Improve Discovery and Autodetect in RSE
+ Javier Montalvo Orus (Symbian) - Fixing 176216 - [api] FTP sould provide API to allow clients register their own FTPListingParser
+ Martin Oberhuber (Wind River) - [186523] Move subsystemConfigurations from UI to core
+ Javier Montalvo Orus (Symbian) - improved autodetection of FTPListingParser
+ Martin Oberhuber (Wind River) - [198692] Use FTP LIST -a to list UNIX hidden files
+ Javier Montalvo Orus (Symbian) - [225821] [ftp] opening "/home" fails on OS/400 IFS
+ Martin Oberhuber (Wind River) - [214141] Avoid NPE if missing SYST command
+ -->
<?eclipse version="3.1"?>
<plugin>
<extension point="org.eclipse.rse.core.systemTypes">

Back to the top