blob: 66ef7d989bbf3252ae63103aea12f8d9d3f128c9 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 IBM Corporation 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:
* IBM - Initial API and implementation
*******************************************************************************/
package org.eclipse.ptp.services.test;
import org.eclipse.ptp.services.core.ServiceProvider;
public class TestServiceProvider extends ServiceProvider {
public boolean isConfigured() {
return true;
}
}