blob: 24f2ce62b5e1529c03c9f75f606ab5e81f1ca7ba [file] [log] [blame]
david_williams1a993892007-07-29 19:19:05 +00001<?php
2
3$pageTitle="Eclipse Web Tools Platform (WTP) Downloads";
4$indexTop="<font class=indextop>
5 Web Tools Platform<br />
6downloads</font><br />
7<font class=indexsub>Latest downloads from the Web Tools Platform project</font>";
8
9$pageExplanation="
10 <p>This is the starting page for where you can find the latest <a
11 href=\"http://wiki.eclipse.org/index.php/WTP_Build_Types\">declared build</a> produced by the <a
12 href=\"http://www.eclipse.org/webtools/main.php\">Eclipse Web Tools
13 Platform (WTP) Project</a>.</p>
14 <p>Please note that each declared-build page details the pre-reqs for
15 that particular build. The WTP 1.0.x builds go with Eclipse 3.1 based
16 pre-reqs, and the WTP 1.5.x builds go with Eclipse 3.2 based pre-reqs.</p>
17
18 <p>As an alternative to downloading zips from the build pages, our
19 released builds can be <a
20 href=\"http://download.eclipse.org/webtools/updates/\">installed via
21 Update Manager</a>, from an existing installation of Eclipse.</p>
22";
23
24$mainTableHeader="Latest Downloads";
25
26$pageFooterEnd="<p><a href=\"http://download.eclipse.org/webtools/committers/\"
27 target=\"_top\">Continuous builds</a> are also available which are for
28 committers and early testers.</p>";
29
david_williams38cdb422007-09-23 06:24:37 +000030$subsectionHeading="Recent History";
31
david_williams1a993892007-07-29 19:19:05 +000032?>