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/engine/package-info.java')
-rw-r--r--restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/engine/package-info.java23
1 files changed, 23 insertions, 0 deletions
diff --git a/restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/engine/package-info.java b/restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/engine/package-info.java
new file mode 100644
index 000000000..41ca96228
--- /dev/null
+++ b/restructuration/org.eclipse.emf.compare.diff/src/org/eclipse/emf/compare/diff/engine/package-info.java
@@ -0,0 +1,23 @@
+/*
+ * (non-javadoc)
+ * Copyright (c) 2006, 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
+ */
+/**
+ * Provides a generic diff engine.
+ * <p>
+ * The provided engine does not require Eclipse to be running and can be
+ * called stand-alone.
+ * </p>
+ * <p>
+ * Clients can extends this diff engine and inherit most of its behavior
+ * instead of redefining an IDiffEngine from scratch.
+ * </p>
+ */
+package org.eclipse.emf.compare.diff.engine; \ No newline at end of file

Back to the top