Skip to content

Commit 77e88e9

Browse files
ptzieglerakurtakov
authored andcommitted
Migrate "porting" documents starting with the 4.29 to HTML5
This change removes deprecated/obsolete attributes from the HTML header and also performs some minor cleanup of the syntax. For the incompatibilities, it limits the mentioning of the removal of the platform-specific bundles (that were removed with the 4.33) to its corresponding document. Contributes to #3275
1 parent f2c7c0d commit 77e88e9

37 files changed

+99
-252
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.29/faq.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) 2023 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="STYLESHEET" href="../../book.css" type="text/css">
87
<title>Eclipse 4.29 Plug-in Migration FAQ</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.29/incompatibilities.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) 2023 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
5+
<meta charset="utf-8">
76
<link rel="STYLESHEET" href="../../book.css" type="text/css">
87
<title>Incompatibilities between Eclipse 4.28 and 4.29</title>
98
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.29/recommended.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33

44
<head>
55
<meta name="copyright"
66
content="Copyright (c) 2023 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
7-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
8-
<meta http-equiv="Content-Style-Type" content="text/css">
7+
<meta charset="utf-8">
98
<link rel="STYLESHEET" href="../../book.css" type="text/css">
109
<title>Adopting 4.29 mechanisms and APIs</title>
1110
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.30/faq.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) 2023 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="STYLESHEET" href="../../book.css" type="text/css">
87
<title>Eclipse 4.30 Plug-in Migration FAQ</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.30/incompatibilities.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) 2023 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
5+
<meta charset="utf-8">
76
<link rel="STYLESHEET" href="../../book.css" type="text/css">
87
<title>Incompatibilities between Eclipse 4.29 and 4.30</title>
98
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.30/recommended.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33

44
<head>
55
<meta name="copyright"
66
content="Copyright (c) 2023 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
7-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
8-
<meta http-equiv="Content-Style-Type" content="text/css">
7+
<meta charset="utf-8">
98
<link rel="STYLESHEET" href="../../book.css" type="text/css">
109
<title>Adopting 4.30 mechanisms and APIs</title>
1110
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.31/faq.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) 2024 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="STYLESHEET" href="../../book.css" type="text/css">
87
<title>Eclipse 4.31 Plug-in Migration FAQ</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.31/incompatibilities.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) 2024 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
5+
<meta charset="utf-8">
76
<link rel="STYLESHEET" href="../../book.css" type="text/css">
87
<title>Incompatibilities between Eclipse 4.30 and 4.31</title>
98
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.31/recommended.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33

44
<head>
55
<meta name="copyright"
66
content="Copyright (c) 2024 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.">
7-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
8-
<meta http-equiv="Content-Style-Type" content="text/css">
7+
<meta charset="utf-8">
98
<link rel="STYLESHEET" href="../../book.css" type="text/css">
109
<title>Adopting 4.31 mechanisms and APIs</title>
1110
</head>

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/porting/4.32/faq.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) 2024 IBM Corporation and others. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
5-
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
6-
<meta http-equiv="Content-Style-Type" content="text/css">
7-
<link rel="STYLESHEET" href="../../book.css" charset="ISO-8859-1" type="text/css">
5+
<meta charset="utf-8">
6+
<link rel="STYLESHEET" href="../../book.css" type="text/css">
87
<title>Eclipse 4.32 Plug-in Migration FAQ</title>
98
</head>
109
<body>

0 commit comments

Comments
 (0)