mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-29 11:13:34 +02:00

Some bundles are bumped because dev happened between 11.2 release and this version bump. The most significant change that happened was the bump in Tycho version which changed ECJ version and hence some class files changed Part of #420
69 lines
1.6 KiB
XML
69 lines
1.6 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<feature
|
|
id="org.eclipse.remote.proxy"
|
|
label="%featureName"
|
|
version="11.3.0.qualifier"
|
|
provider-name="%providerName"
|
|
plugin="org.eclipse.remote.proxy.ui"
|
|
license-feature="org.eclipse.license"
|
|
license-feature-version="0.0.0">
|
|
|
|
<description url="http://eclipse.org/ptp">
|
|
%description
|
|
</description>
|
|
|
|
<copyright>
|
|
%copyright
|
|
</copyright>
|
|
|
|
<license url="%licenseURL">
|
|
%license
|
|
</license>
|
|
|
|
<plugin
|
|
id="org.eclipse.remote.proxy.core"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.remote.proxy.server.core"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.remote.proxy.server.linux.x86_64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.remote.proxy.ui"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.remote.proxy.server.macosx.x86_64"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.remote.proxy.protocol.core"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"
|
|
unpack="false"/>
|
|
|
|
<plugin
|
|
id="org.eclipse.remote.proxy.server.linux.ppc64le"
|
|
download-size="0"
|
|
install-size="0"
|
|
version="0.0.0"/>
|
|
|
|
</feature>
|