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.core/OSGI-INF
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.core/OSGI-INF')
-rw-r--r--org.eclipse.debug.examples.core/OSGI-INF/l10n/bundle.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/org.eclipse.debug.examples.core/OSGI-INF/l10n/bundle.properties b/org.eclipse.debug.examples.core/OSGI-INF/l10n/bundle.properties
index 2a7f501da..856e21ac9 100644
--- a/org.eclipse.debug.examples.core/OSGI-INF/l10n/bundle.properties
+++ b/org.eclipse.debug.examples.core/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
@@ -17,4 +17,5 @@ line.breakpoints.name = PDA Line Breakpoints
watchpoints.name = PDA Watchpoints
line.breakpoint.marker.name = PDA Line Breakpoint Marker
watchpoint.marker.name = PDA Watchpoint Marker
-logicalStructureType.description = Words \ No newline at end of file
+logicalStructureType.description = Words
+Bundle-Vendor = Eclipse.org \ No newline at end of file

Back to the top