blob: e234a33927b9beb733f509dd190592216a4c9a57 [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 Common Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/cpl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
/*
* $RCSfile: PerfMsrCorePlugin.java,v $
* $Revision: 1.1 $ $Date: 2005/01/07 20:19:23 $
*/
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;
}
}