mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00

The org.eclipse.cdt.doc.isv bundle had not been updated since Juno. This commit adapts to the changes from bug 303083, and does some more updates to comply with CDT 8.4 Luna: 1. Update the doc.isv bundle version number - I deliberately jumped from 5.2.0 to 5.4.0 in order to leave room for a Kepler version (not sure if it is a good idea to leave out a version) 2. Update CDT Release name to "8.4 (Luna)" and Coppyright Date (2014) 3. Update link to Oracle Java Docs since BREE is now Java 7 4. Add org.eclipse.cdt.core.native to the sourcepath for Javadocs 5. Add o.e.cdt.util.spawner and o.e.cdt.util.pty packages to API docs 6. Remove org.eclipse.cdt.core/search from the source path list That source folder had been removed 8 years ago when PDOM came :) 7. Fix an XHTML validation error in about.html that made it not possible to view Legal Notices from the docs link There might be more CDT API packages that our community currently uses and that are not yet generated into the API docs. Adding them should be easy if that's desired, but I noticed that in many cases the Javadocs themselves are somewhat weak so I didn't want to expose them without the code owner's approval. Change-Id: I6c16aed4408d83994075a9b0505bc7d3e68b11d1 Signed-off-by: Martin Oberhuber <martin.oberhuber@windriver.com> Reviewed-on: https://git.eclipse.org/r/27401 Tested-by: Hudson CI Reviewed-by: Doug Schaefer <dschaefer@qnx.com>
28 lines
No EOL
1.4 KiB
HTML
28 lines
No EOL
1.4 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
|
|
<title>About</title>
|
|
</head>
|
|
<body lang="EN-US">
|
|
<h2>About This Content</h2>
|
|
|
|
<p>June 22, 2007</p>
|
|
<h3>License</h3>
|
|
|
|
<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
|
|
indicated below, the Content is provided to you under the terms and conditions of the
|
|
Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
|
|
at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
|
|
For purposes of the EPL, "Program" will mean the Content.</p>
|
|
|
|
<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
|
|
being redistributed by another party ("Redistributor") and different terms and conditions may
|
|
apply to your use of any object code in the Content. Check the Redistributor's license that was
|
|
provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
|
|
indicated below, the terms and conditions of the EPL still apply to any source code in the Content
|
|
and such source code may be obtained at <a href="http://www.eclipse.org/">http://www.eclipse.org</a>.</p>
|
|
|
|
</body>
|
|
</html> |