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 /xlc/org.eclipse.cdt.xlc.source.feature/build.properties
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 'xlc/org.eclipse.cdt.xlc.source.feature/build.properties')
-rw-r--r--xlc/org.eclipse.cdt.xlc.source.feature/build.properties4
1 files changed, 1 insertions, 3 deletions
diff --git a/xlc/org.eclipse.cdt.xlc.source.feature/build.properties b/xlc/org.eclipse.cdt.xlc.source.feature/build.properties
index c6af93f4925..7c626e21064 100644
--- a/xlc/org.eclipse.cdt.xlc.source.feature/build.properties
+++ b/xlc/org.eclipse.cdt.xlc.source.feature/build.properties
@@ -1,5 +1,3 @@
bin.includes = feature.xml,\
eclipse_update_120.jpg,\
- epl-v10.html,\
- feature.properties,\
- license.html
+ feature.properties

Back to the top