1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-30 11:43:33 +02:00
cdt/terminal/plugins/org.eclipse.tm.terminal.view.core/plugin.xml

28 lines
1,005 B
XML
Raw Normal View History

<?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="%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>