Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-06-08 21:06:40 +0000
committerslewis2007-06-08 21:06:40 +0000
commit4d68f78a8fd435635f3cb78806e7ec7bcf474831 (patch)
treebd4b097da084c9c2b72d747e1c064d46bfd20903
parentf6ff3c74e9ba5e179d4d20b115450086507c7c46 (diff)
downloadorg.eclipse.ecf-4d68f78a8fd435635f3cb78806e7ec7bcf474831.tar.gz
org.eclipse.ecf-4d68f78a8fd435635f3cb78806e7ec7bcf474831.tar.xz
org.eclipse.ecf-4d68f78a8fd435635f3cb78806e7ec7bcf474831.zip
Fix for plugin.properties files
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/plugin.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/plugin.properties b/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/plugin.properties
index 27cb73b29..af2c2f46b 100644
--- a/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/plugin.properties
+++ b/providers/bundles/org.eclipse.ecf.provider.filetransfer.efs/plugin.properties
@@ -1,12 +1,10 @@
/****************************************************************************
-* Copyright (c) 2004 Composent, Inc. and others.
+* Copyright (c) 2007 Composent Inc., IBM Corp. 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:
-* Composent, Inc. - initial API and implementation
*****************************************************************************/
plugin.name=ECF EFS Provider
plugin.provider=Eclipse.org

Back to the top