1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-19 06:55:23 +02:00
cdt/lrparser/org.eclipse.cdt.core.lrparser.sdk.feature/feature.xml
Marc Khouzam 2c22479c9e Bug 435309 - Use the shared license file scheme for CDT
This means that:
- feature.xml files now make a reference to the shared license plugin
      using version 0.0.0
- feature.properties files no longer have the text for the license
- license.html and epl-v10.html files are removed as they are part
      of the shared license plugin
- build.properties files no longer reference removed files
- the main pom.xml file references the license repository

Change-Id: Ibd880480de3a07597084d44cce7b822903509079
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/27250
2014-05-26 10:03:45 -04:00

31 lines
685 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.cdt.core.lrparser.sdk"
label="%featureName"
version="8.4.0.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0"
plugin="org.eclipse.cdt.core.lrparser.source">
<description>
%description
</description>
<copyright>
%copyright
</copyright>
<license url="%licenseURL">
%license
</license>
<includes
id="org.eclipse.cdt.core.lrparser.source"
version="0.0.0"/>
<includes
id="org.eclipse.cdt.core.lrparser.feature"
version="0.0.0"/>
</feature>