1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Change since tag from 6.1 to 7.0

This commit is contained in:
Marc Khouzam 2010-01-20 14:04:21 +00:00
parent 5aac59eb4b
commit 624df06887
5 changed files with 10 additions and 10 deletions

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009 Ericsson and others.
* Copyright (c) 2010 Ericsson 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
@ -16,7 +16,7 @@ import org.eclipse.debug.ui.actions.DebugCommandHandler;
/**
* Command handler to trigger a reverse resume operation
*
* @since 6.1
* @since 7.0
*/
public class ReverseResumeCommandHandler extends DebugCommandHandler {
@Override

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009 Ericsson and others.
* Copyright (c) 2010 Ericsson 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
@ -16,7 +16,7 @@ import org.eclipse.debug.ui.actions.DebugCommandHandler;
/**
* Command handler to trigger a reverse stepinto operation
*
* @since 6.1
* @since 7.0
*/
public class ReverseStepIntoCommandHandler extends DebugCommandHandler {
@Override

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009 Ericsson and others.
* Copyright (c) 2010 Ericsson 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
@ -16,7 +16,7 @@ import org.eclipse.debug.ui.actions.DebugCommandHandler;
/**
* Command handler to trigger a reverse stepover operation
*
* @since 6.1
* @since 7.0
*/
public class ReverseStepOverCommandHandler extends DebugCommandHandler {
@Override

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009 Ericsson and others.
* Copyright (c) 2010 Ericsson 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
@ -32,7 +32,7 @@ import org.eclipse.ui.menus.UIElement;
/**
* Command handler to toggle reverse debugging mode
*
* @since 6.1
* @since 7.0
*/
public class ReverseToggleCommandHandler extends DebugCommandHandler implements IDebugContextListener, IElementUpdater {
@Override

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009 Ericsson and others.
* Copyright (c) 2010 Ericsson 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
@ -16,7 +16,7 @@ import org.eclipse.debug.ui.actions.DebugCommandHandler;
/**
* Command handler to trigger an uncall operation
*
* @since 6.1
* @since 7.0
*/
public class UncallCommandHandler extends DebugCommandHandler {
@Override