core/com.nokia.carbide.cpp.sdk.core/plugin.xml
author timkelly
Fri, 27 Mar 2009 10:47:09 -0500
changeset 17 71c0485f97c2
parent 2 d760517a8095
child 544 6911e366cafa
child 950 6773165abc05
permissions -rw-r--r--
new image for CDK
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
cawthron
parents:
diff changeset
     2
<?eclipse version="3.0"?>
cawthron
parents:
diff changeset
     3
cawthron
parents:
diff changeset
     4
<!--
cawthron
parents:
diff changeset
     5
 <copyright>
cawthron
parents:
diff changeset
     6
 </copyright>
cawthron
parents:
diff changeset
     7
cawthron
parents:
diff changeset
     8
 $Id: plugin.xml,v 1.1 2009/02/04 23:41:11 wpaul Exp $
cawthron
parents:
diff changeset
     9
-->
cawthron
parents:
diff changeset
    10
cawthron
parents:
diff changeset
    11
<plugin>
cawthron
parents:
diff changeset
    12
  <extension point="org.eclipse.emf.ecore.generated_package">
cawthron
parents:
diff changeset
    13
    <package 
cawthron
parents:
diff changeset
    14
       uri = "platform:/resource/com.nokia.carbide.cpp.sdk.core/schema/devices.xsd" 
cawthron
parents:
diff changeset
    15
       class = "com.nokia.carbide.cpp.internal.sdk.core.gen.Devices.DevicesPackage"
cawthron
parents:
diff changeset
    16
       genModel = "schema/devices.genmodel" /> 
cawthron
parents:
diff changeset
    17
  </extension>
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
  <extension point="org.eclipse.emf.ecore.extension_parser">
cawthron
parents:
diff changeset
    20
    <parser 
cawthron
parents:
diff changeset
    21
       type="devices" 
cawthron
parents:
diff changeset
    22
       class="com.nokia.carbide.cpp.internal.sdk.core.gen.Devices.util.DevicesResourceFactoryImpl" />
cawthron
parents:
diff changeset
    23
  </extension>
cawthron
parents:
diff changeset
    24
cawthron
parents:
diff changeset
    25
</plugin>
cawthron
parents:
diff changeset
    26