Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Khouzam2014-05-23 19:28:19 +0000
committerMarc Khouzam2014-05-26 14:03:45 +0000
commit2c22479c9ec00cafedffd3a19400c3f21ec0a6be (patch)
tree8ca3720274306e56a20970d24919bb8ce349c295 /lrparser/org.eclipse.cdt.core.lrparser.feature/feature.xml
parente0682a2412d31e133d3ea605c532c913ca08fa1a (diff)
downloadorg.eclipse.cdt-2c22479c9ec00cafedffd3a19400c3f21ec0a6be.tar.gz
org.eclipse.cdt-2c22479c9ec00cafedffd3a19400c3f21ec0a6be.tar.xz
org.eclipse.cdt-2c22479c9ec00cafedffd3a19400c3f21ec0a6be.zip
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
Diffstat (limited to 'lrparser/org.eclipse.cdt.core.lrparser.feature/feature.xml')
-rw-r--r--lrparser/org.eclipse.cdt.core.lrparser.feature/feature.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/lrparser/org.eclipse.cdt.core.lrparser.feature/feature.xml b/lrparser/org.eclipse.cdt.core.lrparser.feature/feature.xml
index 44ef2def8d9..ed3a52da65b 100644
--- a/lrparser/org.eclipse.cdt.core.lrparser.feature/feature.xml
+++ b/lrparser/org.eclipse.cdt.core.lrparser.feature/feature.xml
@@ -4,6 +4,8 @@
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">
<description>

Back to the top