Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 213636 | Differences between
and this patch

Collapse All | Expand All

(-)a/_projectCommon.php (-4 / +4 lines)
Lines 25-32 Link Here
25
	$Nav->addCustomNav("Mailing Lists",     "http://www.eclipse.org/mail/", "_self", 1);
25
	$Nav->addCustomNav("Mailing Lists",     "http://www.eclipse.org/mail/", "_self", 1);
26
	$Nav->addNavSeparator("Platform",       "http://www.eclipse.org/platform/");
26
	$Nav->addNavSeparator("Platform",       "http://www.eclipse.org/platform/");
27
	$Nav->addNavSeparator("JDT Components", "http://www.eclipse.org/jdt/index.php");
27
	$Nav->addNavSeparator("JDT Components", "http://www.eclipse.org/jdt/index.php");
28
	$Nav->addCustomNav("APT", 	"http://www.eclipse.org/jdt/apt/index.html", "_self", 1);
28
	$Nav->addCustomNav("APT", 	"/jdt/apt/index.php", "_self", 1);
29
	$Nav->addCustomNav("Core", 	"http://www.eclipse.org/jdt/core/index.php", "_self", 1);
29
	$Nav->addCustomNav("Core", 	"/jdt/core/index.php", "_self", 1);
30
	$Nav->addCustomNav("Debug", "http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-debug-home/index.html", "_self", 1);
30
	$Nav->addCustomNav("Debug", "http://www.eclipse.org/eclipse/debug/index.php", "_self", 1);
31
	$Nav->addCustomNav("UI", 	"http://www.eclipse.org/jdt/ui/index.php", "_self", 1);
31
	$Nav->addCustomNav("UI", 	"/jdt/ui/index.php", "_self", 1);
32
?>
32
?>
(-)a/index.php (-1 / +1 lines)
Lines 41-47 Link Here
41
          <td width="82%"><b>Description</b></td>
41
          <td width="82%"><b>Description</b></td>
42
        </tr>
42
        </tr>
43
        <tr> 
43
        <tr> 
44
          <td valign="top" width="20%"><a href="http://www.eclipse.org/jdt/apt/index.html" target="_top">APT</a></td>
44
          <td valign="top" width="20%"><a href="apt/index.php" target="_top">APT</a></td>
45
		  <td width="82%">Java 5.0 annotation processing infrastructure</td>
45
		  <td width="82%">Java 5.0 annotation processing infrastructure</td>
46
        </tr>
46
        </tr>
47
        <tr> 
47
        <tr> 

Return to bug 213636