/** * <copyright> * * Copyright (c) 2012 Springsite BV (The Netherlands) 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: * Martin Taal - Initial API and implementation * * </copyright> * * $Id: EntityManagerProvider.java,v 1.7 2011/09/26 19:48:10 mtaal Exp $ */ package org.eclipse.emf.texo.rcp.client; import org.eclipse.emf.ecore.resource.impl.ResourceImpl; /** * The base class of the Texo resource implementations. * * @author <a href="mtaal@elver.org">Martin Taal</a> */ public class TexoResource extends ResourceImpl { }