| <?xml version="1.0" encoding="UTF-8"?> |
| <feature |
| id="org.eclipse.rcptt.ecl.shell" |
| label="ECL Telnet Shell" |
| provider-name="%providerName" |
| version="1.5.2.qualifier"> |
| |
| <description> |
| Telnet shell for interactive remote execution of ECL commands |
| </description> |
| |
| <copyright url="%copyrightURL"> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import feature="org.eclipse.rcptt.ecl.core" version="1.5.2.qualifier"/> |
| <import feature="org.eclipse.rcptt.ecl.server" version="1.5.2.qualifier"/> |
| </requires> |
| |
| <plugin unpack="false" id="org.eclipse.rcptt.ecl.telnet.server" version="0.0.0"/> |
| <plugin unpack="false" id="org.eclipse.rcptt.ecl.shell" version="0.0.0"/> |
| </feature> |