| /** |
| * <copyright> |
| * </copyright> |
| * |
| * $Id: ExtlibraryResourceImpl.java,v 1.1 2006/08/14 05:08:58 mtaal Exp $ |
| */ |
| package extlibrary.util; |
| |
| import org.eclipse.emf.common.util.URI; |
| |
| import org.eclipse.emf.ecore.xmi.impl.XMLResourceImpl; |
| |
| /** |
| * <!-- begin-user-doc --> The <b>Resource </b> associated with the package. <!-- end-user-doc --> |
| * |
| * @see extlibrary.util.ExtlibraryResourceFactoryImpl |
| * @generated |
| */ |
| public class ExtlibraryResourceImpl extends XMLResourceImpl { |
| /** |
| * Creates an instance of the resource. <!-- begin-user-doc --> <!-- end-user-doc --> |
| * |
| * @param uri |
| * the URI of the new resource. |
| * @generated |
| */ |
| public ExtlibraryResourceImpl(URI uri) { |
| super(uri); |
| } |
| |
| } // ExtlibraryResourceImpl |