templates/com.nokia.carbide.cpp.templates/plugin.xml
changeset 0 fb279309251b
child 1383 619a297ab336
equal deleted inserted replaced
-1:000000000000 0:fb279309251b
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <?eclipse version="3.0"?>
       
     3 <plugin>
       
     4 
       
     5 	<!-- PROJECT WIZARDS -->
       
     6 	<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
       
     7 
       
     8       <template
       
     9       		displayName="%gui.label"
       
    10             filterArguments="S60:3.0-5.9"
       
    11             groupLabel="%S60.3.label"
       
    12             image="icons/icon_S60.png"
       
    13             location="templates/projecttemplates/S60-TouchUIApplication/template.xml"
       
    14             templateId="com.nokia.carbide.cpp.templates.s60.touchUI"
       
    15             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
       
    16 
       
    17       <template
       
    18       		displayName="%dll.label"
       
    19             groupLabel="%GenericSymbianOS.label"
       
    20             image="icons/icon_symbian.gif"
       
    21             location="templates/projecttemplates/Symbian-DLL/template.xml"
       
    22             templateId="com.nokia.carbide.cpp.templates.symbian.dll"
       
    23             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
       
    24       <template
       
    25       		displayName="%exe.label"
       
    26             groupLabel="%GenericSymbianOS.label"
       
    27             image="icons/icon_symbian.gif"
       
    28             location="templates/projecttemplates/Symbian-EXE/template.xml"
       
    29             templateId="com.nokia.carbide.cpp.templates.symbian.exe"
       
    30             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
       
    31       <template
       
    32       		displayName="%lib.label"
       
    33             groupLabel="%GenericSymbianOS.label"
       
    34             image="icons/icon_symbian.gif"
       
    35             location="templates/projecttemplates/Symbian-LIB/template.xml"
       
    36             templateId="com.nokia.carbide.cpp.templates.symbian.lib"
       
    37             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
       
    38       <template
       
    39       		displayName="%empty.label"
       
    40             groupLabel="%GenericSymbianOS.label"
       
    41             image="icons/icon_symbian.gif"
       
    42             location="templates/projecttemplates/Symbian-Empty/template.xml"
       
    43             templateId="com.nokia.carbide.cpp.templates.symbian.empty"
       
    44             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
       
    45 
       
    46       <template
       
    47       		displayName="%uiq3.label"
       
    48             filterArguments="UIQ:3.0-3.9"
       
    49             groupLabel="%UIQ.label"
       
    50             image="icons/icon_UIQ.png"
       
    51             location="templates/projecttemplates/UIQ30-HelloWorld/template.xml"
       
    52             templateId="com.nokia.carbide.cpp.templates.uiq30.helloworld"
       
    53             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
       
    54       <template
       
    55       		displayName="%openc.label"
       
    56             filterArguments="S60:3.0-5.9"
       
    57             groupLabel="%S60.3.label"
       
    58             image="icons/icon_S60.png"
       
    59             location="templates/projecttemplates/OpenC-HelloWorld/template.xml"
       
    60             templateId="com.nokia.carbide.cpp.templates.openC.helloworld"
       
    61             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
       
    62    </extension>
       
    63 
       
    64 	<!-- CLASS WIZARDS -->
       
    65 	<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
       
    66       <template
       
    67       		displayName="%cclass.label"
       
    68             groupLabel="%SymbianOS.label"
       
    69             image="icons/icon_symbian.gif"
       
    70             location="templates/classtemplates/CClass/template.xml"
       
    71             templateId="com.nokia.carbide.cpp.templates.symbian.cclass"
       
    72             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppClassWizard"/>
       
    73       <template
       
    74       		displayName="%activeobject.label"
       
    75             groupLabel="%SymbianOS.label"
       
    76             image="icons/icon_symbian.gif"
       
    77             location="templates/classtemplates/ActiveObject/template.xml"
       
    78             templateId="com.nokia.carbide.cpp.templates.symbian.activeobject"
       
    79             wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppClassWizard"/>
       
    80    </extension>
       
    81 
       
    82 <!--- Template extensions for the editor -->
       
    83    <extension
       
    84          point="org.eclipse.ui.editors.templates">
       
    85       <include
       
    86       		file="templates/code/default-templates.xml"
       
    87       		translations="$nl$/templates/code/default-templates.properties">
       
    88       </include>
       
    89    </extension>
       
    90 </plugin>