blob: f0501f5adaf8c93e4cf6963b3920757b2e1a2f9c [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;
/**
* EJB version change listener
*
* @author Fred Bricon
*/
public class EjbVersionChangeListener extends NoOpVersionChangeListener {
}