templates/com.nokia.carbide.cpp.templates/plugin.xml
author timkelly
Thu, 10 Jun 2010 11:33:29 -0500
branchC3_BUILDER_WORK
changeset 1453 bd6bc4d000fd
parent 1383 619a297ab336
child 1666 5243d04d3917
permissions -rw-r--r--
clean up SDK/Config tree by removing SDK Id from display (it's redundant) and also adding text that SDK location does not exist so users can see the config tree and know it won't work (not have it be hidden and users wonder why it's not there)

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin>

	<!-- PROJECT WIZARDS -->
	<extension point="com.nokia.carbide.templatewizard.wizardTemplate">

      <template
      		displayName="%gui.label"
            filterArguments="S60:3.0-5.9"
            groupLabel="%S60.3.label"
            image="icons/icon_S60.png"
            location="templates/projecttemplates/S60-TouchUIApplication/template.xml"
            templateId="com.nokia.carbide.cpp.templates.s60.touchUI"
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>

      <template
      		displayName="%dll.label"
            groupLabel="%GenericSymbianOS.label"
            image="icons/icon_symbian.gif"
            location="templates/projecttemplates/Symbian-DLL/template.xml"
            templateId="com.nokia.carbide.cpp.templates.symbian.dll"
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
      <template
      		displayName="%exe.label"
            groupLabel="%GenericSymbianOS.label"
            image="icons/icon_symbian.gif"
            location="templates/projecttemplates/Symbian-EXE/template.xml"
            templateId="com.nokia.carbide.cpp.templates.symbian.exe"
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
      <template
      		displayName="%lib.label"
            groupLabel="%GenericSymbianOS.label"
            image="icons/icon_symbian.gif"
            location="templates/projecttemplates/Symbian-LIB/template.xml"
            templateId="com.nokia.carbide.cpp.templates.symbian.lib"
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
      <template
      		displayName="%empty.label"
            groupLabel="%GenericSymbianOS.label"
            image="icons/icon_symbian.gif"
            location="templates/projecttemplates/Symbian-Empty/template.xml"
            templateId="com.nokia.carbide.cpp.templates.symbian.empty"
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>

      <template
      		displayName="%openc.label"
            filterArguments="S60:3.0-5.9"
            groupLabel="%S60.3.label"
            image="icons/icon_S60.png"
            location="templates/projecttemplates/OpenC-HelloWorld/template.xml"
            templateId="com.nokia.carbide.cpp.templates.openC.helloworld"
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppProjectWizard"/>
   </extension>

	<!-- CLASS WIZARDS -->
	<extension point="com.nokia.carbide.templatewizard.wizardTemplate">
      <template
      		displayName="%cclass.label"
            groupLabel="%SymbianOS.label"
            image="icons/icon_symbian.gif"
            location="templates/classtemplates/CClass/template.xml"
            templateId="com.nokia.carbide.cpp.templates.symbian.cclass"
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppClassWizard"/>
      <template
      		displayName="%activeobject.label"
            groupLabel="%SymbianOS.label"
            image="icons/icon_symbian.gif"
            location="templates/classtemplates/ActiveObject/template.xml"
            templateId="com.nokia.carbide.cpp.templates.symbian.activeobject"
            wizardId="com.nokia.carbide.cpp.project.ui.wizards.NewSymbianOSCppClassWizard"/>
   </extension>

<!--- Template extensions for the editor -->
   <extension
         point="org.eclipse.ui.editors.templates">
      <include
      		file="templates/code/default-templates.xml"
      		translations="$nl$/templates/code/default-templates.properties">
      </include>
   </extension>
</plugin>