Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-08-19 16:37:06 +0000
committerMike Rennie2013-08-19 16:37:06 +0000
commit779bd79172850c4a8bb5cc170b763cde5c62457d (patch)
tree35d9807ba97490ce999816c1fc494002f9660d29 /org.eclipse.debug.examples.mixedmode/OSGI-INF
parent254b1f9da2073a6be0a0d38bc0925b49c53259c0 (diff)
downloadeclipse.platform.debug-779bd79172850c4a8bb5cc170b763cde5c62457d.tar.gz
eclipse.platform.debug-779bd79172850c4a8bb5cc170b763cde5c62457d.tar.xz
eclipse.platform.debug-779bd79172850c4a8bb5cc170b763cde5c62457d.zip
Bug 415350 - Remove JDT Debug requirement from mixedmode example
Diffstat (limited to 'org.eclipse.debug.examples.mixedmode/OSGI-INF')
-rw-r--r--org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties16
1 files changed, 10 insertions, 6 deletions
diff --git a/org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties b/org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties
index d64a01bff..b29c9ac59 100644
--- a/org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties
+++ b/org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties
@@ -11,11 +11,15 @@
#Properties file for org.eclipse.debug.examples.mixedmode
Bundle-Vendor = Eclipse.org
Bundle-Name = Mixed-mode Launching Example
-launchDelegate.name = Foo Launch Delegate
-launchDelegate.name.0 = Profile Your Foo Delegate
-launchMode.label = Foo Applet Mode
-launchMode.launchAsLabel = Foo Applet
+launchDelegate.name = DoNothing Redirect Delegate
+launchDelegate.name.0 = DoNothing Profile Redirect Delegate
+launchMode.label = DoNothing Launch Mode
+launchMode.launchAsLabel = DoNothing
actionSet.label = Clear Preferred Delegates
menu.label = Preferred Delegates
-action.label = Clear AllInformation
-action.tooltip = This action is used for testing purposes only and clears all preferred delegate information from your workspace \ No newline at end of file
+action.label = Clear Preferred Delegates
+action.tooltip = This command is used for testing purposes only and clears all preferred delegate information from your workspace
+antExtraTab.name = Ant Extra
+doNothingMainTab.name = DoNothing Main
+doNothingProfileTab.name = DoNothing Profile
+menu.label.0 = Preferred Delegates \ No newline at end of file

Back to the top