2012-02-10 13:10:03 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2021-04-03 11:30:31 +03:00
|
|
|
<!--
|
|
|
|
Copyright (c) 2012, 2021 Contributors to the Eclipse Foundation
|
|
|
|
|
|
|
|
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
|
|
|
|
-->
|
2012-02-10 13:10:03 -05:00
|
|
|
<feature
|
|
|
|
id="org.eclipse.cdt.gnu.multicorevisualizer"
|
|
|
|
label="%featureName"
|
2022-10-01 20:02:13 -04:00
|
|
|
version="11.0.0.qualifier"
|
2014-05-23 15:28:19 -04:00
|
|
|
provider-name="%providerName"
|
2020-01-06 13:54:46 -05:00
|
|
|
plugin="org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui"
|
2014-05-23 15:28:19 -04:00
|
|
|
license-feature="org.eclipse.license"
|
|
|
|
license-feature-version="0.0.0">
|
2012-02-10 13:10:03 -05:00
|
|
|
|
|
|
|
<description>
|
|
|
|
%description
|
|
|
|
</description>
|
|
|
|
|
|
|
|
<copyright>
|
|
|
|
%copyright
|
|
|
|
</copyright>
|
|
|
|
|
|
|
|
<license url="%licenseURL">
|
|
|
|
%license
|
|
|
|
</license>
|
|
|
|
|
|
|
|
<plugin
|
|
|
|
id="org.eclipse.cdt.dsf.gdb.multicorevisualizer.ui"
|
|
|
|
download-size="0"
|
|
|
|
install-size="0"
|
|
|
|
version="0.0.0"
|
|
|
|
unpack="false"/>
|
|
|
|
|
|
|
|
</feature>
|