carbidect/com.nokia.tools.carbide.ct.confml/plugin.xml
author terytkon
Wed, 02 Jun 2010 10:50:41 +0300
changeset 1 fe41c66bacc7
parent 0 30eb2d538f02
permissions -rw-r--r--
Changed rest of the sfl licences to epl :)

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>

<!--
 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 "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:

 $Id$
-->

<plugin>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <package
            uri="http://www.s60.com/xml/confml/1"
            class="com.nokia.tools.carbide.ct.confml.model.confml1.EConfML1Package"/>
   </extension>

   <extension point="org.eclipse.emf.ecore.content_parser">
      <parser
            contentTypeIdentifier="com.nokia.tools.carbide.ct.content.confml"
            class="com.nokia.tools.carbide.ct.confml.model.confml1.util.EConfML1ResourceFactoryImpl"/>
   </extension>

   <extension point="org.eclipse.core.runtime.contentTypes">
      <content-type
            base-type="org.eclipse.core.runtime.xml"
            file-extensions="confml"
            id="com.nokia.tools.carbide.ct.content.confml"
            name="%_UI_EConfML1_content_type"
            priority="normal">
         <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer">
            <parameter name="namespace" value="http://www.s60.com/xml/confml/1"/>
         </describer>
      </content-type>
   </extension>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <package
            uri="http://www.w3.org/2001/XInclude"
            class="com.nokia.tools.carbide.ct.confml.model.confml1.include.EConfMLIncludePackage"/>
   </extension>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <package
            uri="http://www.s60.com/xml/confml/2"
            class="com.nokia.tools.carbide.ct.confml.model.confml2.EConfML2Package"/>
   </extension>

   <extension point="org.eclipse.emf.ecore.content_parser">
      <parser
            contentTypeIdentifier="com.nokia.tools.carbide.ct.content.confml2"
            class="com.nokia.tools.carbide.ct.confml.model.confml2.util.EConfML2ResourceFactoryImpl"/>
   </extension>

   <extension point="org.eclipse.core.runtime.contentTypes">
      <content-type
            base-type="org.eclipse.core.runtime.xml"
            file-extensions="confml"
            id="com.nokia.tools.carbide.ct.content.confml2"
            name="%_UI_EConfML2_content_type"
            priority="normal">
         <describer class="org.eclipse.emf.ecore.xmi.impl.RootXMLContentHandlerImpl$Describer">
            <parameter name="namespace" value="http://www.s60.com/xml/confml/2"/>
         </describer>
      </content-type>
   </extension>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <package
            uri="http://www.nokia.com/xml/cpf-id/1"
            class="com.nokia.tools.carbide.ct.confml.model.metaext.EMetaExtPackage"/>
   </extension>

   <extension point="org.eclipse.emf.ecore.extension_parser">
      <parser
            type="emetaext"
            class="com.nokia.tools.carbide.ct.confml.model.metaext.util.EMetaExtResourceFactoryImpl"/>
   </extension>

   <extension point="org.eclipse.emf.ecore.generated_package">
      <package
            uri="http://www.w3.org/2001/XMLSchema"
            class="com.nokia.tools.carbide.ct.confml.model.xsd.EXSDFacetPackage"/>
   </extension>

</plugin>