Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Rennie2013-08-12 17:47:35 +0000
committerMike Rennie2013-08-12 17:47:35 +0000
commit0b43daea969cfa3ec086cfdb193e1118e7f5d491 (patch)
treecafe21379a448f422802f5df1938e6d2e989dc3d /org.eclipse.debug.examples.mixedmode/OSGI-INF
parenta33dbcd71101ea6cab467451e316a14bc84a93fc (diff)
downloadeclipse.platform.debug-0b43daea969cfa3ec086cfdb193e1118e7f5d491.tar.gz
eclipse.platform.debug-0b43daea969cfa3ec086cfdb193e1118e7f5d491.tar.xz
eclipse.platform.debug-0b43daea969cfa3ec086cfdb193e1118e7f5d491.zip
Bug 414212 - Add mixed mode launching examples
Diffstat (limited to 'org.eclipse.debug.examples.mixedmode/OSGI-INF')
-rw-r--r--org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties11
1 files changed, 11 insertions, 0 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
new file mode 100644
index 000000000..dd1de5621
--- /dev/null
+++ b/org.eclipse.debug.examples.mixedmode/OSGI-INF/l10n/bundle.properties
@@ -0,0 +1,11 @@
+#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
+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

Back to the top