Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-08-06 15:04:58 +0000
committerMike Rennie2013-08-06 15:04:58 +0000
commit1d7efe2d382959c32c7e1733aec63c8853a74bc0 (patch)
tree16d0f7044dde90e2b9d30f0896633ac839b994ce /org.eclipse.debug.examples.ui
parent209d0ea832d8a78235ae4a5b162732f1b3379b1f (diff)
downloadeclipse.platform.debug-1d7efe2d382959c32c7e1733aec63c8853a74bc0.tar.gz
eclipse.platform.debug-1d7efe2d382959c32c7e1733aec63c8853a74bc0.tar.xz
eclipse.platform.debug-1d7efe2d382959c32c7e1733aec63c8853a74bc0.zip
[nobug] fill in bundle vendor infos in example plugins
Diffstat (limited to 'org.eclipse.debug.examples.ui')
-rw-r--r--org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF1
-rw-r--r--org.eclipse.debug.examples.ui/OSGI-INF/l10n/bundle.properties5
2 files changed, 4 insertions, 2 deletions
diff --git a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
index 91cdcd845..4da298606 100644
--- a/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.examples.ui/META-INF/MANIFEST.MF
@@ -28,3 +28,4 @@ Export-Package: org.eclipse.debug.examples.ui.midi.adapters;x-internal:=true,
org.eclipse.debug.examples.ui.pda.views;x-internal:=true
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
+Bundle-Vendor: %Bundle-Vendor
diff --git a/org.eclipse.debug.examples.ui/OSGI-INF/l10n/bundle.properties b/org.eclipse.debug.examples.ui/OSGI-INF/l10n/bundle.properties
index 16354c5b9..a4146e5f5 100644
--- a/org.eclipse.debug.examples.ui/OSGI-INF/l10n/bundle.properties
+++ b/org.eclipse.debug.examples.ui/OSGI-INF/l10n/bundle.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2011 IBM Corporation and others.
+# Copyright (c) 2011, 2013 IBM Corporation 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
@@ -29,4 +29,5 @@ pop.command.name = Pop
push.command.label = Push
pop.command.label = Pop
push.command.label2 = Push
-pop.command.label2 = Pop \ No newline at end of file
+pop.command.label2 = Pop
+Bundle-Vendor = Eclipse.org \ No newline at end of file

Back to the top