diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-01-23 17:26:08 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-01-23 17:26:08 +0100 |
commit | 1a6c81339affaec23e8fbde2a77fee7bc2a91850 (patch) | |
tree | 6d376d814ef84988113bbb2fe9c9220ee58498d5 /eclipse-phpeclipse-broken-help-links.patch |
eclipse-phpeclipse: import from f16
Diffstat (limited to 'eclipse-phpeclipse-broken-help-links.patch')
-rw-r--r-- | eclipse-phpeclipse-broken-help-links.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/eclipse-phpeclipse-broken-help-links.patch b/eclipse-phpeclipse-broken-help-links.patch new file mode 100644 index 0000000..57e3cc8 --- /dev/null +++ b/eclipse-phpeclipse-broken-help-links.patch @@ -0,0 +1,22 @@ +Index: ./plugins/net.sourceforge.phpeclipse.phphelp/phphelp.xml +=================================================================== +--- ./plugins/net.sourceforge.phpeclipse.phphelp/phphelp.xml (revision 1625) ++++ ./plugins/net.sourceforge.phpeclipse.phphelp/phphelp.xml (working copy) +@@ -1,4 +1,4 @@ +-<toc label="PHPEclipse Help" topic="doc/phpeclipse/index.html"> ++<toc label="PHPEclipse Help" topic="doc/index.html"> + <topic label="PHP Help Table of Contents" href="doc/index.html"/> + <topic label="I. Getting Started" href="doc/getting-started.html"/> + <topic label="II. Installation and Configuration" href="doc/install.html"/> +@@ -6,7 +6,7 @@ + <topic label="IV. Security" href="doc/security.html"/> + <topic label="V. Features" href="doc/features.html"/> + <topic label="VI. Function Reference" href="doc/funcref.html"/> +- <topic label="VII. PHP and Zend Engine Internals" href="doc/internals.html"/> ++ <topic label="VII. PHP at the Core: A Hacker's Guide to the Zend Engine" href="doc/book.internals2.html"/> + <topic label="VIII. FAQ: Frequently Asked Questions" href="doc/faq.html"/> +- <topic label="IX. Appendixes" href="doc/appendixes.html"/> +-</toc> +\ No newline at end of file ++ <topic label="IX. Appendices" href="doc/appendices.html"/> ++</toc> |