blob: c4587ccf6ae9119c7b91c1b75dbe6a6077f038a0 [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 Corporation - initial API and implementation
*******************************************************************************/
package org.eclipse.wst.jsdt.ui.tests.internal;
import org.eclipse.core.runtime.Plugin;
/**
* @author nitin
*
*/
public class Activator extends Plugin {
/**
*
*/
public Activator() {
// TODO Auto-generated constructor stub
}
}