1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 553231: Fix line endings

Change-Id: I0fe35fd37c0425bc93d0e4b1f41e5a194a3858db
This commit is contained in:
Jonah Graham 2019-11-19 16:05:46 -05:00
parent 43e7fa1726
commit fd8624bdae

View file

@ -1,36 +1,36 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.launchbar.remote"
label="%featureName"
version="2.4.0.qualifier"
provider-name="%providerName"
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.launchbar.remote.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.launchbar.remote.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>
<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.launchbar.remote"
label="%featureName"
version="2.4.0.qualifier"
provider-name="%providerName"
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.launchbar.remote.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
<plugin
id="org.eclipse.launchbar.remote.ui"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>
</feature>