1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Updated comment to remove my name from the file.

This commit is contained in:
Doug Schaefer 2002-12-04 14:46:13 +00:00
parent 810301022e
commit 2ad197f9ae
3 changed files with 0 additions and 6 deletions

View file

@ -14,8 +14,6 @@ import org.eclipse.core.runtime.IPath;
import org.eclipse.debug.core.ILaunchConfiguration; import org.eclipse.debug.core.ILaunchConfiguration;
/** /**
* @author Doug Schaefer
*
* Cygwin GDB Debugger overrides the GDB Debugger to apply the Cygwin * Cygwin GDB Debugger overrides the GDB Debugger to apply the Cygwin
* Command Factory to the MI Session. * Command Factory to the MI Session.
*/ */

View file

@ -7,8 +7,6 @@
package org.eclipse.cdt.debug.mi.core.command; package org.eclipse.cdt.debug.mi.core.command;
/** /**
* @author Doug Schaefer
*
* Cygwin Command Factory overrides the regular Command Factory to allow for * Cygwin Command Factory overrides the regular Command Factory to allow for
* commands to take into account the cygwin environment. * commands to take into account the cygwin environment.
*/ */

View file

@ -12,8 +12,6 @@ import org.eclipse.cdt.core.CommandLauncher;
import org.eclipse.core.runtime.Path; import org.eclipse.core.runtime.Path;
/** /**
* @author Doug Schaefer
*
* Cygwin implementation of the MIEnvironmentDirectory command. In the cygwin * Cygwin implementation of the MIEnvironmentDirectory command. In the cygwin
* environment, the paths are DOS paths and need to be converted to cygwin * environment, the paths are DOS paths and need to be converted to cygwin
* style paths before passing them to gdb. * style paths before passing them to gdb.