carbidev/com.nokia.tools.variant.preview_2.0.0.v20090225_01-11/plugin.xml
author terytkon
Thu, 11 Mar 2010 18:39:02 +0200
changeset 0 30eb2d538f02
child 1 fe41c66bacc7
permissions -rw-r--r--
Moved all configtools under oss repository and under epl licence.

<?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>