Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2007-06-08 21:07:44 +0000
committerslewis2007-06-08 21:07:44 +0000
commit29a4da7305562851a64ce743b9cd819fbfc75db9 (patch)
tree5602c1e3b71f56ea27c86de68e7190ba719d377f /protocols/bundles/org.jivesoftware.smack
parent287c91a3c8b63873e858e3113779f8be83f7e22b (diff)
downloadorg.eclipse.ecf-29a4da7305562851a64ce743b9cd819fbfc75db9.tar.gz
org.eclipse.ecf-29a4da7305562851a64ce743b9cd819fbfc75db9.tar.xz
org.eclipse.ecf-29a4da7305562851a64ce743b9cd819fbfc75db9.zip
Fix for plugin.properties files
Diffstat (limited to 'protocols/bundles/org.jivesoftware.smack')
-rw-r--r--protocols/bundles/org.jivesoftware.smack/plugin.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/bundles/org.jivesoftware.smack/plugin.properties b/protocols/bundles/org.jivesoftware.smack/plugin.properties
index 376997d31..44170f08d 100644
--- a/protocols/bundles/org.jivesoftware.smack/plugin.properties
+++ b/protocols/bundles/org.jivesoftware.smack/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=Jive Software Smack API
plugin.provider=Eclipse.org

Back to the top