[398367] Adds Papyrus CSS customization support.
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.diagram.ide.ui.papyrus / plugin.xml
blob64d93382343bff4904261d511decb197e2abc367
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
4 <!--
5  Copyright (c) 2013, 2014 Obeo.
6  All rights reserved. This program and the accompanying materials
7  are made available under the terms of the Eclipse Public License v1.0
8  which accompanies this distribution, and is available at
9  http://www.eclipse.org/legal/epl-v10.html
11  Contributors:
12      Obeo - initial API and implementation
13 -->
15 <plugin>
16    <extension
17          point="org.eclipse.core.contenttype.contentTypes">
18       <file-association
19             content-type="org.eclipse.emf.compare.content.type"
20             file-extensions="di,notation"/>
21    </extension>
22    <extension
23          point="org.eclipse.emf.compare.ide.resourceSetHook">
24       <resourceSetHook
25             class="org.eclipse.emf.compare.diagram.ide.ui.papyrus.internal.CssInstallationHook">
26       </resourceSetHook>
27    </extension>
28 </plugin>