Skip to content

Commit f6dc224

Browse files
committed
HTML 5 cleanups
Html cleanups Contributes to #3275 . Handles o.e.jdt.doc.user/tasks.
1 parent 464fec7 commit f6dc224

File tree

76 files changed

+805
-910
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+805
-910
lines changed

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-add_line_breakpoints.htm

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.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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>Adding Line Breakpoints</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-add_new_jre.htm

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. 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>
98
Adding a new JRE definition
109
</title>
11-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
12-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
10+
<link rel="stylesheet" href="../book.css" type="text/css">
11+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
1312
</head>
1413
<body>
1514
<h1>
@@ -35,7 +34,7 @@ <h2> to Add a New JRE Definition: </h2>
3534
</li>
3635
</ol>
3736

38-
<a name="StdVM"></a>
37+
<a id="StdVM"></a>
3938
<h2>Standard VM:</h2>
4039

4140
<ol>
@@ -62,12 +61,12 @@ <h2>Standard VM:</h2>
6261

6362
<img src="../tasks/images/task-add_jre_std_vm.PNG" alt="Add Standard VM JRE" width="419" height="552">
6463

65-
<a name="StdVM1x"></a>
64+
<a id="StdVM1x"></a>
6665
<h2>Standard 1.1.x VM:</h2>
6766

6867
<p> Follow the same steps as for <a href="#StdVM"><strong>Standard VM</strong></a> JREs.</p>
6968

70-
<a name="EEFile"></a>
69+
<a id="EEFile"></a>
7170
<h2>Execution Environment Files:</h2>
7271

7372
<p>For more information on EE File structure see the <a href="http://wiki.eclipse.org/index.php/Execution_Environment_Descriptions">Wiki Page</a>.</p>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-ant_javac_adapter.htm

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,21 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3-
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
1+
<!DOCTYPE HTML>
2+
<html lang="en">
43
<head>
54
<meta name="copyright" content=
65
"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." />
7-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8-
<meta http-equiv="Content-Style-Type" content="text/css" />
9-
<link rel="STYLESHEET" href="../book.css" charset="ISO-8859-1" type="text/css" />
6+
<meta charset="utf-8">
7+
<link rel="STYLESHEET" href="../book.css" type="text/css" />
108
<title>Using the ant javac adapter</title>
119
<link rel="stylesheet" type="text/css" href="../book.css" />
12-
<style type="text/css">
10+
<style>
1311
/*<![CDATA[*/
1412
span.c6 {color: red}
1513
span.c2 {color: #4444CC}
1614
/*]]>*/
1715
</style>
1816
</head>
1917
<body>
20-
<a name="t_javac_adapter"></a>
18+
<a id="t_javac_adapter"></a>
2119
<h2>Using the Ant javac Adapter</h2>
2220
<p>The Eclipse compiler can be used inside an Ant buildfile using the javac adapter. In order to use the Eclipse compiler, you simply need to define the <b>build.compiler</b> property in your
2321
buildfile.</p>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-apply_hit_count.htm

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.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2006. 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>
98
Applying Hit Counts
109
</title>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-assign_default_jre.htm

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. 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>
98
Assigning the default JRE for the workbench
109
</title>
11-
<link rel="stylesheet" href="../book.css" charset="ISO-8859-1" type="text/css">
12-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
10+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
1311
</head>
1412
<body>
1513
<h1>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-avoiding_resource_leaks.htm

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.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) GK Software AG and others 2012. 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>Avoiding resource leaks</title>
98
</head>
109
<body>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-catching_exceptions.htm

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.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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>
98
Catching Java Exceptions
109
</title>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-choose_config_jre.htm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2008. 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>
98
Choosing a JRE for a launch configuration
109
</title>
11-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
10+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
1211
</head>
1312
<body>
1413
<h1>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-create_scrapbook_page.htm

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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>
98
Creating a Java Scrapbook Page
109
</title>
11-
<script language="JavaScript" src="PLUGINS_ROOT/org.eclipse.help/livehelp.js" type="text/javascript"> </script>
10+
<script src="PLUGINS_ROOT/org.eclipse.help/livehelp.js"> </script>
1211
</head>
1312
<body>
1413
<h1>

eclipse.platform.common/bundles/org.eclipse.jdt.doc.user/tasks/task-disconnect_remote_debug.htm

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.01 Transitional//EN">
1+
<!DOCTYPE HTML>
22
<html lang="en">
33
<head>
44
<meta name="copyright" content="Copyright (c) IBM Corporation and others 2000, 2007. 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>
98
Disconnecting from a VM
109
</title>

0 commit comments

Comments
 (0)