blob: 25c56fe6f4bf7b8f459d77d34f4323374754bf7e [file] [log] [blame]
david_williamscabcbbf2008-07-08 00:40:30 +00001<?php
2
3$dlconfigfilename="p_dlconfig.txt";
4
5$pageTitle="Eclipse Web Tools Platform (WTP) Patch Downloads";
6$indexTop="<font class=indextop>
7 Web Tools Platform<br />
8patch downloads</font><br />
9<font class=indexsub>Latest patch downloads from the Web Tools Platform project</font>";
10
11$pageExplanation="
12 <p>This is the starting page for where you can find the latest <a
13 href=\"http://wiki.eclipse.org/index.php/WTP_Build_Types\">patch features</a> produced by the <a
14 href=\"http://www.eclipse.org/webtools\">Eclipse Web Tools
15 Platform (WTP) Project</a>.</p>
16 <p>They are normaly very specialized, for a specific purpose or adopter, and not for
17 general use. Those that are for general use -- and end-users -- will be made available
18 via update manager.
19 </p>
20 <p>Also, please note, the builds and zip files here may appear and disappear while patches
21 are being investigated, tested, etc, so if it is relatively recent, it may not be final.
22 If there are any specific questions, feel free to ask on <a href=\"mailto:wtp-releng@eclipse.org\">wtp-releng</a>.</p>
23 <p>If you got here to this patch-build site by accident or casual
24 browsing, please be aware that <a
25 href=\"http://download.eclipse.org/webtools/downloads/\" target=\"_top\">
26 declared builds</a> are available!</p>
27";
28
29$mainTableHeader="Latest Patch Feature Downloads";
30
31$pageFooterEnd="<p><a href=\"http://download.eclipse.org/webtools/committers/\"
32 target=\"_top\">Continuous builds</a> are also available which are for
33 committers and early testers.</p>";
34
35$subsectionHeading="History of Patch Builds";
36?>