blob: cca3c2685560f4e9230b1c4a73bed92f6d1f2b41 [file] [log] [blame]
/**
* <copyright>
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
* </copyright>
*
* $Id$
*/
package org.eclipse.modisco.jee.ejbjar.EjbJar11.util;
import org.eclipse.emf.common.util.URI;
import org.eclipse.gmt.modisco.infra.common.core.internal.resource.NoExternalLoadXmlResourceImpl;
/**
* <!-- begin-user-doc -->
* The <b>Resource </b> associated with the package.
* <!-- end-user-doc -->
* @see org.eclipse.modisco.jee.ejbjar.EjbJar11.util.EjbJar11ResourceFactoryImpl
* @generated NOT
*/
public class EjbJar11ResourceImpl extends NoExternalLoadXmlResourceImpl {
/**
* Creates an instance of the resource.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param uri the URI of the new resource.
* @generated
*/
public EjbJar11ResourceImpl(URI uri) {
super(uri);
}
} //EjbJar11ResourceImpl