Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2008-06-26 20:28:23 +0000
committereutarass2008-06-26 20:28:23 +0000
commit8c7ae88f08e5a13ab93f8e0f532daa4d63f6d0ab (patch)
tree614a794250e1bae676018f61ad26e4ec23ae60ff /examples
parent7ba260bae4d8f357d56a8810066fe089a5d26ba1 (diff)
downloadorg.eclipse.tcf-8c7ae88f08e5a13ab93f8e0f532daa4d63f6d0ab.tar.gz
org.eclipse.tcf-8c7ae88f08e5a13ab93f8e0f532daa4d63f6d0ab.tar.xz
org.eclipse.tcf-8c7ae88f08e5a13ab93f8e0f532daa4d63f6d0ab.zip
Bug 225103: [tcf][releng] Add "(Incubation)" to TCF plugins in order to be conforming
Diffstat (limited to 'examples')
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime/META-INF/MANIFEST.MF6
-rw-r--r--examples/org.eclipse.tm.tcf.examples.daytime/plugin.properties13
2 files changed, 17 insertions, 2 deletions
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
+

Back to the top