Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-06-08 21:07:39 +0000
committerslewis2007-06-08 21:07:39 +0000
commit6299ed6c0dd531dea39e5e0ed8257d382d16994e (patch)
tree8ca14dacdab9c144ec33107d4fc288062244a524
parent4ce030d6fc747d76b387487a40377d6855b30a11 (diff)
downloadorg.eclipse.ecf-6299ed6c0dd531dea39e5e0ed8257d382d16994e.tar.gz
org.eclipse.ecf-6299ed6c0dd531dea39e5e0ed8257d382d16994e.tar.xz
org.eclipse.ecf-6299ed6c0dd531dea39e5e0ed8257d382d16994e.zip
Fix for plugin.properties files
-rw-r--r--framework/bundles/org.eclipse.ecf.datashare/plugin.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/bundles/org.eclipse.ecf.datashare/plugin.properties b/framework/bundles/org.eclipse.ecf.datashare/plugin.properties
index 4a21979d8..239a2dc07 100644
--- a/framework/bundles/org.eclipse.ecf.datashare/plugin.properties
+++ b/framework/bundles/org.eclipse.ecf.datashare/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 DataShare API
plugin.provider=Eclipse.org

Back to the top