--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/carbidev/com.nokia.tools.variant.preview_2.0.0.v20090225_01-11/plugin.xml Thu Mar 11 18:39:02 2010 +0200
@@ -0,0 +1,42 @@
+<?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 "Symbian Foundation License v1.0"
+ which accompanies this distribution, and is available
+ at the URL "http://www.symbianfoundation.org/legal/sfl-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>