uidesigner/com.nokia.sdt.uimodel/plugin.xml
author fturovic <frank.turovich@nokia.com>
Wed, 22 Apr 2009 14:23:54 -0500
branchRCL_2_0
changeset 114 5c834844fe21
parent 2 d760517a8095
permissions -rw-r--r--
minor edits, updated header image
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
<plugin>
cawthron
parents:
diff changeset
     4
   <extension-point id="componentProvider" name="Component Provider" schema="schema/com.nokia.sdt.component.provider.exsd"/>
cawthron
parents:
diff changeset
     5
   <extension-point id="modelLoader" name="Data Model Loader" schema="schema/modelLoader.exsd"/>
cawthron
parents:
diff changeset
     6
   <extension-point id="sourceGenProvider" name="Source Generation Provider" schema="schema/sourceGenProvider.exsd"/>
cawthron
parents:
diff changeset
     7
   <extension-point id="projectContextProvider" name="Project context provider" schema="schema/projectContextProvider.exsd"/>
cawthron
parents:
diff changeset
     8
cawthron
parents:
diff changeset
     9
   <extension point="org.eclipse.ui.startup">
cawthron
parents:
diff changeset
    10
      <startup class="com.nokia.sdt.workspace.Startup"/>
cawthron
parents:
diff changeset
    11
   </extension>
cawthron
parents:
diff changeset
    12
 
cawthron
parents:
diff changeset
    13
  <extension point="org.eclipse.emf.ecore.generated_package">
cawthron
parents:
diff changeset
    14
    <package 
cawthron
parents:
diff changeset
    15
       uri = "http://www.nokia.com/sdt/ui/skin" 
cawthron
parents:
diff changeset
    16
       class = "com.nokia.sdt.ui.skin.SkinPackage" />
cawthron
parents:
diff changeset
    17
    <package
cawthron
parents:
diff changeset
    18
          class="com.nokia.sdt.looknfeel.feel.LookAndFeelPackage"
cawthron
parents:
diff changeset
    19
          uri="http://www.nokia.com/sdt/lookAndFeel"/>
cawthron
parents:
diff changeset
    20
  </extension>
cawthron
parents:
diff changeset
    21
cawthron
parents:
diff changeset
    22
  <extension point="org.eclipse.emf.ecore.extension_parser">
cawthron
parents:
diff changeset
    23
    <parser 
cawthron
parents:
diff changeset
    24
       type="skin" 
cawthron
parents:
diff changeset
    25
       class="com.nokia.sdt.ui.skin.util.SkinResourceFactoryImpl" />
cawthron
parents:
diff changeset
    26
  </extension>
cawthron
parents:
diff changeset
    27
cawthron
parents:
diff changeset
    28
   <extension point="org.eclipse.core.runtime.contentTypes">
cawthron
parents:
diff changeset
    29
	  <content-type id="carbideModel" base-type="org.eclipse.core.runtime.xml"
cawthron
parents:
diff changeset
    30
		name="%carbideModel" file-extensions="uidesign,nxd">
cawthron
parents:
diff changeset
    31
	  </content-type>
cawthron
parents:
diff changeset
    32
      <content-type id="carbideAppModel" base-type="org.eclipse.core.runtime.xml"
cawthron
parents:
diff changeset
    33
		name="%carbideAppModel" priority="high"
cawthron
parents:
diff changeset
    34
		file-names="application.uidesign">
cawthron
parents:
diff changeset
    35
	  </content-type>
cawthron
parents:
diff changeset
    36
   </extension>
cawthron
parents:
diff changeset
    37
cawthron
parents:
diff changeset
    38
  
cawthron
parents:
diff changeset
    39
  <extension
cawthron
parents:
diff changeset
    40
        id="messageMarker"
cawthron
parents:
diff changeset
    41
        name="Carbide.c++ UI Designer Message Marker"
cawthron
parents:
diff changeset
    42
        point="org.eclipse.core.resources.markers">
cawthron
parents:
diff changeset
    43
     <super type="org.eclipse.core.resources.problemmarker"/>
cawthron
parents:
diff changeset
    44
     <persistent value="true"/>
cawthron
parents:
diff changeset
    45
     <super type="org.eclipse.core.resources.textmarker"/>
cawthron
parents:
diff changeset
    46
  </extension>
cawthron
parents:
diff changeset
    47
  <extension
cawthron
parents:
diff changeset
    48
        id="modelMarker"
cawthron
parents:
diff changeset
    49
        name="Carbide.c++ UI Designer Marker"
cawthron
parents:
diff changeset
    50
        point="org.eclipse.core.resources.markers">
cawthron
parents:
diff changeset
    51
     <super type="org.eclipse.core.resources.problemmarker"/>
cawthron
parents:
diff changeset
    52
     <persistent value="true"/>
cawthron
parents:
diff changeset
    53
     <super type="org.eclipse.core.resources.textmarker"/>
cawthron
parents:
diff changeset
    54
  </extension>
cawthron
parents:
diff changeset
    55
  <extension
cawthron
parents:
diff changeset
    56
        point="org.eclipse.core.runtime.preferences">
cawthron
parents:
diff changeset
    57
     <initializer class="com.nokia.sdt.preferences.PreferenceInitializer"/>
cawthron
parents:
diff changeset
    58
  </extension>
cawthron
parents:
diff changeset
    59
  <extension
cawthron
parents:
diff changeset
    60
        point="org.eclipse.ui.activities">
cawthron
parents:
diff changeset
    61
     <category
cawthron
parents:
diff changeset
    62
           id="com.nokia.sdt.uidesigner.category"
cawthron
parents:
diff changeset
    63
           name="%carbide.category"/>
cawthron
parents:
diff changeset
    64
     <activity
cawthron
parents:
diff changeset
    65
           id="com.nokia.sdt.uidesigner.activity"
cawthron
parents:
diff changeset
    66
           name="%pluginName"/>
cawthron
parents:
diff changeset
    67
     <categoryActivityBinding
cawthron
parents:
diff changeset
    68
           activityId="com.nokia.sdt.uidesigner.activity"
cawthron
parents:
diff changeset
    69
           categoryId="com.nokia.sdt.uidesigner.category"/>
cawthron
parents:
diff changeset
    70
     <activityPatternBinding
cawthron
parents:
diff changeset
    71
           activityId="com.nokia.sdt.uidesigner.activity"
cawthron
parents:
diff changeset
    72
           pattern="com\.nokia\.sdt\..*/.*"/>
cawthron
parents:
diff changeset
    73
     <defaultEnablement id="com.nokia.sdt.uidesigner.activity"/>
cawthron
parents:
diff changeset
    74
  </extension>  
cawthron
parents:
diff changeset
    75
</plugin>