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-antlibs-common.git


The following commit(s) were added to refs/heads/master by this push:
     new 827ce1f  fix directory name of tests
827ce1f is described below

commit 827ce1f36f53af53fda8578333dd2686e9363502
Author: Stefan Bodewig <[email protected]>
AuthorDate: Tue Jun 16 22:15:36 2026 +0200

    fix directory name of tests
---
 seed-new-antlib.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/seed-new-antlib.xml b/seed-new-antlib.xml
index 16ed945..1fc060e 100644
--- a/seed-new-antlib.xml
+++ b/seed-new-antlib.xml
@@ -45,7 +45,7 @@
       </fileset>
     </copy>
     <mkdir dir="src/main"/>
-    <mkdir dir="src/test"/>
+    <mkdir dir="src/tests"/>
     <mkdir dir="docs"/>
     <copy todir="docs">
       <fileset dir="common">

Reply via email to