| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.0"?> |
| <!-- |
| Copyright (c) 2014, 2016, 2017 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 v2.0 |
| which accompanies this distribution, and is available at |
| http://www.eclipse.org/legal/epl-v20.html |
| |
| Contributors: |
| Eike Stepper - initial API and implementation |
| --> |
| |
| <plugin> |
| |
| <extension |
| point="org.eclipse.ui.newWizards"> |
| <category |
| id="org.eclipse.oomph" |
| name="%_UI_OomphWizard_category"> |
| </category> |
| <wizard |
| category="org.eclipse.oomph" |
| class="org.eclipse.oomph.setup.ui.internal.ide.SetupTaskWizard" |
| icon="icons/extension_project.gif" |
| id="org.eclipse.oomph.setup.ui.ide.ModelExtensionWizard" |
| name="%modelExtensionWizard.name" |
| project="true"> |
| </wizard> |
| </extension> |
| |
| <extension |
| point="org.eclipse.debug.ui.stringVariablePresentations"> |
| <variablePresentation |
| argumentSelector="org.eclipse.oomph.setup.ui.internal.ide.URIArgumentSelector$ExtensionFactory" |
| variableName="file_uri"/> |
| <variablePresentation |
| argumentSelector="org.eclipse.oomph.setup.ui.internal.ide.ActiveMylynTaskArgumentSelector$ExtensionFactory" |
| variableName="active_mylyn_task"/> |
| </extension> |
| |
| </plugin> |