Project

General

Profile

Download (12.9 KB) Statistics
| Branch: | Tag: | Revision:
1
<?xml version="1.0" encoding="UTF-8"?>
2
<?eclipse version="3.2"?>
3
<plugin>
4
   <extension
5
         id="application"
6
         name="%extension.name"
7
         point="org.eclipse.core.runtime.applications">
8
      <application
9
            cardinality="singleton-global"
10
            thread="main"
11
            visible="true">
12
         <run
13
               class="eu.etaxonomy.taxeditor.Application">
14
         </run>
15
      </application>
16
   </extension>
17
   <extension
18
         point="org.eclipse.ui.perspectives">
19
      <perspective
20
            class="eu.etaxonomy.taxeditor.perspective.Taxonomic"
21
            id="eu.etaxonomy.taxeditor.application.perspective.taxonomic"
22
            name="%perspective.name">
23
      </perspective>
24
      <perspective
25
            class="eu.etaxonomy.taxeditor.perspective.PolytomousKey"
26
            id="eu.etaxonomy.taxeditor.application.perspective.polytomous"
27
            name="%perspective.name.0">
28
      </perspective>
29
      <perspective
30
            class="eu.etaxonomy.taxeditor.perspective.Uses"
31
            id="eu.etaxonomy.taxeditor.application.perspective.uses"
32
            name="%perspective.name.1">
33
      </perspective>
34
      <perspective
35
            class="eu.etaxonomy.taxeditor.perspective.DerivatePerspective"
36
            icon="icons/specimen_derivate-16x16-32.png"
37
            id="eu.etaxonomy.taxeditor.application.perspective.derivates"
38
            name="%perspective.name.2">
39
      </perspective>
40
      <perspective
41
            class="eu.etaxonomy.taxeditor.perspective.ChecklistPerspective"
42
            icon="icons/check.png"
43
            id="eu.etaxonomy.taxeditor.perspective.checklistperspective"
44
            name="%perspective.name.3">
45
      </perspective>
46
     
47
   </extension>
48
   <!--extension
49
         point="org.eclipse.ui.views">
50
      <view
51
            class="eu.etaxonomy.taxeditor.navigation.taxonomictree.TaxonomicTreeView"
52
            id="eu.etaxonomy.taxeditor.navigation.taxonomictree.treeView"
53
            name="Taxonomic Tree">
54
      </view>
55
      <view
56
            allowMultiple="true"
57
            class="eu.etaxonomy.taxeditor.navigation.search.SearchResultView"
58
            id="eu.etaxonomy.taxeditor.navigation.search.searchResultView"
59
            name="Search Result"
60
            restorable="true">
61
      </view>
62
   </extension-->
63
   <extension
64
         point="org.eclipse.ui.menus">
65
      <menuContribution
66
            locationURI="menu:org.eclipse.ui.main.menu.edit">
67
         <command
68
               commandId="org.eclipse.ui.edit.undo"
69
               label="%command.label.6">
70
         </command>
71
         <command
72
               commandId="org.eclipse.ui.edit.redo"
73
               label="%command.label.7"
74
               style="push">
75
         </command>
76
         <separator
77
               name="eu.etaxonomy.taxeditor.ui.edit.separator1"
78
               visible="true">
79
         </separator>
80
         <command
81
               commandId="org.eclipse.ui.edit.cut"
82
               label="%command.label.8"
83
               style="push">
84
         </command>
85
         <command
86
               commandId="org.eclipse.ui.edit.copy"
87
               label="%command.label.9"
88
               style="push">
89
         </command>
90
         <command
91
               commandId="org.eclipse.ui.edit.paste"
92
               label="%command.label.10"
93
               style="push">
94
         </command>
95
         <separator
96
               name="eu.etaxonomy.taxeditor.ui.edit.separator2"
97
               visible="true">
98
         </separator>
99
         <command
100
               commandId="org.eclipse.ui.edit.delete"
101
               label="%command.label.11"
102
               style="push">
103
         </command>
104
      </menuContribution>
105
      <menuContribution
106
            locationURI="menu:org.eclipse.ui.main.menu.window">
107
         <separator
108
               name="eu.etaxonomy.taxeditor.application.windowMenu.last"
109
               visible="true">
110
         </separator>
111
         <command
112
               commandId="org.eclipse.ui.window.preferences"
113
               label="%command.label.12"
114
               style="push">
115
         </command>
116
      </menuContribution>
117
      <menuContribution
118
            allPopups="false"
119
            locationURI="menu:org.eclipse.ui.main.menu.admin">
120
         <command
121
               commandId="eu.etaxonomy.taxeditor.application.DatabaseSettings"
122
               label="%command.label.23"
123
               style="push">
124
            <visibleWhen
125
                  checkEnabled="true">
126
               <and>
127
                  <reference
128
                        definitionId="hasROLE_PROJECT_MANAGER">
129
                  </reference>
130
                  <reference
131
                        definitionId="isCdmStoreConnected">
132
                  </reference>
133
               </and>
134
            </visibleWhen>
135
         </command>
136
         <command
137
               commandId="eu.etaxonomy.taxeditor.application.DatabaseRepairFunctionality"
138
               label="%command.label.24"
139
               style="push">
140
                <visibleWhen
141
                  checkEnabled="true">
142
               <and>
143
                  <reference
144
                        definitionId="hasROLE_PROJECT_MANAGER">
145
                  </reference>
146
                  <reference
147
                        definitionId="isCdmStoreConnected">
148
                  </reference>
149
               </and>
150
            </visibleWhen>
151
         </command>
152
         <dynamic
153
               class="eu.etaxonomy.taxeditor.admin.UserGroupContributionItem"
154
               id="eu.etaxonomy.taxeditor.admin.UserGroupContributionItem">
155
            <visibleWhen
156
                  checkEnabled="true">
157
               <and>
158
                  <reference
159
                        definitionId="hasROLE_PROJECT_MANAGER">
160
                  </reference>
161
                  <reference
162
                        definitionId="isCdmStoreConnected">
163
                  </reference>
164
               </and>
165
            </visibleWhen>
166
         </dynamic>
167
      </menuContribution>
168
      <menuContribution
169
            locationURI="menu:org.eclipse.ui.main.menu.help">
170
         <command
171
               commandId="org.eclipse.ui.help.helpContents"
172
               label="%command.label.13"
173
               style="push">
174
         </command>
175
         <command
176
               commandId="org.eclipse.ui.help.helpSearch"
177
               label="%command.label.14"
178
               style="push">
179
         </command>
180
         <separator
181
               name="eu.etaxonomy.taxeditor.ui.help.separator0"
182
               visible="true">
183
         </separator>
184
         <command
185
               commandId="org.eclipse.ui.help.dynamicHelp"
186
               label="%command.label.15"
187
               style="push">
188
         </command>
189
         <separator
190
               name="eu.etaxonomy.taxeditor.ui.help.separator1"
191
               visible="true">
192
         </separator>
193
         <!--command
194
               commandId="eu.etaxonomy.taxeditor.install"
195
               label="%command.label.18"
196
               style="push"/-->
197
         <command
198
               commandId="eu.etaxonomy.taxeditor.update"
199
               label="%command.label.17"
200
               style="push"/>    
201
         <separator
202
               name="eu.etaxonomy.taxeditor.ui.help.separator2"
203
               visible="true">
204
         </separator>
205
         <command
206
               commandId="org.eclipse.ui.help.aboutAction"
207
               label="%command.label.19">
208
         </command>
209
      </menuContribution>
210
            <menuContribution
211
            locationURI="toolbar:org.eclipse.ui.main.toolbar">
212
         <toolbar
213
               id="eu.etaxonomy.taxeditor.editor.main">
214
            <command
215
                  commandId="org.eclipse.ui.newWizard"
216
                  label="%command.label.21"
217
                  style="push">
218
            </command>
219
            <command
220
                  commandId="org.eclipse.ui.file.save"
221
                  label="%command.label.22"
222
                  style="push">
223
            </command>
224
         </toolbar>
225
      </menuContribution>
226
   </extension>
227
   <extension
228
         id="product"
229
         point="org.eclipse.core.runtime.products">
230
      <product
231
            application="eu.etaxonomy.taxeditor.application.application"
232
            name="%product.name">
233
         <property
234
               name="windowImages"
235
               value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
236
         </property>
237
         <property
238
               name="aboutText"
239
               value="%productBlurb">
240
         </property>
241
         <!--property
242
               name="startupForegroundColor"
243
               value="#C8D5EA"-->
244
         <property
245
               name="startupForegroundColor"
246
               value="000000">
247
         </property>
248
         <property
249
               name="startupProgressRect"
250
               value="5,447,366,15">
251
         </property>
252
         <property
253
               name="startupMessageRect"
254
               value="7,432,360,20">
255
         </property>
256
         <property
257
               name="appName"
258
               value="EDIT Taxonomic Editor">
259
         </property>
260
         <property
261
               name="preferenceCustomization"
262
               value="plugin_customization.ini">
263
         </property>
264
         <property
265
               name="aboutImage"
266
               value="icons/256color_48x48.gif">
267
         </property>
268
      </product>
269
   </extension>
270
   <extension
271
         point="org.eclipse.ui.commands">
272
      <command
273
            defaultHandler="eu.etaxonomy.taxeditor.update.UpdateHandler"
274
            id="eu.etaxonomy.taxeditor.update"
275
            name="%command.label.17">
276
      </command>
277
      <command
278
            defaultHandler="eu.etaxonomy.taxeditor.update.InstallNewSoftwareHandler"
279
            id="eu.etaxonomy.taxeditor.install"
280
            name="%command.label.18">
281
      </command>
282
   </extension>
283
   
284
   
285
	<extension
286
		point="org.eclipse.ui.activities">
287
		<activity
288
			description="%activity.description"
289
			id="eu.etaxonomy.taxeditor.disable"
290
			name="%activity.name">
291
		</activity>
292
		<activityPatternBinding
293
			activityId="eu.etaxonomy.taxeditor.disable"
294
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.project">
295
		</activityPatternBinding>
296
		<activityPatternBinding
297
			activityId="eu.etaxonomy.taxeditor.disable"
298
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.file">
299
		</activityPatternBinding>
300
		<activityPatternBinding
301
			activityId="eu.etaxonomy.taxeditor.disable"
302
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.folder">
303
		</activityPatternBinding>
304
		<activityPatternBinding
305
			activityId="eu.etaxonomy.taxeditor.disable"
306
			pattern="org\.eclipse\.ui\.editors/org\.eclipse\.ui\.editors\.wizards\.UntitledTextFileWizard">
307
		</activityPatternBinding>
308
  <activityPatternBinding
309
        activityId="eu.etaxonomy.taxeditor.disable"
310
        pattern="org\.eclipse\..*externaltools.*">
311
  </activityPatternBinding>
312
  <activityPatternBinding
313
        activityId="eu.etaxonomy.taxeditor.disable"
314
        pattern="org\.eclipse\.debug.*">
315
  </activityPatternBinding>
316
  <activityPatternBinding
317
        activityId="eu.etaxonomy.taxeditor.disable"
318
        pattern="org\.eclipse\.team.*">
319
  </activityPatternBinding>
320
  <activityPatternBinding
321
        activityId="eu.etaxonomy.taxeditor.disable"
322
        pattern="org\.eclipse\.ant.*">
323
  </activityPatternBinding>
324
  <activityPatternBinding
325
        activityId="eu.etaxonomy.taxeditor.disable"
326
        pattern="org\.eclipse\.pde.*">
327
  </activityPatternBinding>
328
  <activityPatternBinding
329
        activityId="eu.etaxonomy.taxeditor.disable"
330
        pattern="org\.eclipse\.jdt.*">
331
  </activityPatternBinding>
332
  <activityPatternBinding
333
        activityId="eu.etaxonomy.taxeditor.disable"
334
        pattern="org\.eclipse\.search.*">
335
  </activityPatternBinding>
336
	</extension>
337
 <extension
338
       id="eu_etaxonomy_taxeditor_product"
339
       point="org.eclipse.core.runtime.products">
340
    <product
341
          application="eu.etaxonomy.taxeditor.application.application"
342
          name="EDIT Taxonomic Editor">
343
       <property
344
             name="appName"
345
             value="EDIT Taxonomic Editor">
346
       </property>
347
       <property
348
             name="aboutImage"
349
             value="icons/256color_48x48.gif">
350
       </property>
351
       <property
352
             name="aboutText"
353
             value="%productBlurb">
354
       </property>
355
       <property
356
             name="windowImages"
357
             value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
358
       </property>
359
       <property
360
             name="startupForegroundColor"
361
             value="000000">
362
       </property>
363
       <property
364
             name="startupMessageRect"
365
             value="7,432,360,20">
366
       </property>
367
       <property
368
             name="startupProgressRect"
369
             value="5,447,366,15">
370
       </property>
371
       <property
372
             name="preferenceCustomization"
373
             value="plugin_customization.ini">
374
       </property>
375
    </product>
376
 </extension>
377
 <extension
378
       id="org.eclipse.e4.legacy.ide.application"
379
       point="org.eclipse.e4.workbench.model">
380
    <fragment
381
          apply="always"
382
          uri="fragment.e4xmi">
383
    </fragment>
384
 </extension>
385

    
386
</plugin>
(6-6/9)