From 5b4d377dcaee2635cef889e31533a2726179f4a2 Mon Sep 17 00:00:00 2001 From: Patrick Ziegler Date: Sat, 23 Aug 2025 00:35:10 +0200 Subject: [PATCH] Convert remaining XHTML documents in platform.doc.isv to HTML Unlike plain HTML, XHTML also follows the XML rules and is therefore more restrictive. By mixing both HTML and XHTML documents, this can very easily lead to a situation where syntax is used that is valid in one, but not the other document. With this change, all documents within org.eclipse.platform.doc.isv that are still using XHTML are converted to HTML. --- .../org.eclipse.platform.doc.isv/about.html | 7 ++-- .../guide/p2_repositorytasks.htm | 25 ++++++------ .../guide/p2_uipolicy.htm | 21 +++++----- .../guide/ua_cheatsheet_composite.htm | 25 ++++++------ .../guide/ua_dynamic_extensions.htm | 13 +++---- .../guide/ua_dynamic_includes.htm | 13 +++---- .../guide/ua_help_abstract_scope.htm | 13 +++---- .../guide/ua_help_content_child_links.htm | 13 +++---- .../guide/ua_help_setup_help_data.htm | 39 +++++++++---------- .../questions/index.html | 11 +++--- .../reference/extension-points/index.html | 11 +++--- .../reference/services/index.html | 11 +++--- .../whatsNew/platform_isv_whatsnew.html | 12 +++--- 13 files changed, 101 insertions(+), 113 deletions(-) diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/about.html b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/about.html index 164f781a8fd..ea801d76621 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/about.html +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/about.html @@ -1,8 +1,7 @@ - - + + - + About diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm index c54fc445f78..b1055696bab 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_repositorytasks.htm @@ -1,13 +1,12 @@ - - + + - - + "Copyright (c) IBM Corporation and others 2009, 2011. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."> + + + "text/css"> Ant tasks for managing repositories @@ -238,7 +237,7 @@

Ant Tasks -


+
-
@@ -436,7 +435,7 @@

properties that the artifact descriptor must have.


+
Example: Exclude all pack.gz artifacts:
     <exclude>
@@ -597,7 +596,7 @@ 

-
+
Examples:

@@ -729,7 +728,7 @@

-
+
@@ -872,7 +871,7 @@

p2.process.artifacts

-
+
-
@@ -925,7 +924,7 @@

p2.remove.iu


+
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_uipolicy.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_uipolicy.htm index f5301cb54cd..17b65aba90e 100644 --- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_uipolicy.htm +++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/p2_uipolicy.htm @@ -1,17 +1,16 @@ - - + + - - + "Copyright (c) IBM Corporation and others 2008, 2016. This page is made available under license. For full details see the LEGAL in the documentation book that contains this page."> + + + "text/css"> Configuring the UI Policy - +