Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 223428 Details for
Bug 213636
JDT APT web page is horribly horribly out of date
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
links are updated
hrefs-to-in-repo-resources-are-updated.patch (text/plain), 1.57 KB, created by
Denys Digtiar
on 2012-11-10 02:52:50 EST
(
hide
)
Description:
links are updated
Filename:
MIME Type:
Creator:
Denys Digtiar
Created:
2012-11-10 02:52:50 EST
Size:
1.57 KB
patch
obsolete
>diff --git a/_projectCommon.php b/_projectCommon.php >index c6ce26c..f8b3692 100644 >--- a/_projectCommon.php >+++ b/_projectCommon.php >@@ -25,8 +25,8 @@ > $Nav->addCustomNav("Mailing Lists", "http://www.eclipse.org/mail/", "_self", 1); > $Nav->addNavSeparator("Platform", "http://www.eclipse.org/platform/"); > $Nav->addNavSeparator("JDT Components", "http://www.eclipse.org/jdt/index.php"); >- $Nav->addCustomNav("APT", "http://www.eclipse.org/jdt/apt/index.html", "_self", 1); >- $Nav->addCustomNav("Core", "http://www.eclipse.org/jdt/core/index.php", "_self", 1); >- $Nav->addCustomNav("Debug", "http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/jdt-debug-home/index.html", "_self", 1); >- $Nav->addCustomNav("UI", "http://www.eclipse.org/jdt/ui/index.php", "_self", 1); >+ $Nav->addCustomNav("APT", "/jdt/apt/index.php", "_self", 1); >+ $Nav->addCustomNav("Core", "/jdt/core/index.php", "_self", 1); >+ $Nav->addCustomNav("Debug", "http://www.eclipse.org/eclipse/debug/index.php", "_self", 1); >+ $Nav->addCustomNav("UI", "/jdt/ui/index.php", "_self", 1); > ?> >\ No newline at end of file >diff --git a/index.php b/index.php >index 4715add..042686d 100644 >--- a/index.php >+++ b/index.php >@@ -41,7 +41,7 @@ > <td width="82%"><b>Description</b></td> > </tr> > <tr> >- <td valign="top" width="20%"><a href="http://www.eclipse.org/jdt/apt/index.html" target="_top">APT</a></td> >+ <td valign="top" width="20%"><a href="apt/index.php" target="_top">APT</a></td> > <td width="82%">Java 5.0 annotation processing infrastructure</td> > </tr> > <tr>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 213636
:
223427
| 223428