blob: 2a0a44469ec08fbe570544651aee2f2d6fc4b796 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011-2012 Red Hat, Inc.
* 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:
* Snjezna Peco (Red Hat, Inc.) - initial API and implementation
******************************************************************************/
package org.eclipse.m2e.wtp.jsf.internal.configurators;
import org.eclipse.m2e.core.project.configurator.AbstractCustomizableLifecycleMapping;
/**
* JSF Lifecycle Mapping
*
* @author snjeza
*/
public class JSFLifecycleMapping extends AbstractCustomizableLifecycleMapping {
}