templates/com.nokia.carbide.cpp.templates/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 1383 619a297ab336
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
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
cawthron
parents:
diff changeset
     5
	<!-- PROJECT WIZARDS -->
cawthron
parents:
diff changeset
     6
	<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
cawthron
parents:
diff changeset
     7
cawthron
parents:
diff changeset
     8
      <template
cawthron
parents:
diff changeset
     9
      		displayName="%gui.label"
cawthron
parents:
diff changeset
    10
            filterArguments="S60:3.0-5.9"
cawthron
parents:
diff changeset
    11
            groupLabel="%S60.3.label"
cawthron
parents:
diff changeset
    12
            image="icons/icon_S60.png"
cawthron
parents:
diff changeset
    13
            location="templates/projecttemplates/S60-TouchUIApplication/template.xml"
cawthron
parents:
diff changeset
    14
            templateId="com.nokia.carbide.cpp.templates.s60.touchUI"
cawthron
parents:
diff changeset
    15
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
cawthron
parents:
diff changeset
    16
cawthron
parents:
diff changeset
    17
      <template
cawthron
parents:
diff changeset
    18
      		displayName="%dll.label"
cawthron
parents:
diff changeset
    19
            groupLabel="%GenericSymbianOS.label"
cawthron
parents:
diff changeset
    20
            image="icons/icon_symbian.gif"
cawthron
parents:
diff changeset
    21
            location="templates/projecttemplates/Symbian-DLL/template.xml"
cawthron
parents:
diff changeset
    22
            templateId="com.nokia.carbide.cpp.templates.symbian.dll"
cawthron
parents:
diff changeset
    23
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
cawthron
parents:
diff changeset
    24
      <template
cawthron
parents:
diff changeset
    25
      		displayName="%exe.label"
cawthron
parents:
diff changeset
    26
            groupLabel="%GenericSymbianOS.label"
cawthron
parents:
diff changeset
    27
            image="icons/icon_symbian.gif"
cawthron
parents:
diff changeset
    28
            location="templates/projecttemplates/Symbian-EXE/template.xml"
cawthron
parents:
diff changeset
    29
            templateId="com.nokia.carbide.cpp.templates.symbian.exe"
cawthron
parents:
diff changeset
    30
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
cawthron
parents:
diff changeset
    31
      <template
cawthron
parents:
diff changeset
    32
      		displayName="%lib.label"
cawthron
parents:
diff changeset
    33
            groupLabel="%GenericSymbianOS.label"
cawthron
parents:
diff changeset
    34
            image="icons/icon_symbian.gif"
cawthron
parents:
diff changeset
    35
            location="templates/projecttemplates/Symbian-LIB/template.xml"
cawthron
parents:
diff changeset
    36
            templateId="com.nokia.carbide.cpp.templates.symbian.lib"
cawthron
parents:
diff changeset
    37
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
cawthron
parents:
diff changeset
    38
      <template
cawthron
parents:
diff changeset
    39
      		displayName="%empty.label"
cawthron
parents:
diff changeset
    40
            groupLabel="%GenericSymbianOS.label"
cawthron
parents:
diff changeset
    41
            image="icons/icon_symbian.gif"
cawthron
parents:
diff changeset
    42
            location="templates/projecttemplates/Symbian-Empty/template.xml"
cawthron
parents:
diff changeset
    43
            templateId="com.nokia.carbide.cpp.templates.symbian.empty"
cawthron
parents:
diff changeset
    44
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
cawthron
parents:
diff changeset
    45
cawthron
parents:
diff changeset
    46
      <template
cawthron
parents:
diff changeset
    47
      		displayName="%uiq3.label"
cawthron
parents:
diff changeset
    48
            filterArguments="UIQ:3.0-3.9"
cawthron
parents:
diff changeset
    49
            groupLabel="%UIQ.label"
cawthron
parents:
diff changeset
    50
            image="icons/icon_UIQ.png"
cawthron
parents:
diff changeset
    51
            location="templates/projecttemplates/UIQ30-HelloWorld/template.xml"
cawthron
parents:
diff changeset
    52
            templateId="com.nokia.carbide.cpp.templates.uiq30.helloworld"
cawthron
parents:
diff changeset
    53
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
cawthron
parents:
diff changeset
    54
      <template
cawthron
parents:
diff changeset
    55
      		displayName="%openc.label"
cawthron
parents:
diff changeset
    56
            filterArguments="S60:3.0-5.9"
cawthron
parents:
diff changeset
    57
            groupLabel="%S60.3.label"
cawthron
parents:
diff changeset
    58
            image="icons/icon_S60.png"
cawthron
parents:
diff changeset
    59
            location="templates/projecttemplates/OpenC-HelloWorld/template.xml"
cawthron
parents:
diff changeset
    60
            templateId="com.nokia.carbide.cpp.templates.openC.helloworld"
cawthron
parents:
diff changeset
    61
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
cawthron
parents:
diff changeset
    62
   </extension>
cawthron
parents:
diff changeset
    63
cawthron
parents:
diff changeset
    64
	<!-- CLASS WIZARDS -->
cawthron
parents:
diff changeset
    65
	<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
cawthron
parents:
diff changeset
    66
      <template
cawthron
parents:
diff changeset
    67
      		displayName="%cclass.label"
cawthron
parents:
diff changeset
    68
            groupLabel="%SymbianOS.label"
cawthron
parents:
diff changeset
    69
            image="icons/icon_symbian.gif"
cawthron
parents:
diff changeset
    70
            location="templates/classtemplates/CClass/template.xml"
cawthron
parents:
diff changeset
    71
            templateId="com.nokia.carbide.cpp.templates.symbian.cclass"
cawthron
parents:
diff changeset
    72
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppClassWizard"/>
cawthron
parents:
diff changeset
    73
      <template
cawthron
parents:
diff changeset
    74
      		displayName="%activeobject.label"
cawthron
parents:
diff changeset
    75
            groupLabel="%SymbianOS.label"
cawthron
parents:
diff changeset
    76
            image="icons/icon_symbian.gif"
cawthron
parents:
diff changeset
    77
            location="templates/classtemplates/ActiveObject/template.xml"
cawthron
parents:
diff changeset
    78
            templateId="com.nokia.carbide.cpp.templates.symbian.activeobject"
cawthron
parents:
diff changeset
    79
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppClassWizard"/>
cawthron
parents:
diff changeset
    80
   </extension>
cawthron
parents:
diff changeset
    81
cawthron
parents:
diff changeset
    82
<!--- Template extensions for the editor -->
cawthron
parents:
diff changeset
    83
   <extension
cawthron
parents:
diff changeset
    84
         point="org.eclipse.ui.editors.templates">
cawthron
parents:
diff changeset
    85
      <include
cawthron
parents:
diff changeset
    86
      		file="templates/code/default-templates.xml"
cawthron
parents:
diff changeset
    87
      		translations="$nl$/templates/code/default-templates.properties">
cawthron
parents:
diff changeset
    88
      </include>
cawthron
parents:
diff changeset
    89
   </extension>
cawthron
parents:
diff changeset
    90
</plugin>