Skip to main content
summaryrefslogtreecommitdiffstats
blob: 148dd43ae999e2639fc63b0bcbdd7779eeec2851 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*
 * (non-javadoc)
 * Copyright (c) 2006, 2009 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 merge services for models.
 * <p>
 * Clients can make use of the classes provided within these packages to either
 * add listeners on generic merge operation or implement their own mergers.
 * </p>
 * <p>
 * As the remaining of EMF Compare, the merging functionality can be used stand-alone.
 * </p>
 * 
 * @since 0.8
 */
package org.eclipse.emf.compare.diff.merge;

Back to the top