Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
-rw-r--r--plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties2
-rw-r--r--plugins/org.eclipse.tm.tcf.debug/plugin.properties2
-rw-r--r--plugins/org.eclipse.tm.tcf.dsf.ui/plugin.properties2
-rw-r--r--plugins/org.eclipse.tm.tcf.dsf/plugin.properties2
-rw-r--r--plugins/org.eclipse.tm.tcf/plugin.properties2
7 files changed, 22 insertions, 7 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
+
diff --git a/plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties b/plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties
index 052dc5e6c..c071d1e0d 100644
--- a/plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties
+++ b/plugins/org.eclipse.tm.tcf.debug.ui/plugin.properties
@@ -8,7 +8,7 @@
# Contributors:
# Wind River Systems - initial implementation
###############################################################################
-pluginName=TCF/Eclipse Debugger Integration UI
+pluginName=TCF/Eclipse Debugger Integration UI (Incubation)
providerName=Eclipse.org
debugCurrentInstructionPointer=Debug Current Instruction Pointer
diff --git a/plugins/org.eclipse.tm.tcf.debug/plugin.properties b/plugins/org.eclipse.tm.tcf.debug/plugin.properties
index f3a3a4ef5..8193c3b8e 100644
--- a/plugins/org.eclipse.tm.tcf.debug/plugin.properties
+++ b/plugins/org.eclipse.tm.tcf.debug/plugin.properties
@@ -8,6 +8,6 @@
# Contributors:
# Wind River Systems - initial implementation
###############################################################################
-pluginName = TCF/Eclipse Debugger Integration Core
+pluginName = TCF/Eclipse Debugger Integration Core (Incubation)
providerName = Eclipse.org
diff --git a/plugins/org.eclipse.tm.tcf.dsf.ui/plugin.properties b/plugins/org.eclipse.tm.tcf.dsf.ui/plugin.properties
index 758588c71..2e4b20700 100644
--- a/plugins/org.eclipse.tm.tcf.dsf.ui/plugin.properties
+++ b/plugins/org.eclipse.tm.tcf.dsf.ui/plugin.properties
@@ -8,6 +8,6 @@
# Contributors:
# Wind River Systems - initial implementation
###############################################################################
-pluginName = TCF/DSF Integration UI
+pluginName = TCF/DSF Integration UI (Incubation)
providerName = Eclipse.org
diff --git a/plugins/org.eclipse.tm.tcf.dsf/plugin.properties b/plugins/org.eclipse.tm.tcf.dsf/plugin.properties
index ee6aa5831..9ccda4a9c 100644
--- a/plugins/org.eclipse.tm.tcf.dsf/plugin.properties
+++ b/plugins/org.eclipse.tm.tcf.dsf/plugin.properties
@@ -8,6 +8,6 @@
# Contributors:
# Wind River Systems - initial implementation
###############################################################################
-pluginName = TCF/DSF Integration Core
+pluginName = TCF/DSF Integration Core (Incubation)
providerName = Eclipse.org
diff --git a/plugins/org.eclipse.tm.tcf/plugin.properties b/plugins/org.eclipse.tm.tcf/plugin.properties
index 5217dd93a..abdbfef2d 100644
--- a/plugins/org.eclipse.tm.tcf/plugin.properties
+++ b/plugins/org.eclipse.tm.tcf/plugin.properties
@@ -8,6 +8,6 @@
# Contributors:
# Wind River Systems - initial implementation
###############################################################################
-pluginName = Target Communication Framework (TCF)
+pluginName = Target Communication Framework (TCF) (Incubation)
providerName = Eclipse.org

Back to the top