org.eclipse.core.resources/src/org/eclipse/core/internal/resources/mapping/ResourceMapping.java

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (download) (annotate)
Thu Oct 20 18:08:47 2005 UTC (4 years, 1 month ago) by johna
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
FILE REMOVED
Bug 106346 Move ResourceMapping back to API package
/*******************************************************************************
 * Copyright (c) 2004, 2005 IBM Corporation and others.
 * 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:
 *     IBM Corporation - initial API and implementation
 *******************************************************************************/
package org.eclipse.core.internal.resources.mapping;

/**
 * @deprecated Temporary stub for class moved to org.eclipse.core.resources.mapping package.
 */
public abstract class ResourceMapping extends org.eclipse.core.resources.mapping.ResourceMapping {
	//
}