| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| /** |
| * <copyright> |
| * |
| * Copyright (c) 2005, 2007 IBM Corporation 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 |
| * http://www.eclipse.org/legal/epl-v10.html |
| * |
| * |
| * </copyright> |
| */ |
| --> |
| <feature |
| id="org.eclipse.dltk.rse" |
| label="%featureName" |
| version="2.0.0.qualifier" |
| provider-name="%providerName" |
| image="eclipse_update_120.jpg"> |
| |
| <description url="http://www.eclipse.org/dltk"> |
| %description |
| </description> |
| |
| <copyright url="http://www.eclipse.org/legal/epl-v10.html"> |
| Copyright (c) 2005, 2007 IBM Corporation 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 |
| http://www.eclipse.org/legal/epl-v10.html |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <requires> |
| <import feature="org.eclipse.dltk.core" version="4.0.0" match="compatible"/> |
| <import feature="org.eclipse.rse.core" version="4.0.0" match="compatible"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.dltk.rse.core" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.dltk.rse.ui" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.dltk.ssh.core" |
| download-size="0" |
| install-size="0" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |