| <?xml version="1.0" encoding="UTF-8"?> | |
| <!-- | |
| Copyright (c) 2010 SAP AG, Walldorf. | |
| 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 | |
| Contributors: | |
| SAP AG - initial API and implementation | |
| --> | |
| <feature | |
| id="org.eclipse.platform.discovery.feature" | |
| label="%featureName" | |
| version="0.11.0.qualifier" | |
| provider-name="%providerName"> | |
| <install-handler library=""/> | |
| <description> | |
| %description | |
| </description> | |
| <copyright> | |
| %copyright | |
| </copyright> | |
| <license url="%licenseURL"> | |
| %license | |
| </license> | |
| <requires> | |
| <import plugin="org.eclipse.core.runtime"/> | |
| <import plugin="org.eclipse.ui.workbench"/> | |
| <import plugin="org.eclipse.ui"/> | |
| <import plugin="org.eclipse.ui.forms"/> | |
| <import plugin="org.eclipse.jface"/> | |
| <import plugin="org.eclipse.ui.views.properties.tabbed"/> | |
| <import plugin="org.eclipse.ui.views"/> | |
| <import plugin="org.eclipse.ui.navigator"/> | |
| <import plugin="org.eclipse.jface.text"/> | |
| </requires> | |
| <plugin | |
| id="org.eclipse.platform.discovery.core" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.platform.discovery.integration" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.platform.discovery.runtime" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.platform.discovery.ui" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| <plugin | |
| id="org.eclipse.platform.discovery.util" | |
| download-size="0" | |
| install-size="0" | |
| version="0.0.0" | |
| unpack="false"/> | |
| </feature> |