From 8c7ae88f08e5a13ab93f8e0f532daa4d63f6d0ab Mon Sep 17 00:00:00 2001 From: eutarass Date: Thu, 26 Jun 2008 20:28:23 +0000 Subject: Bug 225103: [tcf][releng] Add "(Incubation)" to TCF plugins in order to be conforming --- .../META-INF/MANIFEST.MF | 6 ++++-- .../org.eclipse.tm.tcf.examples.daytime/plugin.properties | 13 +++++++++++++ 2 files changed, 17 insertions(+), 2 deletions(-) create mode 100644 examples/org.eclipse.tm.tcf.examples.daytime/plugin.properties (limited to 'examples') diff --git a/examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF b/examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF index ebe2c8a77..715773f9c 100644 --- a/examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF +++ b/examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF @@ -1,11 +1,13 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 -Bundle-Name: Examples Plug-in +Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.tm.tcf.examples.daytime;singleton:=true Bundle-Version: 0.2.0 Bundle-Activator: org.eclipse.tm.internal.tcf.examples.daytime.Activator -Bundle-Vendor: Eclipse.org +Bundle-Vendor: %providerName Require-Bundle: org.eclipse.core.runtime, org.eclipse.tm.tcf +Bundle-ActivationPolicy: lazy Eclipse-LazyStart: true Export-Package: org.eclipse.tm.internal.tcf.examples.daytime +Bundle-RequiredExecutionEnvironment: J2SE-1.5 diff --git a/examples/org.eclipse.tm.tcf.examples.daytime/plugin.properties b/examples/org.eclipse.tm.tcf.examples.daytime/plugin.properties new file mode 100644 index 000000000..9e576a77b --- /dev/null +++ b/examples/org.eclipse.tm.tcf.examples.daytime/plugin.properties @@ -0,0 +1,13 @@ +############################################################################### +# Copyright (c) 2008 Wind River Systems, Inc. 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: +# Wind River Systems - initial implementation +############################################################################### +pluginName = TCF Daytime service example (Incubation) +providerName = Eclipse.org + -- cgit v1.2.3