Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Recoskie2006-08-31 15:40:26 +0000
committerChris Recoskie2006-08-31 15:40:26 +0000
commitfa59480912a7689f069698843d4ac8fb64363e2e (patch)
tree60f438598dcc06401f5c2948315397cb30f32272 /xlc/org.eclipse.cdt.xlc.feature
parentcb03e2f7d22d216a9aecbc3eadf1ea2702193956 (diff)
downloadorg.eclipse.cdt-fa59480912a7689f069698843d4ac8fb64363e2e.tar.gz
org.eclipse.cdt-fa59480912a7689f069698843d4ac8fb64363e2e.tar.xz
org.eclipse.cdt-fa59480912a7689f069698843d4ac8fb64363e2e.zip
Update to xlC feature prior to placement on CDT's Callisto update site
Diffstat (limited to 'xlc/org.eclipse.cdt.xlc.feature')
-rw-r--r--xlc/org.eclipse.cdt.xlc.feature/feature.properties2
-rw-r--r--xlc/org.eclipse.cdt.xlc.feature/feature.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/xlc/org.eclipse.cdt.xlc.feature/feature.properties b/xlc/org.eclipse.cdt.xlc.feature/feature.properties
index 5d2857ebd44..b9f81bef2ee 100644
--- a/xlc/org.eclipse.cdt.xlc.feature/feature.properties
+++ b/xlc/org.eclipse.cdt.xlc.feature/feature.properties
@@ -24,7 +24,7 @@ providerName=Eclipse.org
updateSiteName=Eclipse CDT Update Site
# "description" property - description of the feature
-description=Eclipse C/C++ development tools. (Binary runtime and user documentation.)
+description=Support for IBM's xlC compiler.
# copyright
copyright=\
diff --git a/xlc/org.eclipse.cdt.xlc.feature/feature.xml b/xlc/org.eclipse.cdt.xlc.feature/feature.xml
index 2d556cb8b4c..de6a30ce1d4 100644
--- a/xlc/org.eclipse.cdt.xlc.feature/feature.xml
+++ b/xlc/org.eclipse.cdt.xlc.feature/feature.xml
@@ -18,7 +18,7 @@
</license>
<url>
- <update label="%updateSiteName"/>
+ <update label="%updateSiteName" url="http://download.eclipse.org/tools/cdt/releases/callisto"/>
</url>
<requires>

Back to the top