Project

General

Profile

Download (8.48 KB) Statistics
| Branch: | Tag: | Revision:
1 4219586b Patrick Plitzner
<?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 0bd095d9 Katja Luther
            name="%perspective.name.3">
45 4219586b Patrick Plitzner
      </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.help">
67
         <command
68
               commandId="org.eclipse.ui.help.helpContents"
69
               label="%command.label.13"
70
               style="push">
71
         </command>
72
         <command
73
               commandId="org.eclipse.ui.help.helpSearch"
74
               label="%command.label.14"
75
               style="push">
76
         </command>
77
         <separator
78
               name="eu.etaxonomy.taxeditor.ui.help.separator0"
79
               visible="true">
80
         </separator>
81
         <command
82
               commandId="org.eclipse.ui.help.dynamicHelp"
83
               label="%command.label.15"
84
               style="push">
85
         </command>
86
         <separator
87
               name="eu.etaxonomy.taxeditor.ui.help.separator1"
88
               visible="true">
89
         </separator>
90
         <command
91
               commandId="eu.etaxonomy.taxeditor.update"
92
               label="%command.label.17"
93 dddcbc33 Patrick Plitzner
               style="push">
94
         </command>
95 4219586b Patrick Plitzner
         <separator
96
               name="eu.etaxonomy.taxeditor.ui.help.separator2"
97
               visible="true">
98
         </separator>
99
         <command
100
               commandId="org.eclipse.ui.help.aboutAction"
101
               label="%command.label.19">
102
         </command>
103
      </menuContribution>
104
   </extension>
105
   <extension
106
         id="product"
107
         point="org.eclipse.core.runtime.products">
108
      <product
109
            application="eu.etaxonomy.taxeditor.application.application"
110
            name="%product.name">
111
         <property
112
               name="windowImages"
113
               value="icons/256color_16x16.gif,icons/256color_32x32.gif,icons/256color_48x48.gif">
114
         </property>
115
         <property
116
               name="aboutText"
117
               value="%productBlurb">
118
         </property>
119
         <!--property
120
               name="startupForegroundColor"
121
               value="#C8D5EA"-->
122
         <property
123
               name="startupForegroundColor"
124
               value="000000">
125
         </property>
126
         <property
127
               name="startupProgressRect"
128
               value="5,447,366,15">
129
         </property>
130
         <property
131
               name="startupMessageRect"
132
               value="7,432,360,20">
133
         </property>
134
         <property
135
               name="appName"
136
               value="EDIT Taxonomic Editor">
137
         </property>
138
         <property
139
               name="preferenceCustomization"
140
               value="plugin_customization.ini">
141
         </property>
142
         <property
143
               name="aboutImage"
144
               value="icons/256color_48x48.gif">
145
         </property>
146
      </product>
147
   </extension>
148
   <extension
149
         point="org.eclipse.ui.commands">
150
      <command
151
            defaultHandler="eu.etaxonomy.taxeditor.update.UpdateHandler"
152
            id="eu.etaxonomy.taxeditor.update"
153
            name="%command.label.17">
154
      </command>
155
      <command
156
            defaultHandler="eu.etaxonomy.taxeditor.update.InstallNewSoftwareHandler"
157
            id="eu.etaxonomy.taxeditor.install"
158
            name="%command.label.18">
159
      </command>
160
   </extension>
161
   
162
   
163
	<extension
164
		point="org.eclipse.ui.activities">
165
		<activity
166
			description="%activity.description"
167
			id="eu.etaxonomy.taxeditor.disable"
168
			name="%activity.name">
169
		</activity>
170
		<activityPatternBinding
171
			activityId="eu.etaxonomy.taxeditor.disable"
172
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.project">
173
		</activityPatternBinding>
174
		<activityPatternBinding
175
			activityId="eu.etaxonomy.taxeditor.disable"
176
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.file">
177
		</activityPatternBinding>
178
		<activityPatternBinding
179
			activityId="eu.etaxonomy.taxeditor.disable"
180
			pattern="org\.eclipse\.ui\.ide/org\.eclipse\.ui\.wizards\.new\.folder">
181
		</activityPatternBinding>
182
		<activityPatternBinding
183
			activityId="eu.etaxonomy.taxeditor.disable"
184
			pattern="org\.eclipse\.ui\.editors/org\.eclipse\.ui\.editors\.wizards\.UntitledTextFileWizard">
185
		</activityPatternBinding>
186
  <activityPatternBinding
187
        activityId="eu.etaxonomy.taxeditor.disable"
188
        pattern="org\.eclipse\..*externaltools.*">
189
  </activityPatternBinding>
190
  <activityPatternBinding
191
        activityId="eu.etaxonomy.taxeditor.disable"
192
        pattern="org\.eclipse\.debug.*">
193
  </activityPatternBinding>
194
  <activityPatternBinding
195
        activityId="eu.etaxonomy.taxeditor.disable"
196
        pattern="org\.eclipse\.team.*">
197
  </activityPatternBinding>
198
  <activityPatternBinding
199
        activityId="eu.etaxonomy.taxeditor.disable"
200
        pattern="org\.eclipse\.ant.*">
201
  </activityPatternBinding>
202
  <activityPatternBinding
203
        activityId="eu.etaxonomy.taxeditor.disable"
204
        pattern="org\.eclipse\.pde.*">
205
  </activityPatternBinding>
206
  <activityPatternBinding
207
        activityId="eu.etaxonomy.taxeditor.disable"
208
        pattern="org\.eclipse\.jdt.*">
209
  </activityPatternBinding>
210
  <activityPatternBinding
211
        activityId="eu.etaxonomy.taxeditor.disable"
212
        pattern="org\.eclipse\.search.*">
213
  </activityPatternBinding>
214
	</extension>
215
 <extension
216
       id="eu_etaxonomy_taxeditor_product"
217
       point="org.eclipse.core.runtime.products">
218
    <product
219
          application="eu.etaxonomy.taxeditor.application.application"
220
          name="EDIT Taxonomic Editor">
221
       <property
222
             name="appName"
223
             value="EDIT Taxonomic Editor">
224
       </property>
225
       <property
226
             name="aboutImage"
227
             value="icons/256color_48x48.gif">
228
       </property>
229
       <property
230
             name="aboutText"
231
             value="%productBlurb">
232
       </property>
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="startupForegroundColor"
239
             value="000000">
240
       </property>
241
       <property
242
             name="startupMessageRect"
243
             value="7,432,360,20">
244
       </property>
245
       <property
246
             name="startupProgressRect"
247
             value="5,447,366,15">
248
       </property>
249
       <property
250
             name="preferenceCustomization"
251
             value="plugin_customization.ini">
252
       </property>
253
    </product>
254
 </extension>
255
256
</plugin>