blob: 7a93ad8893ace27c019031ceee3ce004d74adb2b [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2010 Angelo Zerr 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:
* Angelo Zerr <angelo.zerr@gmail.com> - Initial API and implementation
*******************************************************************************/
package org.eclipse.jst.server.jetty.core;
import org.eclipse.jst.server.core.IJavaRuntimeWorkingCopy;
import org.eclipse.jst.server.jetty.core.internal.IJettyRuntime;
/**
*
*/
public interface IJettyRuntimeWorkingCopy extends IJettyRuntime, IJavaRuntimeWorkingCopy
{
// no new methods
}