Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-06-08 21:06:35 +0000
committerslewis2007-06-08 21:06:35 +0000
commiteb5b862b1b2defe968741ead054df18e7ed659e8 (patch)
tree8d12c0095ba9c65a452662db7885012fdf673e57
parentaf057c3a2241e7eb7e990958b5a48b5ed7c2e12c (diff)
downloadorg.eclipse.ecf-eb5b862b1b2defe968741ead054df18e7ed659e8.tar.gz
org.eclipse.ecf-eb5b862b1b2defe968741ead054df18e7ed659e8.tar.xz
org.eclipse.ecf-eb5b862b1b2defe968741ead054df18e7ed659e8.zip
Fix for plugin.properties files
-rw-r--r--framework/bundles/org.eclipse.ecf.ui/plugin.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/bundles/org.eclipse.ecf.ui/plugin.properties b/framework/bundles/org.eclipse.ecf.ui/plugin.properties
index 5403770ff..9d4addf85 100644
--- a/framework/bundles/org.eclipse.ecf.ui/plugin.properties
+++ b/framework/bundles/org.eclipse.ecf.ui/plugin.properties
@@ -1,12 +1,10 @@
/****************************************************************************
-* Copyright (c) 2004, 2007 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 UI
plugin.provider=Eclipse.org

Back to the top