blob: 01e37957188503fd3d0b04c37d288f27abcd6953 [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;
/**
* RAR version change listener
*
* @author Fred Bricon
*/
public class RarVersionChangeListener extends NoOpVersionChangeListener {
}