Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2003-09-15 19:07:15 +0000
committerDoug Schaefer2003-09-15 19:07:15 +0000
commitc96f650a35f2ffcfd362332fbfc558a6afef241f (patch)
tree534d6798850b8155c6efecd2e177fee8dfd32389
parent780a8096edc0f2c31f22e58f7950b2829801231b (diff)
downloadorg.eclipse.cdt-c96f650a35f2ffcfd362332fbfc558a6afef241f.tar.gz
org.eclipse.cdt-c96f650a35f2ffcfd362332fbfc558a6afef241f.tar.xz
org.eclipse.cdt-c96f650a35f2ffcfd362332fbfc558a6afef241f.zip
Update the build page.
-rw-r--r--releng/org.eclipse.cdt.releng/index.xsl22
1 files changed, 11 insertions, 11 deletions
diff --git a/releng/org.eclipse.cdt.releng/index.xsl b/releng/org.eclipse.cdt.releng/index.xsl
index 6a2118137ce..01301218366 100644
--- a/releng/org.eclipse.cdt.releng/index.xsl
+++ b/releng/org.eclipse.cdt.releng/index.xsl
@@ -6,7 +6,7 @@
<xsl:template match="/">
<html>
<head>
- <title>CDT 1.2 Buld Page</title>
+ <title>CDT 1.2 Build Page</title>
</head>
<body>
<h2>CDT 1.2 Build Page</h2>
@@ -23,16 +23,16 @@
<p>
There is one category for each build. Expanding the
category will reveal the installable features.
- </p>
- <p>
- <span style="font-style: italic;">
- Warning: The source feature is currently not providing
- source as required. If you require debugging the CDT
- with source, the only mechanism that works for now is
- to get the source from CVS. We are actively working
- to resolve this issue for those who do not have CVS
- access.
- </span>
+ Currently the following features are available:
+ <ul>
+ <li>
+ the main CDT feature for the currently running platform
+ </li>
+ <li>
+ the CDT Source feature which supplies the source to allow
+ debugging of the CDT plugins.
+ </li>
+ </ul>
</p>
<h3>Builds</h3>
<p>

Back to the top