Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/ResourceDiff.java')
-rw-r--r--restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/ResourceDiff.java28
1 files changed, 28 insertions, 0 deletions
diff --git a/restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/ResourceDiff.java b/restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/ResourceDiff.java
new file mode 100644
index 000000000..52479a2cd
--- /dev/null
+++ b/restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/metamodel/ResourceDiff.java
@@ -0,0 +1,28 @@
+/*******************************************************************************
+ * Copyright (c) 2009, 2012 Obeo.
+ * 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:
+ * Obeo - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.emf.compare.diff.metamodel;
+
+/**
+ * <!-- begin-user-doc --> A representation of the model object '<em><b>Resource Diff</b></em>'. <!--
+ * end-user-doc -->
+ *
+ * <!-- begin-model-doc -->
+ * Differences of this kind represent changes regarding a third-party resource.
+ * <!-- end-model-doc -->
+ *
+ *
+ * @see org.eclipse.emf.compare.diff.metamodel.DiffPackage#getResourceDiff()
+ * @model
+ * @generated
+ */
+public interface ResourceDiff extends DiffElement {
+ // ResourceDiff
+}

Back to the top