emfresource: add EMF Compare content type to .localhawkmodel files
diff --git a/plugins/org.hawk.ui.emfresource/plugin.xml b/plugins/org.hawk.ui.emfresource/plugin.xml
index 96c6f6e..a7f80e1 100644
--- a/plugins/org.hawk.ui.emfresource/plugin.xml
+++ b/plugins/org.hawk.ui.emfresource/plugin.xml
@@ -104,5 +104,12 @@
          </and>

       </definition>

    </extension>

+   <extension

+         point="org.eclipse.core.contenttype.contentTypes">

+      <file-association

+            content-type="org.eclipse.emf.compare.content.type"

+            file-extensions="localhawkmodel">

+      </file-association>

+   </extension>

 

 </plugin>