Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSarika Sinha2017-03-24 10:11:44 +0000
committerSarika Sinha2017-06-05 06:03:12 +0000
commitce409d3845c34cec13b372bad78e799e115a24b8 (patch)
tree1d486d255c3bebcc98772f87c466b79e5d7cb29d
parent415b903e3dde235add67c3ea32b098c8cb2522f6 (diff)
downloadeclipse.platform.debug-ce409d3845c34cec13b372bad78e799e115a24b8.tar.gz
eclipse.platform.debug-ce409d3845c34cec13b372bad78e799e115a24b8.tar.xz
eclipse.platform.debug-ce409d3845c34cec13b372bad78e799e115a24b8.zip
Bug 514112 - 'Profile As' menu appears in Java editor's context menuI20170605-0800
-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