<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
All rights reserved.
This component and the accompanying materials are made available
under the terms of the License "Eclipse Public License v1.0"
which accompanies this distribution, and is available
at the URL "http://www.eclipse.org/legal/epl-v10.html".
Initial Contributors:
Nokia Corporation - Initial contribution
Contributors:
Description: This file is part of com.nokia.tools.variant.preview component.
-->
<?eclipse version="3.2"?>
<plugin>
<extension-point id="contentpreview" name="Content Preview" schema="schema/contentpreview.exsd"/>
<extension
point="org.eclipse.ui.views">
<!-- The icon is only for temporary use-->
<view
class="com.nokia.tools.variant.preview.ui.PreviewView"
id="com.nokia.tools.variant.preview.PreviewView"
icon="icons/image_obj.gif"
name="Preview">
</view>
</extension>
<extension
name="IStorage to preview descriptor"
point="org.eclipse.core.runtime.adapters">
<factory
adaptableType="org.eclipse.core.resources.IStorage"
class="com.nokia.tools.variant.internal.preview.IStoragePreviewAdapterFactory">
<adapter
type="com.nokia.tools.variant.preview.IPreviewDescriptor">
</adapter>
</factory>
</extension>
</plugin>