Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'restructuration/org.eclipse.emf.compare.match/src/org/eclipse/emf/compare/match/package-info.java')
-rw-r--r--restructuration/org.eclipse.emf.compare.match/src/org/eclipse/emf/compare/match/package-info.java28
1 files changed, 28 insertions, 0 deletions
diff --git a/restructuration/org.eclipse.emf.compare.match/src/org/eclipse/emf/compare/match/package-info.java b/restructuration/org.eclipse.emf.compare.match/src/org/eclipse/emf/compare/match/package-info.java
new file mode 100644
index 000000000..9ac1a0d20
--- /dev/null
+++ b/restructuration/org.eclipse.emf.compare.match/src/org/eclipse/emf/compare/match/package-info.java
@@ -0,0 +1,28 @@
+/*
+ * (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
+ */
+/**
+ * This packages backs up EMF Compare's matching functionality.
+ * <p>
+ * It provides services to call for the matching process on two or three EObjects,
+ * allowing for
+ * <ul>
+ * <li>Content matching on random EObjects</li>
+ * <li>Model matching with model roots</li>
+ * <li>Resource matching with model resources</li>
+ * <li>ResourceSet matching on whole resource sets</li>
+ * </ul>
+ * </p>
+ * <p>
+ * All the features provided by the match service can be called stand-alone.
+ * </p>
+ */
+package org.eclipse.emf.compare.match; \ No newline at end of file

Back to the top