#Properties file for org.eclipse.linuxtools.valgrind.launch
+launchConfigurations.label.0 = Profile Configurations...
+launch.label.0 = Profile As
+launchHistory.label.0 = Profile History
launchConfigurationType.name.0 = Profile With Valgrind
launchConfigurationTabGroup.description.0 = Profile C/C++ Application Using Valgrind
shortcut.label.0 = Profile With Valgrind
</configurationType>
</shortcut>
</extension>
+ <extension
+ point="org.eclipse.ui.actionSets">
+ <actionSet
+ id="org.eclipse.linuxtools.valgrind.launch.exe.actionSet1"
+ label="Profile Launch Actions">
+ <action
+ class="org.eclipse.debug.internal.ui.actions.OpenProfileConfigurations"
+ id="org.eclipse.linuxtools.valgrind.launch.exe.OpenProfileConfigurations"
+ label="%launchConfigurations.label.0"
+ menubarPath="org.eclipse.ui.run/addisions"
+ pulldown="false"
+ style="push">
+ </action>
+ <action
+ class="org.eclipse.debug.internal.ui.actions.ProfileAsAction"
+ id="org.eclipse.linuxtools.valgrind.launch.exe.ProfileAsAction"
+ label="%launch.label.0"
+ menubarPath="org.eclipse.ui.run/addisions"
+ pulldown="true"
+ style="pulldown">
+ </action>
+ <action
+ class="org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction"
+ id="org.eclipse.linuxtools.valgrind.launch.exe.ProfileHistoryMenuAction"
+ label="%launchHistory.label.0"
+ menubarPath="org.eclipse.ui.run/addisions"
+ pulldown="true"
+ style="pulldown">
+ </action>
+ </actionSet>
+ </extension>
</plugin>