blob: 0b2cd724dba9dc48539e4f90962340d433558893 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
Copyright (c) 2019 CEA LIST, and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License 2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-2.0/
SPDX-License-Identifier: EPL-2.0
Contributors:
CEA LIST - Initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.emf.compare.rcp.postProcessor">
<processor
class="org.eclipse.papyrus.gitlight.compare.internal.PapyrusDiagramPostProcessor"
description="Post-processor that handles specifics of Papyrus UML diagrams."
label="%papyrus-diagram-post-processor"
ordinal="35">
<nsURI
value="http://www.eclipse.org/gmf/runtime/\d.\d.\d/notation">
</nsURI>
</processor>
</extension>
<extension
point="org.eclipse.emf.compare.rcp.postProcessor">
<processor
class="org.eclipse.papyrus.gitlight.compare.internal.IgnoreDiFilePostProcessor"
description="Post-processor that causes changes applied to the contents of di-files to be ignored."
label="%ignore-papyrus-difiles-post-processor"
ordinal="35">
<nsURI
value="http://www.eclipse.org/papyrus/\d.\d.\d/sashdi">
</nsURI>
</processor>
</extension>
</plugin>