| <?xml version='1.0' encoding='UTF-8'?> |
| <schema targetNamespace="org.eclipse.statet.ecommons.ts" xmlns="http://www.w3.org/2001/XMLSchema"> |
| <annotation> |
| <appInfo> |
| <meta.schema id="UIDecorators" |
| plugin="org.eclipse.statet.ecommons.ts.ui" |
| name="UI Decorators for TS (IToolRunnable)"/> |
| </appInfo> |
| <documentation> |
| This extension-point allows to provide decorators to tool tasks (IToolRunnable). |
| </documentation> |
| </annotation> |
| |
| <element name="extension"> |
| <annotation> |
| <appInfo> |
| <meta.element /> |
| </appInfo> |
| </annotation> |
| <complexType> |
| <choice minOccurs="1" maxOccurs="unbounded"> |
| <element ref="runnable"/> |
| </choice> |
| <attribute name="point" type="string" use="required"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="id" type="string"> |
| <annotation> |
| <documentation> |
| The id of the extension. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| <appInfo> |
| <meta.attribute translatable="true"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="runnable"> |
| <annotation> |
| <documentation> |
| Decorators for IToolRunnable elements. |
| </documentation> |
| </annotation> |
| <complexType> |
| <attribute name="typeId" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The type id of the runnable. |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="icon" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| <appInfo> |
| <meta.attribute kind="resource"/> |
| </appInfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="since"/> |
| </appInfo> |
| <documentation> |
| 0.10.0 |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appInfo> |
| <meta.section type="copyright"/> |
| </appInfo> |
| <documentation> |
| Copyright (c) 2010, 2021 Stephan Wahlbrink and others. |
| |
| This program and the accompanying materials are made available under the |
| terms of the Eclipse Public License 2.0 which is available at |
| https://www.eclipse.org/legal/epl-2.0, or the Apache License, Version 2.0 |
| which is available at https://www.apache.org/licenses/LICENSE-2.0. |
| |
| SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 |
| |
| Contributors: |
| Stephan Wahlbrink <sw@wahlbrink.eu> - initial API and implementation |
| </documentation> |
| </annotation> |
| |
| </schema> |