blob: f849d9d1025106ee653a96b368d80606d3c57fa7 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (c) 2009, 2019 Xored Software Inc and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v20.html
Contributors:
Xored Software Inc - initial API and implementation and/or initial documentation
-->
<feature
id="org.eclipse.rcptt.tesla.ecl"
label="RCPTT Runtime ECL Support"
version="2.5.0.qualifier"
provider-name="%providerName">
<description>
Core ECL commands for capture/replay
</description>
<copyright url="%copyrightURL">
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<requires>
<import feature="org.eclipse.rcptt.tesla" version="2.5.0" match="compatible"/>
<import feature="org.eclipse.rcptt.ecl.core" version="2.5.0" match="compatible"/>
</requires>
<plugin
id="org.eclipse.rcptt.tesla.ecl"
download-size="0"
install-size="0"
version="2.5.0.qualifier"
unpack="false"/>
<plugin
id="org.eclipse.rcptt.tesla.recording.core.ecl"
download-size="0"
install-size="0"
version="2.5.0.qualifier"
unpack="false"/>
</feature>