blob: 2b86e9ef2d973239996486fc2b7544fdc4e92a01 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2005 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 Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: PerfMsrCorePlugin.java,v $
* $Revision: 1.2 $ $Date: 2005/02/15 23:06:47 $
*/
package org.eclipse.perfmsr.core;
import org.eclipse.core.runtime.Plugin;
/**
* ************* This is just a stub of the real class to get org.eclipse.jem.util
* to compile. It is not usable by itself. ****************************
* @since 1.0.0
*/
public class PerfMsrCorePlugin extends Plugin {
public static IPerformanceMonitor getPerformanceMonitor(boolean bool) {
return null;
}
}