diff --git a/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd b/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd index 7817b263604..bc1fd6db0ff 100644 --- a/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd +++ b/debug/org.eclipse.cdt.debug.core/schema/CDebugger.exsd @@ -18,21 +18,21 @@ - + a fully qualified identifier of the target extension point - + an optional identifier of the extension instance - + an optional name of the extension instance @@ -44,45 +44,45 @@ - + specifies the debugger's name - + specifies the comma separated list of debugging modes (run,core,attach). - + specifies a fully qualified name of a Java class that implements <code>ICDIDebugger2</code> - + - + specifies a unique identifier for this debugger. - + specifies a comma separated list of supported platforms. - + specifies a comma separated list of supported platforms. @@ -128,7 +128,11 @@ - + Copyright (c) 2004, 2005 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 diff --git a/debug/org.eclipse.cdt.debug.ui/schema/CDebuggerPage.exsd b/debug/org.eclipse.cdt.debug.ui/schema/CDebuggerPage.exsd index 55079d52fed..03f6e922ad8 100644 --- a/debug/org.eclipse.cdt.debug.ui/schema/CDebuggerPage.exsd +++ b/debug/org.eclipse.cdt.debug.ui/schema/CDebuggerPage.exsd @@ -61,7 +61,7 @@ - specifies a fully qualified name of a Java class that implements <code>AbstractLaunchConfigurationTab</code> + specifies a fully qualified name of a Java class that implements <code>ICDebuggerPage</code> @@ -101,7 +101,7 @@ In the above example, the contributed UI component (org.eclipse.cdt.debug.mi.int - Value of the attribute class must be a fully qualified name of a Java class that extends the interface org.eclipse.debug.ui.AbstractLaunchConfigurationTab. + Value of the attribute class must be a fully qualified name of a Java class that implements the interface org.eclipse.debug.ui.ICDebuggerPage.