This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git
The following commit(s) were added to refs/heads/master by this push:
new 2a7cdf03a strange package name
2a7cdf03a is described below
commit 2a7cdf03afb88b69002a234546acf0081f23e5c7
Author: Stefan Bodewig <[email protected]>
AuthorDate: Mon May 25 21:53:02 2026 +0200
strange package name
---
manual/Tasks/componentdef.html | 4 ++--
manual/tutorial-writing-tasks.html | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/manual/Tasks/componentdef.html b/manual/Tasks/componentdef.html
index 27fd1f4cd..b143d5d8c 100644
--- a/manual/Tasks/componentdef.html
+++ b/manual/Tasks/componentdef.html
@@ -43,8 +43,8 @@ <h3>Examples</h3>
selector (see <a href="../Types/selectors.html">selectors</a>).</p>
<pre>
<componentdef name="or" onerror="ignore"
- classname="com.apache.tools.ant.taskdefs.conditions.Or"/>
+ classname="org.apache.tools.ant.taskdefs.conditions.Or"/>
<componentdef name="or" onerror="ignore"
-
classname="com.apache.tools.ant.types.resources.selectors.Or"/></pre>
+
classname="org.apache.tools.ant.types.resources.selectors.Or"/></pre>
</body>
</html>
diff --git a/manual/tutorial-writing-tasks.html
b/manual/tutorial-writing-tasks.html
index 960e41df5..65f81c4e9 100644
--- a/manual/tutorial-writing-tasks.html
+++ b/manual/tutorial-writing-tasks.html
@@ -725,8 +725,8 @@ <h2 id="Debugging">Debugging</h2>
breakpoints for version 1.8:</p>
<ul>
<li>Initial <code class="code">main()</code>
- function: <code
class="code">com.apache.tools.ant.launch.Launcher.main()</code></li>
- <li>Task entry point: <code
class="code">com.apache.tools.ant.UnknownElement.execute()</code></li>
+ function: <code
class="code">org.apache.tools.ant.launch.Launcher.main()</code></li>
+ <li>Task entry point: <code
class="code">org.apache.tools.ant.UnknownElement.execute()</code></li>
</ul>
<p>If you need to debug when a task attribute or the text is set, begin by
debugging into