mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-21 21:52:10 +02:00

org.eclipse.cdt.debug.gdbjtag is bumped because of Bug 561343 Change-Id: I6dac283b7e9093662f57ac5c804021c4201ad6f1
30 lines
674 B
XML
30 lines
674 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.cdt.managedbuilder.llvm"
|
|
label="%featureName"
|
|
version="9.12.0.qualifier"
|
|
provider-name="%providerName"
|
|
plugin="org.eclipse.cdt.managedbuilder.llvm.ui"
|
|
license-feature="org.eclipse.license"
|
|
license-feature-version="0.0.0">
|
|
|
|
<description>
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<plugin
|
|
id="org.eclipse.cdt.managedbuilder.llvm.ui"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
</feature>
|