Project

General

Profile

« Previous | Next » 

Revision 4633f830

Added by Katja Luther almost 9 years ago

make the order of the taxon nodes editable

View differences:

eu.etaxonomy.taxeditor.store/plugin.xml
1 1
<?xml version="1.0" encoding="UTF-8"?>
2 2
<?eclipse version="3.2"?>
3 3
<plugin>
4
   <extension-point id="eu.etaxonomy.taxeditor.store.cdmViewer" name="Cdm Viewer" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
4
   <extension-point id="eu.etaxonomy.taxeditor.store.cdmViewer" name="%extension-point.name" schema="schema/eu.etaxonomy.taxeditor.store.cdmViewer.exsd"/>
5 5
   <extension
6 6
         point="org.eclipse.ui.preferencePages">
7 7
      <page
......
206 206
            id="eu.etaxonomy.taxeditor.preference.defaultlanguagepditorpreferencePage"
207 207
            name="%page.name.30">
208 208
      </page>
209
      <page
210
            category="eu.etaxonomy.taxeditor.preferences.general"
211
            class="eu.etaxonomy.taxeditor.preference.OrderPreferences"
212
            id="eu.etaxonomy.taxeditor.preference.OrderPreferencesPage"
213
            name="%page.name.31">
214
      </page>
209 215
   </extension>
210 216
   <extension
211 217
         point="org.eclipse.ui.views">
......
437 443
               visible="true">
438 444
         </separator>
439 445
         <command
440
               commandId="org.eclipse.ui.edit.delete"
446
               commandId="eu.etaxonomy.taxeditor.view.datasource.delete"
441 447
               label="%command.label.9"
442 448
               style="push">
443 449
               <visibleWhen>
......
516 522
            </command>
517 523
         </menu>
518 524
         <command
519
               commandId="org.eclipse.ui.edit.delete"
525
               commandId="eu.etaxonomy.taxeditor.editor.definedTerms.delete"
520 526
               label="%command.label.14"
521 527
               style="push">
522 528
            <visibleWhen
......
550 556
         point="org.eclipse.ui.handlers">
551 557
      <handler
552 558
            class="eu.etaxonomy.taxeditor.view.datasource.handler.DeleteDataSourceHandler"
553
            commandId="org.eclipse.ui.edit.delete">
559
            commandId="eu.etaxonomy.taxeditor.view.datasource.delete">
554 560
         <activeWhen>
555 561
            <with
556 562
                  variable="activePartId">
......
562 568
      </handler>
563 569
      <handler
564 570
            class="eu.etaxonomy.taxeditor.editor.definedterm.handler.DeleteTermBaseHandler"
565
            commandId="org.eclipse.ui.edit.delete">
571
            commandId="eu.etaxonomy.taxeditor.editor.definedTerms.delete">
566 572
         <activeWhen>
567 573
            <with
568 574
                  variable="activePartId">
......
608 614
      </handler>
609 615
   </extension>
610 616
   <extension
611
         name="Popup Menu Commands"
617
         name="%extension.name.0"
612 618
         point="org.eclipse.ui.commands">
613 619
      <command
614 620
            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.ChangeConnectionHandler"
......
623 629
      <command
624 630
            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CloneDataSourceHandler"
625 631
            id="eu.etaxonomy.taxeditor.store.datasource.clone"
626
            name="Clone Datasource">
632
            name="%command.name.8">
627 633
      </command>
628 634
      <command
629 635
            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.CreateDataSourceHandler"
......
635 641
            id="eu.etaxonomy.taxeditor.store.datasource.close"
636 642
            name="%command.name.2">
637 643
      </command>
644
      <command
645
            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.DeleteDataSourceHandler"
646
            id="eu.etaxonomy.taxeditor.view.datasource.delete"
647
            name="%command.name.13">
648
      </command>
638 649
      <command
639 650
            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.UpdateDataSourceHandler"
640 651
            id="eu.etaxonomy.taxeditor.store.datasource.update"
......
666 677
      </command>
667 678
      <command
668 679
         id="eu.etaxonomy.taxeditor.store.open.FeatureTreeEditorWizard"
669
         name="Open Feature Tree Editor Wizard">
680
         name="%command.name.9">
670 681
   	  </command>
671 682
      <command
672 683
            id="eu.etaxonomy.taxeditor.store.openPasswordWizzard"
673
            name="Open Password Wizzard">
684
            name="%command.name.10">
674 685
      </command>
675 686
      <command
676 687
            id="eu.etaxonomy.taxeditor.store.open.OpenDistributionEditorWizardHandler"
677
            name="Open Distribution Editor Wizard">
688
            name="%command.name.11">
678 689
      </command>
679 690
      <command
680 691
            defaultHandler="eu.etaxonomy.taxeditor.view.datasource.handler.ChangeConnectionHandler"
681 692
            id="eu.etaxonomy.taxeditor.datasource.connect"
682
            name="Connect">
693
            name="%command.name.12">
694
      </command>
695
      <command
696
            defaultHandler="eu.etaxonomy.taxeditor.editor.definedterm.handler.DeleteTermBaseHandler"
697
            id="eu.etaxonomy.taxeditor.editor.definedTerms.delete"
698
            name="%command.name.14">
683 699
      </command>
684 700
   </extension>
685 701
   <extension
......
775 791
            category="eu.etaxonomy.taxeditor.export.category.cdm"
776 792
            class="eu.etaxonomy.taxeditor.io.wizard.CsvExportWizard"
777 793
            id="eu.etaxonomy.taxeditor.io.export.csv"
778
            name="CSV">
794
            name="%wizard.name.18">
779 795
      </wizard>
780 796
      <wizard
781 797
            category="eu.etaxonomy.taxeditor.export.category.cdm"
782 798
            class="eu.etaxonomy.taxeditor.io.wizard.CsvNameExportWizard"
783
            id="eu.etaxonomy.taxeditor.io.export.csv"
784
            name="CSV-Names">
799
            id="eu.etaxonomy.taxeditor.io.export.csv_name"
800
            name="%wizard.name.19">
801
      </wizard>
802
      <wizard
803
            category="eu.etaxonomy.taxeditor.export.category.cdm"
804
            class="eu.etaxonomy.taxeditor.io.wizard.CsvPrintExportWizard"
805
            id="eu.etaxonomy.taxeditor.io.export.csv_print"
806
            name="%wizard.name.20">
785 807
      </wizard>
786 808
   </extension>
787 809
   <extension
......
1190 1212
<extension
1191 1213
      point="org.eclipse.ui.activities">
1192 1214
   <activity
1193
         description="DELETE permission dependent ui contributions"
1215
         description="%activity.description"
1194 1216
         id="eu.etaxonomy.taxeditor.store.activityDelete"
1195
         name="Delete">
1217
         name="%activity.name">
1196 1218
      <enabledWhen>
1197 1219
         <reference
1198 1220
               definitionId="canDELETE">
......
1204 1226
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.delete">
1205 1227
   </activityPatternBinding>
1206 1228
   <activity
1207
         description="UPDATE permission dependent ui contributions"
1229
         description="%activity.description.0"
1208 1230
         id="eu.etaxonomy.taxeditor.store.activityUpdate"
1209
         name="Update">
1231
         name="%activity.name.0">
1210 1232
      <enabledWhen>
1211 1233
         <reference
1212 1234
               definitionId="canUPDATE">
......
1218 1240
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.update\..*">
1219 1241
   </activityPatternBinding>
1220 1242
   <activity
1221
         description="CREATE permission dependent ui contributions"
1243
         description="%activity.description.1"
1222 1244
         id="eu.etaxonomy.taxeditor.store.activityCreate"
1223
         name="Delete">
1245
         name="%activity.name.1">
1224 1246
      <enabledWhen>
1225 1247
         <reference
1226 1248
               definitionId="canDELETE">
......
1232 1254
         pattern="eu\.etaxonomy\.taxeditor\..*/.*.command\.create\..*">
1233 1255
   </activityPatternBinding>
1234 1256
   <activity
1235
         description="ROLE_USER_MANAGER dependent ui contributions"
1257
         description="%activity.description.2"
1236 1258
         id="eu.etaxonomy.taxeditor.store.activityUserManagement"
1237
         name="UserManagement">
1259
         name="%activity.name.2">
1238 1260
      <enabledWhen>
1239 1261
         <reference
1240 1262
               definitionId="hasROLE_USER_MANAGER">
......
1250 1272
         pattern="eu\.etaxonomy\.taxeditor\..*/bulkeditor\.input\.group">
1251 1273
   </activityPatternBinding>
1252 1274
   <activity
1253
         description="ROLE_PROJECT_MANAGER dependent ui contributions"
1275
         description="%activity.description.3"
1254 1276
         id="eu.etaxonomy.taxeditor.store.activityProjectManagement"
1255
         name="ProjectManagement">
1277
         name="%activity.name.3">
1256 1278
      <enabledWhen>
1257 1279
         <reference
1258 1280
               definitionId="hasROLE_PROJECT_MANAGER">

Also available in: Unified diff