| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Copyright (c) 2008, 2022 SAP AG 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 |
| |
| Contributors: |
| SAP AG - initial implementation |
| --> |
| <feature |
| id="org.eclipse.mat.chart.feature" |
| label="%featureName" |
| version="1.15.0.qualifier" |
| provider-name="%providerName" |
| plugin="org.eclipse.mat.chart"> |
| |
| <description> |
| %description |
| </description> |
| |
| <copyright> |
| %copyright |
| </copyright> |
| |
| <license url="%licenseURL"> |
| %license |
| </license> |
| |
| <url> |
| <update label="%updateSiteName" url="http://download.eclipse.org/mat/latest/update-site/"/> |
| </url> |
| |
| <requires> |
| <import plugin="org.eclipse.ui" version="3.3.0" match="greaterOrEqual"/> |
| <import plugin="org.eclipse.ui.forms" version="3.3.0" match="greaterOrEqual"/> |
| <import plugin="org.eclipse.birt.chart.engine" version="2.3.0" match="greaterOrEqual"/> |
| <import plugin="org.eclipse.birt.chart.device.extension" version="2.3.0" match="greaterOrEqual"/> |
| <import plugin="org.eclipse.birt.chart.device.swt" version="2.3.0" match="greaterOrEqual"/> |
| <import plugin="org.eclipse.birt.chart.engine.extension" version="2.3.0" match="greaterOrEqual"/> |
| <import plugin="org.eclipse.birt.core" version="2.3.0" match="greaterOrEqual"/> |
| <import plugin="org.eclipse.mat.ui" version="1.15.0" match="greaterOrEqual"/> |
| <import feature="org.eclipse.mat.feature" version="1.15.0" match="greaterOrEqual"/> |
| </requires> |
| |
| <plugin |
| id="org.eclipse.mat.chart" |
| download-size="33" |
| install-size="33" |
| version="0.0.0" |
| unpack="false"/> |
| |
| <plugin |
| id="org.eclipse.mat.chart.ui" |
| download-size="30" |
| install-size="30" |
| version="0.0.0" |
| unpack="false"/> |
| |
| </feature> |