| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.4"?> |
| <!-- |
| Copyright (c) 2012 Eike Stepper (Loehne, Germany) and others. |
| All rights reserved. This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License v1.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v10.html |
| |
| Contributors: |
| Eike Stepper - initial API and implementation |
| --> |
| |
| <plugin> |
| |
| <extension point="org.eclipse.ui.newWizards"> |
| <category |
| id="org.eclipse.emf.ecore.Wizard.category.ID" |
| name="%_UI_Wizard_category"/> |
| <wizard |
| id="org.eclipse.emf.cdo.security.presentation.SecurityModelWizardID" |
| name="%_UI_SecurityModelWizard_label" |
| class="org.eclipse.emf.cdo.security.presentation.SecurityModelWizard" |
| category="org.eclipse.emf.ecore.Wizard.category.ID" |
| icon="icons/full/obj16/SecurityModelFile.gif"> |
| <description>%_UI_SecurityModelWizard_description</description> |
| <selection class="org.eclipse.core.resources.IResource"/> |
| </wizard> |
| </extension> |
| |
| <extension point="org.eclipse.ui.editors"> |
| <editor |
| id="org.eclipse.emf.cdo.security.presentation.SecurityEditorID" |
| name="%_UI_SecurityEditor_label" |
| icon="icons/full/obj16/SecurityModelFile.gif" |
| extensions="security" |
| class="org.eclipse.emf.cdo.security.presentation.SecurityEditor" |
| contributorClass="org.eclipse.emf.cdo.security.presentation.SecurityActionBarContributor"> |
| </editor> |
| </extension> |
| |
| </plugin> |