qt/com.nokia.carbide.cpp.qt.ui/plugin.xml
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
child 929 e0580496bfa3
child 950 6773165abc05
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.2"?>
cawthron
parents:
diff changeset
     3
<plugin>
cawthron
parents:
diff changeset
     4
   <extension
cawthron
parents:
diff changeset
     5
         point="org.eclipse.ui.importWizards">
cawthron
parents:
diff changeset
     6
      <category
cawthron
parents:
diff changeset
     7
            name="%QtCategoryName"
cawthron
parents:
diff changeset
     8
            id="com.nokia.carbide.cpp.importWizards.qt">
cawthron
parents:
diff changeset
     9
      </category>
cawthron
parents:
diff changeset
    10
      <wizard
cawthron
parents:
diff changeset
    11
            name="%proImportWizardname"
cawthron
parents:
diff changeset
    12
            icon="icons/Carbide_Qt_logo.gif"
cawthron
parents:
diff changeset
    13
            category="com.nokia.carbide.cpp.importWizards.qt"
cawthron
parents:
diff changeset
    14
            class="com.nokia.carbide.cpp.internal.qt.ui.wizard.QtProFileImportWizard"
cawthron
parents:
diff changeset
    15
            id="com.nokia.carbide.cpp.qt.ui.wizard.QtProFileImportWizard">
cawthron
parents:
diff changeset
    16
         <description>
cawthron
parents:
diff changeset
    17
            %proImportWizardDescription
cawthron
parents:
diff changeset
    18
         </description>
cawthron
parents:
diff changeset
    19
      </wizard>
cawthron
parents:
diff changeset
    20
   </extension>
cawthron
parents:
diff changeset
    21
cawthron
parents:
diff changeset
    22
   <extension
cawthron
parents:
diff changeset
    23
         point="org.eclipse.ui.newWizards">
cawthron
parents:
diff changeset
    24
      <wizard
cawthron
parents:
diff changeset
    25
            category="com.trolltech.qtcppproject.QtCategory"
cawthron
parents:
diff changeset
    26
            class="com.nokia.carbide.cpp.internal.qt.ui.wizard.NewQtCppProjectWizard"
cawthron
parents:
diff changeset
    27
            finalPerspective="com.trolltech.qtcppproject.QtCppPerspective"
cawthron
parents:
diff changeset
    28
            icon="icons/Carbide_Qt_logo.gif"
cawthron
parents:
diff changeset
    29
            id="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"
cawthron
parents:
diff changeset
    30
            name="%newProjectWizardName"
cawthron
parents:
diff changeset
    31
            project="true">
cawthron
parents:
diff changeset
    32
         <description>
cawthron
parents:
diff changeset
    33
            %newProjectWizardDescription
cawthron
parents:
diff changeset
    34
         </description>
cawthron
parents:
diff changeset
    35
      </wizard>
cawthron
parents:
diff changeset
    36
   </extension>
cawthron
parents:
diff changeset
    37
cawthron
parents:
diff changeset
    38
   <extension
cawthron
parents:
diff changeset
    39
         point="org.eclipse.ui.perspectiveExtensions">
cawthron
parents:
diff changeset
    40
      <perspectiveExtension
cawthron
parents:
diff changeset
    41
            targetID="com.nokia.carbide.cpp.CarbideCppPerspective">
cawthron
parents:
diff changeset
    42
         <perspectiveShortcut
cawthron
parents:
diff changeset
    43
               id="com.trolltech.qtcppproject.QtCppPerspective">
cawthron
parents:
diff changeset
    44
         </perspectiveShortcut>
cawthron
parents:
diff changeset
    45
         <newWizardShortcut id="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
cawthron
parents:
diff changeset
    46
      </perspectiveExtension>
cawthron
parents:
diff changeset
    47
cawthron
parents:
diff changeset
    48
      <perspectiveExtension
cawthron
parents:
diff changeset
    49
            targetID="com.trolltech.qtcppproject.QtCppPerspective">
cawthron
parents:
diff changeset
    50
         <perspectiveShortcut
cawthron
parents:
diff changeset
    51
               id="com.nokia.carbide.cpp.CarbideCppPerspective">
cawthron
parents:
diff changeset
    52
         </perspectiveShortcut>
cawthron
parents:
diff changeset
    53
         <newWizardShortcut id="com.nokia.carbide.cpp.qt.ui.wizard.NewQtCppProjectWizard"/>
cawthron
parents:
diff changeset
    54
         <newWizardShortcut id="com.nokia.carbide.cpp.project.ui.wizards.NewProjectWizard"/>
cawthron
parents:
diff changeset
    55
         <newWizardShortcut id="com.nokia.carbide.cpp.project.ui.wizards.NewClassWizard"/>
cawthron
parents:
diff changeset
    56
         <newWizardShortcut id="com.nokia.carbide.cpp.project.ui.mmpWizard"/>
cawthron
parents:
diff changeset
    57
      </perspectiveExtension>
cawthron
parents:
diff changeset
    58
   </extension>
cawthron
parents:
diff changeset
    59
cawthron
parents:
diff changeset
    60
   <extension
cawthron
parents:
diff changeset
    61
         point="org.eclipse.ui.activities">
cawthron
parents:
diff changeset
    62
      <activity
cawthron
parents:
diff changeset
    63
            description="%activityDescription"
cawthron
parents:
diff changeset
    64
            id="com.nokia.carbide.cpp.qt.qtprojectcreationactivity"
cawthron
parents:
diff changeset
    65
            name="%activityName"/>
cawthron
parents:
diff changeset
    66
      <activityPatternBinding
cawthron
parents:
diff changeset
    67
            activityId="com.nokia.carbide.cpp.qt.qtprojectcreationactivity"
cawthron
parents:
diff changeset
    68
            pattern="com.trolltech.qtcppproject/com.trolltech.qtcppproject.wizards.QtConsoleProjectWizard"/>
cawthron
parents:
diff changeset
    69
      <activityPatternBinding
cawthron
parents:
diff changeset
    70
            activityId="com.nokia.carbide.cpp.qt.qtprojectcreationactivity"
cawthron
parents:
diff changeset
    71
            pattern="com.trolltech.qtcppproject/com.trolltech.qtcppproject.wizards.QtGuiProjectWizard"/>
cawthron
parents:
diff changeset
    72
      <activityPatternBinding
cawthron
parents:
diff changeset
    73
            activityId="com.nokia.carbide.cpp.qt.qtprojectcreationactivity"
cawthron
parents:
diff changeset
    74
            pattern="com.trolltech.qtcppproject/com.trolltech.qtcppproject.wizards.ImportQtWizard"/>
cawthron
parents:
diff changeset
    75
      <category
cawthron
parents:
diff changeset
    76
            description="%categoryDescription"
cawthron
parents:
diff changeset
    77
            id="com.nokia.carbide.cpp.qt.qtuicategory"
cawthron
parents:
diff changeset
    78
            name="%categoryName"/>
cawthron
parents:
diff changeset
    79
      <categoryActivityBinding
cawthron
parents:
diff changeset
    80
            activityId="com.nokia.carbide.cpp.qt.qtprojectcreationactivity"
cawthron
parents:
diff changeset
    81
            categoryId="com.nokia.carbide.cpp.qt.qtuicategory"/>
cawthron
parents:
diff changeset
    82
   </extension>   
cawthron
parents:
diff changeset
    83
   
cawthron
parents:
diff changeset
    84
   <extension
cawthron
parents:
diff changeset
    85
         point="com.trolltech.qtcppproject.qmakeEnvironmentModifier">
cawthron
parents:
diff changeset
    86
      <modifier
cawthron
parents:
diff changeset
    87
            class="com.nokia.carbide.cpp.internal.qt.ui.QMakeEnvironmentModifier">
cawthron
parents:
diff changeset
    88
      </modifier>
cawthron
parents:
diff changeset
    89
   </extension>
cawthron
parents:
diff changeset
    90
cawthron
parents:
diff changeset
    91
</plugin>