| <?xml version="1.0" encoding="UTF-8"?> | |
| <?eclipse version="3.2"?> | |
| <plugin> | |
| <extension-point id="executionProvider" name="Execution Provider" schema="schema/executionProvider.exsd"/> | |
| <extension | |
| point="org.eclipse.debug.core.launchConfigurationTypes"> | |
| <launchConfigurationType | |
| delegate="org.eclipse.qvt.declarative.execution.ide.DeclarativeQVTLaunchDelegate" | |
| id="org.eclipse.qvt.declarative.execution" | |
| modes="run" | |
| name="Declarative QVT Transformation"> | |
| </launchConfigurationType> | |
| </extension> | |
| </plugin> |