blob: 1f5f1eb4225528ec6f85bdff96b60b23d7eb5745 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2016, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* R.Dvorak and others - QVTo debugger framework
* E.D.Willink - revised API for OCL debugger framework
*******************************************************************************/
package org.eclipse.ocl.examples.debug.ui.actions;
import org.eclipse.ocl.examples.debug.vm.ui.actions.VMBreakpointPropertiesAction;
/**
* Presents the standard properties dialog to configure the attributes of an OCL
* Breakpoint.
*/
@Deprecated /* @deprecated Use VMBreakpointPropertiesHandler */
public class OCLBreakpointPropertiesAction extends VMBreakpointPropertiesAction
{
}