Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Rennie2011-07-06 19:22:30 +0000
committerMichael Rennie2011-07-06 19:22:30 +0000
commitbbc6a13779b7a6542fa76a1b4d22effb2b017547 (patch)
treeb29eedfe39116b5c3f20ad3c800870c5c7dcdd67 /org.eclipse.debug.examples.core/OSGI-INF/l10n/bundle.properties
parentab355ec168efda9893f01c768f9243f2ad85d0bd (diff)
downloadeclipse.platform.debug-bbc6a13779b7a6542fa76a1b4d22effb2b017547.tar.gz
eclipse.platform.debug-bbc6a13779b7a6542fa76a1b4d22effb2b017547.tar.xz
eclipse.platform.debug-bbc6a13779b7a6542fa76a1b4d22effb2b017547.zip
[nobug] remove Javadoc warnings and NLS manifest + plugin.xml
Diffstat (limited to 'org.eclipse.debug.examples.core/OSGI-INF/l10n/bundle.properties')
-rw-r--r--org.eclipse.debug.examples.core/OSGI-INF/l10n/bundle.properties20
1 files changed, 20 insertions, 0 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
new file mode 100644
index 000000000..2a7f501da
--- /dev/null
+++ b/org.eclipse.debug.examples.core/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,20 @@
+###############################################################################
+# Copyright (c) 2011 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
+# http://www.eclipse.org/legal/epl-v10.html
+#
+# Contributors:
+# IBM Corporation - initial API and implementation
+###############################################################################
+Bundle-Name = Example Debug Core Plug-in
+variable.description = Path to Perl executable in the local file system
+pda.launchConfigurationType.name = PDA Application
+midi.launchConfigurationType.name = MIDI Sequence
+sourceLocator.name = PDA Source Locator
+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

Back to the top