Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEike Stepper2013-04-05 09:15:06 +0000
committerEike Stepper2013-04-05 09:15:06 +0000
commit976e48e5967a2888f768043af20cb49b7717e821 (patch)
tree5967b6978a7c08c8b3c51c82b70d62fe78997c4d /plugins/org.eclipse.emf.cdo.ui.compare/src/org/eclipse/emf
parent61f224419450d14781232e2aa6a6ab33887a156f (diff)
downloadcdo-976e48e5967a2888f768043af20cb49b7717e821.tar.gz
cdo-976e48e5967a2888f768043af20cb49b7717e821.tar.xz
cdo-976e48e5967a2888f768043af20cb49b7717e821.zip
Add JavaDoc for Compare integration
Diffstat (limited to 'plugins/org.eclipse.emf.cdo.ui.compare/src/org/eclipse/emf')
-rw-r--r--plugins/org.eclipse.emf.cdo.ui.compare/src/org/eclipse/emf/cdo/ui/compare/package-info.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/plugins/org.eclipse.emf.cdo.ui.compare/src/org/eclipse/emf/cdo/ui/compare/package-info.java b/plugins/org.eclipse.emf.cdo.ui.compare/src/org/eclipse/emf/cdo/ui/compare/package-info.java
new file mode 100644
index 0000000000..1e89004436
--- /dev/null
+++ b/plugins/org.eclipse.emf.cdo.ui.compare/src/org/eclipse/emf/cdo/ui/compare/package-info.java
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
+ * 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:
+ * Eike Stepper - initial API and implementation
+ */
+
+/**
+ * Classes that help to open EMF Compare user interfaces on CDO models.
+ */
+package org.eclipse.emf.cdo.ui.compare;
+

Back to the top