Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-03-24 10:11:44 +0000
committerSarika Sinha2017-06-05 05:55:51 +0000
commit10af30015e5d557d296ad7575686b36723d12eee (patch)
tree1d486d255c3bebcc98772f87c466b79e5d7cb29d /org.eclipse.debug.core
parent415b903e3dde235add67c3ea32b098c8cb2522f6 (diff)
downloadeclipse.platform.debug-10af30015e5d557d296ad7575686b36723d12eee.tar.gz
eclipse.platform.debug-10af30015e5d557d296ad7575686b36723d12eee.tar.xz
eclipse.platform.debug-10af30015e5d557d296ad7575686b36723d12eee.zip
Bug 514112 - 'Profile As' menu appears in Java editor's context menu
Diffstat (limited to 'org.eclipse.debug.core')
-rw-r--r--org.eclipse.debug.core/plugin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index bd793e3f8..59449514e 100644
--- a/org.eclipse.debug.core/plugin.xml
+++ b/org.eclipse.debug.core/plugin.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
- Copyright (c) 2005, 2014 IBM Corporation and others.
+ Copyright (c) 2005, 2017 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
@@ -264,7 +264,7 @@
delegate="org.eclipse.debug.internal.core.groups.GroupLaunchConfigurationDelegate"
delegateDescription="%GroupLaunch.description"
id="org.eclipse.debug.core.groups.GroupLaunchConfigurationDelegate"
- modes="run,debug,profile"
+ modes="run,debug"
name="%GroupLaunch.name"
type="org.eclipse.debug.core.groups.GroupLaunchConfigurationType">
</launchDelegate>

Back to the top