From 8e14bea605055824b263596761e47f93982cd9e4 Mon Sep 17 00:00:00 2001 From: rsuen Date: Wed, 29 Apr 2009 11:10:34 +0000 Subject: Externalize strings. --- .../META-INF/MANIFEST.MF | 9 ++++++--- .../plugin.properties | 13 +++++++++++++ 2 files changed, 19 insertions(+), 3 deletions(-) create mode 100644 providers/bundles/org.eclipse.ecf.provider.datashare.nio/plugin.properties (limited to 'providers') diff --git a/providers/bundles/org.eclipse.ecf.provider.datashare.nio/META-INF/MANIFEST.MF b/providers/bundles/org.eclipse.ecf.provider.datashare.nio/META-INF/MANIFEST.MF index 052f5fa90..1c7c716d5 100644 --- a/providers/bundles/org.eclipse.ecf.provider.datashare.nio/META-INF/MANIFEST.MF +++ b/providers/bundles/org.eclipse.ecf.provider.datashare.nio/META-INF/MANIFEST.MF @@ -1,11 +1,14 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: NIO Datashare Implementation +Bundle-Name: %plugin.name Bundle-SymbolicName: org.eclipse.ecf.provider.datashare.nio -Bundle-Version: 1.0.0 +Bundle-Version: 0.9.0.qualifier Bundle-RequiredExecutionEnvironment: J2SE-1.4 +Bundle-Vendor: %plugin.provider +Bundle-Localization: plugin Export-Package: org.eclipse.ecf.provider.datashare.nio;x-friends:="org.eclipse.ecf.provider.irc" -Import-Package: org.eclipse.core.runtime +Import-Package: org.eclipse.core.runtime, + org.eclipse.osgi.util;version="1.1.0" Require-Bundle: org.eclipse.ecf, org.eclipse.ecf.datashare Eclipse-BuddyPolicy: global diff --git a/providers/bundles/org.eclipse.ecf.provider.datashare.nio/plugin.properties b/providers/bundles/org.eclipse.ecf.provider.datashare.nio/plugin.properties new file mode 100644 index 000000000..17136632e --- /dev/null +++ b/providers/bundles/org.eclipse.ecf.provider.datashare.nio/plugin.properties @@ -0,0 +1,13 @@ +################################################################################ +# Copyright (c) 2009 Remy Chi Jian Suen 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: +# Remy Chi Jian Suen - initial API and implementation +################################################################################ + +plugin.name = NIO Datashare Implementation +plugin.provider = Eclipse.org -- cgit v1.2.1