Skip to content

Commit 4826dce

Browse files
committed
Convert "Debug" pages to HTML5
Contributes to #3275
1 parent a6d9558 commit 4826dce

18 files changed

+58
-76
lines changed

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Program debug and launch support</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_breakpoints.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Breakpoints</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_debug.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Debugging a program</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_expressions.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Expressions</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Launching a program</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">
@@ -36,7 +35,7 @@ <h2>Launching a Program</h2>
3635
queried for information such as running processes, debug session information,
3736
and source code location.&nbsp; A launch knows the configuration that was used to create
3837
it.&nbsp; </p>
39-
<p><img alt="" border="0" src="images/launch.jpg" > </p>
38+
<p><img alt="" style="border:0" src="images/launch.jpg" > </p>
4039
<p>Users interact with a launch
4140
configuration dialog to set up the parameters for different types of
4241
launches. These configurations can be

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_adding.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Adding launchers to the platform</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_comparators.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Comparing launch configurations</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_groups.htm

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

44
<meta name="copyright" content="Copyright (c) SSI Schaefer IT Solutions GmbH and others 2017. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Launch groups</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_java.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Launching Java applications</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/debug_launch_processfactories.htm

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

44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2005. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page." >
55

6-
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1">
7-
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
6+
<META charset="utf-8">
87

9-
<LINK REL="STYLESHEET" HREF="../book.css" CHARSET="ISO-8859-1" TYPE="text/css">
8+
<LINK REL="STYLESHEET" HREF="../book.css" TYPE="text/css">
109
<TITLE>Process factories</TITLE>
1110

1211
<link rel="stylesheet" type="text/css" HREF="../book.css">

0 commit comments

Comments
 (0)