blob: dd3ba75dfe207f5f16e40154b4f97af90425fa35 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.2"?>
<!--
Copyright (c) 2008, 2011 IBM Corporation 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:
IBM Corporation - initial API and implementation
-->
<plugin>
<extension
point="org.eclipse.compare.contentMergeViewers">
<viewer
class="org.eclipse.compare.internal.win32.WordViewerCreator"
extensions="doc"
id="org.eclipse.compare.wordMergeViewer">
</viewer>
<contentTypeBinding
contentMergeViewerId="org.eclipse.compare.wordMergeViewer"
contentTypeId="org.eclipse.compare.wordDoc">
</contentTypeBinding>
</extension>
<extension
point="org.eclipse.core.contenttype.contentTypes">
<content-type
file-extensions="doc, docx"
id="org.eclipse.compare.wordDoc"
name="%wordDocumentContentTypeName">
</content-type>
</extension>
</plugin>