| <?xml version="1.0" encoding="UTF-8"?> |
| <?eclipse version="3.4"?> |
| <!-- |
| Copyright (c) 2018 Red Hat and others. |
| This program and the accompanying materials |
| are made available under the terms of the Eclipse Public License 2.0 |
| which accompanies this distribution, and is available at |
| https://www.eclipse.org/legal/epl-2.0/ |
| |
| SPDX-License-Identifier: EPL-2.0 |
| --> |
| |
| <plugin> |
| <extension-point id="contextPropertiesProviders" name="%ExtensionPoint.contextPropertiesProviders" schema="schema/contextPropertiesProviders.exsd"/> |
| |
| <!-- Property tester contributions --> |
| <extension point="org.eclipse.core.expressions.propertyTesters"> |
| <propertyTester |
| class="org.eclipse.tm.terminal.view.core.internal.PropertyTester" |
| id="org.eclipse.tm.terminal.view.core.PropertyTester" |
| namespace="org.eclipse.tm.terminal.view.core" |
| properties="hasContextPropertiesProvider" |
| type="java.lang.Object"> |
| </propertyTester> |
| </extension> |
| |
| </plugin> |