Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions org.eclipse.pde.doc.user/notices.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
<html lang="en">
<head>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2020. 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) IBM Corporation and others 2000, 2025. 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" type="text/css">
<link rel="stylesheet" href="book.css" 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) IBM Corporation and others 2000, 2020.
The material in this guide is Copyright (c) IBM Corporation and others 2000, 2025.
</p>
<p>
<a href="about.html">Terms and conditions regarding the use of this guide.</a>
Expand Down
4 changes: 2 additions & 2 deletions org.eclipse.pde.doc.user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<profiles>
<profile>
<!-- Only enable this for individual bundles builds as otherhwise the ibuild repository is not aviable and we might run into problems -->
<!-- Only enable this for individual bundles builds as otherwise the ibuild repository is not available and we might run into problems -->
<id>build-individual-bundles</id>
<properties>
<pde.docs.baselinemode>warn</pde.docs.baselinemode>
Expand Down Expand Up @@ -201,7 +201,7 @@
;${eclipse.pde.ui.ui}/org.eclipse.pde.launching/src
;${eclipse.pde.ui.ui}/org.eclipse.pde.ui/src</sourcepath>
<offlineLinks>
<!-- This is used to make linkt to other docs from eclipse relative -->
<!-- This is used to make link to other docs from eclipse relative -->
<offlineLink>
<url>./../../../org.eclipse.platform.doc.isv/reference/api</url>
<location>${project.build.directory}/unpack/org.eclipse.platform.doc.isv/reference/api</location>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2014. 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">
<title>PDE Extension Points</title>
<link rel="stylesheet" type="text/css" HREF="../../book.css">
<link rel="stylesheet" type="text/css" href="../../book.css">
</head>
<body>
<h1> PDE Extension Points </h1>
Expand Down
11 changes: 5 additions & 6 deletions org.eclipse.pde.doc.user/reference/misc/api-usage-rules.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<!DOCTYPE HTML>
<!DOCTYPE html>
<html lang="en">
<HEAD>
<head>

<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2011. 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) IBM Corporation and others 2000, 2025. 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" TYPE="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="../../book.css" type="text/css">
<title>Eclipse Platform API - Rules of Engagement</title>


Expand All @@ -15,7 +15,6 @@
<h1>
Eclipse platform<br>
API rules of engagement</h1>
<i>Version 0.15 - Last revised 12:00 May 30, 2001</i>
<p>Here are the rules of engagement for clients of the Eclipse platform
API (and other components).</p>
<h2>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.pde.doc.user/reference/misc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2009. 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">
<meta name="Author" content="IBM">
<link rel="STYLESHEET" href="../../book.css" type="text/css">
<link rel="stylesheet" href="../../book.css" type="text/css">
<title>PDE - Other Reference Information</title>
</head>
<body>
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.pde.doc.user/reference/misc/overview-pde.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Author" content="IBM">
<title>PDE Overview</title>
<link rel="STYLESHEET" href="../../book.css" type="text/css">
<link rel="stylesheet" href="../../book.css" type="text/css">
<style>
table, th, td {
border: 1px solid black;
Expand Down