Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/util/ExchangeFileResourceImpl.java')
-rw-r--r--org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/util/ExchangeFileResourceImpl.java36
1 files changed, 0 insertions, 36 deletions
diff --git a/org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/util/ExchangeFileResourceImpl.java b/org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/util/ExchangeFileResourceImpl.java
deleted file mode 100644
index 18941413..00000000
--- a/org.eclipse.rmf.rif12.model/src/org/eclipse/rmf/rif12/ExchangeFile/util/ExchangeFileResourceImpl.java
+++ /dev/null
@@ -1,36 +0,0 @@
-/*******************************************************************************
- * Copyright (c) 2011, 2012 itemis GmbH.
- * 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:
- * Nirmal Sasidharan - initial API and implementation
- ******************************************************************************/
-
-package org.eclipse.rmf.rif12.ExchangeFile.util;
-
-import org.eclipse.emf.common.util.URI;
-import org.eclipse.emf.ecore.xmi.impl.XMIResourceImpl;
-
-/**
- * <!-- begin-user-doc -->
- * The <b>Resource </b> associated with the package.
- * <!-- end-user-doc -->
- * @see org.eclipse.rmf.rif12.ExchangeFile.util.ExchangeFileResourceFactoryImpl
- * @generated
- */
-public class ExchangeFileResourceImpl extends XMIResourceImpl {
- /**
- * Creates an instance of the resource.
- * <!-- begin-user-doc -->
- * <!-- end-user-doc -->
- * @param uri the URI of the new resource.
- * @generated
- */
- public ExchangeFileResourceImpl(URI uri) {
- super(uri);
- }
-
-} //ExchangeFileResourceImpl

Back to the top