uidesigner/com.nokia.sdt.emf.dm/plugin.xml
author stechong
Thu, 16 Apr 2009 14:40:22 -0500
branchRCL_2_0
changeset 100 b7cd497951b7
parent 2 d760517a8095
permissions -rw-r--r--
Updated JUnit tests for Bug 8890.
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
/**
cawthron
parents:
diff changeset
     6
 * <copyright>
cawthron
parents:
diff changeset
     7
 * </copyright>
cawthron
parents:
diff changeset
     8
 *
cawthron
parents:
diff changeset
     9
 * $Id$
cawthron
parents:
diff changeset
    10
 */
cawthron
parents:
diff changeset
    11
-->
cawthron
parents:
diff changeset
    12
cawthron
parents:
diff changeset
    13
<plugin>
cawthron
parents:
diff changeset
    14
cawthron
parents:
diff changeset
    15
    <extension point="org.eclipse.emf.ecore.generated_package">
cawthron
parents:
diff changeset
    16
    <package 
cawthron
parents:
diff changeset
    17
       uri = "http:///com/nokia/sdt/emf/dm.ecore" 
cawthron
parents:
diff changeset
    18
       class = "com.nokia.sdt.emf.dm.DmPackage" />
cawthron
parents:
diff changeset
    19
  </extension>
cawthron
parents:
diff changeset
    20
  <extension
cawthron
parents:
diff changeset
    21
        point="org.eclipse.emf.ecore.extension_parser">
cawthron
parents:
diff changeset
    22
     <parser
cawthron
parents:
diff changeset
    23
           class="com.nokia.sdt.emf.dm.xml.NXDResourceFactory"
cawthron
parents:
diff changeset
    24
           type="nxd"/>
cawthron
parents:
diff changeset
    25
     <parser
cawthron
parents:
diff changeset
    26
           class="com.nokia.sdt.emf.dm.xml.NXDResourceFactory"
cawthron
parents:
diff changeset
    27
           type="uidesign"/>
cawthron
parents:
diff changeset
    28
  </extension>
cawthron
parents:
diff changeset
    29
cawthron
parents:
diff changeset
    30
</plugin>
cawthron
parents:
diff changeset
    31