2015-02-17 11:00:41 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<?eclipse version="3.4"?>
|
2018-11-01 12:21:58 -04:00
|
|
|
<!--
|
|
|
|
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
|
|
|
|
-->
|
|
|
|
|
2015-02-17 11:00:41 +01:00
|
|
|
<plugin>
|
2020-08-28 21:20:14 +02:00
|
|
|
<extension-point id="contextPropertiesProviders" name="%ExtensionPoint.contextPropertiesProviders" schema="schema/contextPropertiesProviders.exsd"/>
|
2015-02-17 11:00:41 +01:00
|
|
|
|
2015-02-17 16:02:41 +01:00
|
|
|
<!-- Property tester contributions -->
|
|
|
|
<extension point="org.eclipse.core.expressions.propertyTesters">
|
|
|
|
<propertyTester
|
2015-04-16 09:11:41 +02:00
|
|
|
class="org.eclipse.tm.terminal.view.core.internal.PropertyTester"
|
|
|
|
id="org.eclipse.tm.terminal.view.core.PropertyTester"
|
|
|
|
namespace="org.eclipse.tm.terminal.view.core"
|
2015-02-17 16:02:41 +01:00
|
|
|
properties="hasContextPropertiesProvider"
|
|
|
|
type="java.lang.Object">
|
|
|
|
</propertyTester>
|
|
|
|
</extension>
|
|
|
|
|
2015-02-17 11:00:41 +01:00
|
|
|
</plugin>
|