From c7b9039c743c62945db47158341076a77785de64 Mon Sep 17 00:00:00 2001
From: Patrick Ziegler
Date: Sat, 6 Sep 2025 12:12:46 +0200
Subject: [PATCH] Migrate "Ant" Guides to HTML5
This cleanup up the metadata and fixes broken links.
Contributes to
https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/issues/3275
---
.../org.eclipse.platform.doc.isv/guide/ant.htm | 7 +++----
.../guide/ant_contributing_task.htm | 15 ++++++---------
.../guide/ant_developing.htm | 7 +++----
.../guide/ant_eclipse_tasks.htm | 16 +++++++---------
.../guide/ant_expanding_classpath.htm | 7 +++----
.../ant_running_buildfiles_programmatically.htm | 7 +++----
6 files changed, 25 insertions(+), 34 deletions(-)
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ant.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ant.htm
index 17048ee8f4c..668d97c3009 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ant.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ant.htm
@@ -1,12 +1,11 @@
-
+
-
-
+
-
+
Platform Ant support
diff --git a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ant_contributing_task.htm b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ant_contributing_task.htm
index 3a430a86410..a3e8ed76f20 100644
--- a/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ant_contributing_task.htm
+++ b/eclipse.platform.common/bundles/org.eclipse.platform.doc.isv/guide/ant_contributing_task.htm
@@ -1,12 +1,11 @@
-
+
-
-
+
-
+
Contributing tasks and types
@@ -20,7 +19,7 @@
of the classes inside the contributing plug-in. For example, the eclipse.refreshLocal task
contributed by org.eclipse.core.resources plug-in is
a wrapper for the
-
+
IResource.refreshLocal() method.
When the project attribute is supplied, this task is a wrapper to
-
+
IProject.build(). Otherwise, this task is a wrapper to the method:
-
+
IWorkspace.build().