Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.core/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.core/plugin.properties23
1 files changed, 0 insertions, 23 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.core/plugin.properties b/debug/org.eclipse.cdt.debug.mi.core/plugin.properties
deleted file mode 100644
index d6140c2fc28..00000000000
--- a/debug/org.eclipse.cdt.debug.mi.core/plugin.properties
+++ /dev/null
@@ -1,23 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2006 QNX Software Systems 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
-# http://www.eclipse.org/legal/epl-v10.html
-#
-# Contributors:
-# QNX Software Systems - Initial API and implementation
-###############################################################################
-pluginName=C/C++ Development Tools GDB/MI CDI Debugger Core
-providerName=Eclipse.org
-
-GDBDebugger.name=gdb Debugger
-CygwinGDBDebugger.name=Cygwin gdb Debugger
-GDBServer.name=gdbserver Debugger
-GDBMIDebugger.name=gdb/mi
-
-StandardCommandFactory.name=Standard
-StandardLinuxCommandFactory.name=Standard (Linux)
-StandardWindowsCommandFactory.name=Standard (Windows)
-StandardMacOSCommandFactory.name=Standard (Mac OS)
-CygWinCommandFactory.name=CygWin

Back to the top