| author | Steffen Pingel | 2012-07-18 07:21:28 (EDT) |
|---|---|---|
| committer | Steffen Pingel | 2012-07-18 07:21:28 (EDT) |
| commit | c71b7d75b777df614af1948179e7d26c415806fa (patch) (side-by-side diff) | |
| tree | 010b5528a8bc5f1a36686044d12a9fd3cd940903 | |
| parent | 34aeb873ba5c0a230341dbcabdcedf6cc8cee9ea (diff) | |
| download | org.eclipse.mylyn.tasks-c71b7d75b777df614af1948179e7d26c415806fa.zip org.eclipse.mylyn.tasks-c71b7d75b777df614af1948179e7d26c415806fa.tar.gz org.eclipse.mylyn.tasks-c71b7d75b777df614af1948179e7d26c415806fa.tar.bz2 | |
NEW - bug 383317: Help documentrefs/changes/38/6838/1
/org.eclipse.mylyn.help.ui/doc/notices.html cannot be opened when
indexing help
https://bugs.eclipse.org/bugs/show_bug.cgi?id=383317
Change-Id: I41287eb391038ba809f82eda8b7e3f19530fc208
| -rw-r--r-- | org.eclipse.mylyn.help.sdk/doc/notices.html | 2 | ||||
| -rw-r--r-- | org.eclipse.mylyn.help.ui/build.properties | 3 | ||||
| -rw-r--r-- | org.eclipse.mylyn.help.ui/doc/notices.html | 22 |
3 files changed, 25 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.help.sdk/doc/notices.html b/org.eclipse.mylyn.help.sdk/doc/notices.html index 99a80e5..03811ab 100644 --- a/org.eclipse.mylyn.help.sdk/doc/notices.html +++ b/org.eclipse.mylyn.help.sdk/doc/notices.html @@ -2,7 +2,7 @@ <html> <head> -<meta name="copyright" content="Copyright (c) 2004, 2008 Mylyn project committers and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > +<meta name="copyright" content="Copyright (c) 2004, 2012 Mylyn project committers and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> diff --git a/org.eclipse.mylyn.help.ui/build.properties b/org.eclipse.mylyn.help.ui/build.properties index 145de36..fab06fa 100644 --- a/org.eclipse.mylyn.help.ui/build.properties +++ b/org.eclipse.mylyn.help.ui/build.properties @@ -19,7 +19,8 @@ bin.includes = plugin.xml,\ Mylyn-FAQ-toc.xml,\ Mylyn-User-Guide-toc.xml,\ book.css,\ - primary-toc.xml + primary-toc.xml,\ + doc/ src.includes = about.html source.. = src/ jars.compile.order = . diff --git a/org.eclipse.mylyn.help.ui/doc/notices.html b/org.eclipse.mylyn.help.ui/doc/notices.html new file mode 100644 index 0000000..03811ab --- a/dev/null +++ b/org.eclipse.mylyn.help.ui/doc/notices.html @@ -0,0 +1,22 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> +<html> +<head> + +<meta name="copyright" content="Copyright (c) 2004, 2012 Mylyn project committers and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." > + + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <LINK REL="STYLESHEET" HREF="book.css" CHARSET="ISO-8859-1" TYPE="text/css"> + <title>Legal Notices</title> +</head> +<body> + +<h3> +<a NAME="Notices"></a>Notices</h3> +<p> +The material in this guide is Copyright (c) 2004, 2008 Mylyn project committers and others. +</p> +<p> +<a href="../about.html">Terms and conditions regarding the use of this guide.</a> +</p> +</body> +</html> |

