Basically fixes #2282. I will create new tickets for still open issues.
[taxeditor.git] / taxeditor-store / plugin.xml
index d12709fa257ab4a6c4a9c59f0eb00e516c10706e..35589febe8b3a7be2d0e0c3117999c59c5ec4c70 100644 (file)
             name="Datasource"
             restorable="true">
       </view>
-      <view
-            class="eu.etaxonomy.taxeditor.view.user.UserView"
-            icon="icons/system-users.png"
-            id="eu.etaxonomy.taxeditor.store.userManagerView"
-            name="User"
-            restorable="true">
-      </view>
-      <view
-            class="eu.etaxonomy.taxeditor.view.group.GroupViewPart"
-            id="eu.etaxonomy.taxeditor.store.groupView"
-            name="Group"
-            restorable="true">
-      </view>
       <view  
                        name="Progress View"  
                        category="org.eclipse.ui"  
                      value="eu.etaxonomy.taxeditor.view.datasource">
                </parameter>
             </command>
-            <command
-                  commandId="org.eclipse.ui.views.showView"
-                  label="Users"
-                  style="push">
-               <parameter
-                     name="org.eclipse.ui.views.showView.viewId"
-                     value="eu.etaxonomy.taxeditor.store.userManagerView">
-               </parameter>
-            </command>
             <command
                   commandId="org.eclipse.ui.views.showView"
                   label="Messages"
                   </reference>
                </visibleWhen>
             </command>
-            <command
-                  commandId="org.eclipse.ui.views.showView"
-                  label="Groups"
-                  style="push">
-               <parameter
-                     name="org.eclipse.ui.views.showView.viewId"
-                     value="eu.etaxonomy.taxeditor.store.groupView">
-               </parameter>
-            </command>
          </menu>
       </menuContribution>
       <menuContribution
             </visibleWhen>
          </command>
       </menuContribution>
-      <menuContribution
-            locationURI="popup:eu.etaxonomy.taxeditor.store.userManagerView">
-         <command
-               commandId="eu.etaxonomy.taxeditor.store.createUser"
-               label="New"
-               style="push">
-         </command>
-         <command
-               commandId="eu.etaxonomy.taxeditor.store.editUser"
-               label="Edit"
-               style="push">
-         </command>
-         <separator
-               name="eu.etaxonomy.taxeditor.store.userManager.separator"
-               visible="true">
-         </separator>
-         <command
-               commandId="eu.etaxonomy.taxeditor.store.disableUser"
-               label="Toggle Enablement"
-               style="push">
-         </command>
-      </menuContribution>
       <menuContribution
             locationURI="toolbar:org.eclipse.ui.trim.status">
          <toolbar
             name="Update Datasource">
       </command>
    </extension>
-   <extension
-         point="org.eclipse.ui.commands">
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.account.user.handler.CreateUserHandler"
-            id="eu.etaxonomy.taxeditor.store.createUser"
-            name="Create User">
-      </command>
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.account.user.handler.EditUserHandler"
-            id="eu.etaxonomy.taxeditor.store.editUser"
-            name="Edit User">
-      </command>
-      <command
-            defaultHandler="eu.etaxonomy.taxeditor.account.user.handler.ToggleUserEnablementHandler"
-            id="eu.etaxonomy.taxeditor.store.disableUser"
-            name="Toggle User Enablement">
-      </command>
-   </extension>
    <extension
          point="org.eclipse.ui.importWizards">
       <category