Bug 514112 - 'Profile As' menu appears in Java editor's context menu

Change-Id: Id794a8551a45bd503c2fb5b2e2456910d95148de
(cherry picked from commit 10af30015e5d557d296ad7575686b36723d12eee)
diff --git a/org.eclipse.debug.core/plugin.xml b/org.eclipse.debug.core/plugin.xml
index bd793e3..5944951 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>