1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-01 21:35:40 +02:00
cdt/rse/examples/org.eclipse.rse.examples.dstore/plugin.xml
nickboldt cf9fe9e6ac Bug 538094 - update to EPL 2.0 (leave EDL 1.0 unchanged)
Change-Id: I5ef20c1c81c17896e3c73ae0aa8c6cf47a708016
Signed-off-by: nickboldt <nboldt@redhat.com>
2018-11-01 12:21:58 -04:00

35 lines
1.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009 IBM Corporation and others. All rights reserved.
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
Initial Contributors:
The following IBM employees contributed to the Remote System Explorer
component that contains this file: David McKnight
Contributors:
David McKnight (IBM) - Initial contribution
-->
<?eclipse version="3.2"?>
<plugin>
<extension
point="org.eclipse.rse.core.subsystemConfigurations">
<configuration
systemTypeIds="org.eclipse.rse.systemtype.linux;org.eclipse.rse.systemtype.unix"
name="DStore Sample SubSystem"
description="his subsystem allows the user to remotely query a parent node to return children."
iconlive="icons/full/obj16/samplesubsystemlive_obj.gif"
icon="icons/full/obj16/samplesubsystem_obj.gif"
category="dstore.sample"
class="org.eclipse.rse.examples.dstore.subsystems.SampleSubSystemConfiguration"
vendor="%providerName"
priority="200"
id="dstore.sample"/>
</extension>
</plugin>