Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'oprofile/org.eclipse.linuxtools.oprofile.launch/plugin.properties')
-rw-r--r--oprofile/org.eclipse.linuxtools.oprofile.launch/plugin.properties27
1 files changed, 27 insertions, 0 deletions
diff --git a/oprofile/org.eclipse.linuxtools.oprofile.launch/plugin.properties b/oprofile/org.eclipse.linuxtools.oprofile.launch/plugin.properties
new file mode 100644
index 0000000000..51476d926e
--- /dev/null
+++ b/oprofile/org.eclipse.linuxtools.oprofile.launch/plugin.properties
@@ -0,0 +1,27 @@
+#*******************************************************************************
+# Copyright (c) 2008 Red Hat, Inc.
+# 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:
+# Red Hat, Inc. - initial API and implementation
+#*******************************************************************************
+bundleName=OProfile Launch Plug-in (Incubation)
+bundleProvider=Eclipse Linux Tools
+
+pluginName=OProfile Launch Support
+launchconfigurationtype.label=Profile With OProfile
+launchconfigurationtype.manual.label=Profile With OProfile (Manual)
+
+launchgroup.label=OProfile
+launchgroup.titile=Select a run configuration to profile with OProfile
+
+launchmode.label=Profile
+launchmode.launchaslabel=Profile As
+
+launchshortcuts.label=Profile With OProfile
+
+manual.launchconfigurationtype.label=Profile With OProfile (Manual)
+manual.launchshortcuts.label=Profile With OProfile (Manual) \ No newline at end of file

Back to the top