carbidev/com.nokia.tools.variant.preview_2.0.0.v20090225_01-11/plugin.xml
changeset 0 30eb2d538f02
child 1 fe41c66bacc7
equal deleted inserted replaced
-1:000000000000 0:30eb2d538f02
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <!--
       
     3   Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     4   All rights reserved.
       
     5   This component and the accompanying materials are made available
       
     6   under the terms of the License "Symbian Foundation License v1.0"
       
     7   which accompanies this distribution, and is available
       
     8   at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     9   
       
    10   Initial Contributors:
       
    11   Nokia Corporation - Initial contribution
       
    12   
       
    13   Contributors:
       
    14   
       
    15   Description: This file is part of com.nokia.tools.variant.preview component.
       
    16 -->
       
    17 <?eclipse version="3.2"?>
       
    18 <plugin>
       
    19    <extension-point id="contentpreview" name="Content Preview" schema="schema/contentpreview.exsd"/>
       
    20    <extension
       
    21          point="org.eclipse.ui.views">
       
    22       <!-- The icon is only for temporary use-->
       
    23       <view
       
    24             class="com.nokia.tools.variant.preview.ui.PreviewView"
       
    25             id="com.nokia.tools.variant.preview.PreviewView"
       
    26             icon="icons/image_obj.gif"
       
    27             name="Preview">
       
    28       </view>
       
    29    </extension>
       
    30    <extension
       
    31          name="IStorage to preview descriptor"
       
    32          point="org.eclipse.core.runtime.adapters">
       
    33       <factory
       
    34             adaptableType="org.eclipse.core.resources.IStorage"
       
    35             class="com.nokia.tools.variant.internal.preview.IStoragePreviewAdapterFactory">
       
    36          <adapter
       
    37                type="com.nokia.tools.variant.preview.IPreviewDescriptor">
       
    38          </adapter>
       
    39       </factory>
       
    40    </extension>
       
    41 
       
    42 </plugin>