Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc-Andre Laperle2015-11-12 14:46:37 +0000
committerGerrit Code Review @ Eclipse.org2015-11-21 03:18:55 +0000
commite59d20f0baab99d0fc30d54ec293eeb7f8c6363b (patch)
treeb9d5cd3d415178b00262405ed940f4b45e04b604 /llvm/org.eclipse.cdt.managedbuilder.llvm-feature
parent2af5429bdb6bf824a4ab142d9b0cd55167d75519 (diff)
downloadorg.eclipse.cdt-e59d20f0baab99d0fc30d54ec293eeb7f8c6363b.tar.gz
org.eclipse.cdt-e59d20f0baab99d0fc30d54ec293eeb7f8c6363b.tar.xz
org.eclipse.cdt-e59d20f0baab99d0fc30d54ec293eeb7f8c6363b.zip
Bug 478462 - LLVM feature description is copied from CDT p2 feature
Change-Id: I3a5351a6997633b768eea9dc52a826b3a33e2702 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
Diffstat (limited to 'llvm/org.eclipse.cdt.managedbuilder.llvm-feature')
-rw-r--r--llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties b/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties
index 79cbec205ba..0495a7fa961 100644
--- a/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties
+++ b/llvm/org.eclipse.cdt.managedbuilder.llvm-feature/feature.properties
@@ -22,7 +22,7 @@ featureName=C/C++ LLVM-Family Compiler Build Support
providerName=Eclipse CDT
# "description" property - description of the feature
-description=Eclipse p2-based installer for toolchains and libraries. Included in C/C++ Development Tools.
+description=Support for building project using the LLVM-Family compilers.
# copyright
copyright=\

Back to the top