Skip to main content
summaryrefslogtreecommitdiffstats
blob: c95b1bdcb45a6807cecc6421d49fca33354d9854 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<?xml version="1.0" encoding="UTF-8"?>
<plugin
   id="org.eclipse.cdt.make.ui"
   name="%pluginName"
   version="1.0.0"
   provider-name="%providerName"
   class="org.eclipse.cdt.make.internal.ui.MakeUIPlugin">

   <runtime>
      <library name="cdtmakeui.jar"/>
   </runtime>
   <requires>
      <import plugin="org.eclipse.core.resources"/>
      <import plugin="org.eclipse.ui"/>
      <import plugin="org.eclipse.cdt.core"/>
      <import plugin="org.eclipse.cdt.ui"/>
      <import plugin="org.eclipse.cdt.make.core"/>
   </requires>


   <extension
         point="org.eclipse.ui.newWizards">
      <wizard
            name="%WizardNewCMakeProject.name"
            icon="icons/ctool16/newc_app.gif"
            category="org.eclipse.cdt.ui.newCWizards"
            class="org.eclipse.cdt.make.ui.wizards.NewMakeCProjectWizard"
            project="true"
            finalPerspective="org.eclipse.cdt.ui.CPerspective"
            id="org.eclipse.cdt.ui.wizards.NewMakeCProjectWizard">
         <description>
            %WizardNewCMakeProject.description
         </description>
      </wizard>
      <wizard
            name="%WizardConvertMakeProject.name"
            icon="icons/ctool16/convert-normal.gif"
            category="org.eclipse.cdt.ui.newCWizards"
            class="org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizard"
            project="true"
            finalPerspective="org.eclipse.cdt.ui.CPerspective"
            id="org.eclipse.cdt.ui.wizards.ConvertToMakeWizard">
         <description>
            %MakeConversionWizard.description
         </description>
      </wizard>
<!-- For C++ Wizards -->
      <wizard
            name="%WizardNewCCMakeProject.name"
            icon="icons/ctool16/newcc_app.gif"
            category="org.eclipse.cdt.ui.newCCWizards"
            class="org.eclipse.cdt.make.ui.wizards.NewMakeCCProjectWizard"
            project="true"
            finalPerspective="org.eclipse.cdt.ui.CPerspective"
            id="org.eclipse.cdt.make.ui.wizards.NewMakeCCProjectWizard">
         <description>
            %WizardNewCCMakeProject.description
         </description>
      </wizard>
      <wizard
            name="%WizardConvertMakeProject.name"
            icon="icons/ctool16/convert-normal.gif"
            category="org.eclipse.cdt.ui.newCCWizards"
            class="org.eclipse.cdt.make.ui.wizards.ConvertToMakeProjectWizard"
            project="true"
            finalPerspective="org.eclipse.cdt.ui.CPerspective"
            id="org.eclipse.cdt.ui.wizards.ConvertToMakeWizard">
         <description>
            %MakeConversionWizard.description
         </description>
      </wizard>
   </extension>
   <extension
         point="org.eclipse.ui.popupMenus">
      <objectContribution
            objectClass="org.eclipse.cdt.core.model.ICContainer"
            adaptable="false"
            id="org.eclipse.cdt.make.ui.popupMenu.CViewContribution">
         <action
               label="%ActionMakeBuildCreate.label"
               class="org.eclipse.cdt.make.ui.actions.CreateBuildAction"
               menubarPath="buildGroup"
               enablesFor="1"
               id="org.eclipse.cdt.make.ui.CViewCreateBuildAction">
         </action>
         <filter
               name="projectNature"
               value="org.eclipse.cdt.make.core.makeNature">
         </filter>
      </objectContribution>
      <objectContribution
            objectClass="org.eclipse.core.resources.IContainer"
            adaptable="false"
            id="org.eclipse.cdt.make.ui.popupMenu.NavigatorContribution">
         <action
               label="%ActionMakeBuildCreate.label"
               class="org.eclipse.cdt.make.ui.actions.CreateBuildAction"
               menubarPath="additions"
               enablesFor="1"
               id="org.eclipse.cdt.make.ui.NavigatorCreateBuildAction">
         </action>
         <filter
               name="projectNature"
               value="org.eclipse.cdt.make.core.makeNature">
         </filter>
      </objectContribution>
      <objectContribution
            objectClass="org.eclipse.core.resources.IProject"
            adaptable="true"
            id="org.eclipse.cdt.make.ui.popupMenu.UpdateContribution">
         <visibility>
            <and>
               <not>
                  <objectState
                        name="nature"
                        value="org.eclipse.cdt.make.core.makeNature">
                  </objectState>
               </not>
               <objectState
                     name="nature"
                     value="org.eclipse.cdt.core.cnature">
               </objectState>
               <or>
                  <objectState
                        name="projectPersistentProperty"
                        value="org.eclipse.cdt.core.buildLocation">
                  </objectState>
                  <objectState
                        name="projectPersistentProperty"
                        value="org.eclipse.cdt.core.buildFullArguments">
                  </objectState>
                  <objectState
                        name="projectPersistentProperty"
                        value="org.eclipse.cdt.core.buildIncrementalArguments">
                  </objectState>
                  <objectState
                        name="projectPersistentProperty"
                        value="org.eclipse.cdt.make.goals">
                  </objectState>
               </or>
            </and>
         </visibility>
         <action
               label="%ActionMakeUpdate.label"
               class="org.eclipse.cdt.make.ui.actions.UpdateMakeProjectAction"
               enablesFor="+"
               id="org.eclipse.cdt.make.ui.UpdateProjectMakeAction">
         </action>
      </objectContribution>
   </extension>
   <extension
         point="org.eclipse.ui.commands">
      <command
            name="%CommandMakeBuildCreate.name"
            description="%CommandMakeBuildCreate.description"
            id="org.eclipse.cdt.make.ui.createBuildAction">
      </command>
   </extension>
   <extension
         point="org.eclipse.ui.preferencePages">
      <page
            name="%PreferenceMakeProject.name"
            category="org.eclipse.cdt.ui.preferences.CPluginPreferencePage"
            class="org.eclipse.cdt.make.internal.ui.preferences.MakePreferencePage"
            id="org.eclipse.cdt.make.ui.preferences.MakePreferencePage">
      </page>
   </extension>
   <extension
         point="org.eclipse.ui.propertyPages">
      <page
            objectClass="org.eclipse.core.resources.IProject"
            adaptable="true"
            name="%PropertyMakeProject.name"
            class="org.eclipse.cdt.make.internal.ui.properties.MakePropertyPage"
            id="org.eclipse.cdt.make.ui.properties.MakePropertyPage">
         <filter
               name="nature"
               value="org.eclipse.cdt.make.core.makeNature">
         </filter>
      </page>
   </extension>
   <extension
         point="org.eclipse.ui.views">
      <category
            name="%ViewCatagoryMake.name"
            id="org.eclipse.cdt.make.ui">
      </category>
      <view
            name="%ViewMake.name"
            icon="icons/cview16/make.gif"
            category="org.eclipse.cdt.make.ui"
            class="org.eclipse.cdt.make.ui.views.MakeView"
            id="org.eclipse.cdt.make.ui.views.MakeView">
      </view>
   </extension>
   <extension
         point="org.eclipse.ui.actionSets">
      <actionSet
            label="%ActionUpdateActionSet.label"
            id="org.eclipse.cdt.make.ui.updateActionSet">
         <action
               label="org.eclipse.cdt.make.ui.action1"
               class="org.eclipse.cdt.make.ui.actions.UpdateMakeProjectAction"
               id="org.eclipse.cdt.make.ui.action1">
         </action>
      </actionSet>
   </extension>

</plugin>

Back to the top