blob: b95dced08a9ed58496aa6a4afee77d6c164e1a49 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2011 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
*******************************************************************************/
package org.eclipse.m2e.wtp.internal.facets;
/**
* Application Client Facet uninstall delegate
*
* @author Fred Bricon
*/
public class AppClientUninstallDelegate extends NoOpUninstallDelegate {
}