blob: 5efc5df3cb7129a9b0a045ba21113d6e9c6d2e6c [file] [log] [blame]
/*************************************************************************************
* Copyright (c) 2011-2014 Red Hat, Inc. and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Contributors:
* Fred Bricon / JBoss by Red Hat - Initial implementation.
************************************************************************************/
package org.eclipse.m2e.profiles.ui.internal;
import org.eclipse.ui.plugin.AbstractUIPlugin;
/**
* The activator class controls the plug-in life cycle
*
* @since 1.5.0
*/
public class MavenProfilesUIActivator extends AbstractUIPlugin {
public static final String PLUGIN_ID = "org.eclipse.m2e.profiles.ui";
/**
* The constructor
*/
public MavenProfilesUIActivator() {
}
}