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 5649c14 more fenced code blocks
5649c14 is described below
commit 5649c147f14c9cf99c34f5c2dd38022964e16beb
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Apr 26 12:22:13 2026 +0200
more fenced code blocks
---
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
index b3f0cd6..bca722a 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ under the License.
`build.properties` file and add them.
* create a more or less empty `contributors.xml` file to the top level
directory of your antlib. Add yourself. The structure is
- ```xml
+```xml
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -93,10 +93,10 @@ under the License.
<last>YOUR LAST NAME</last>
</name>
</contributors>
- ```
+```
* create a more or less empty `changes.xml` file to the top level
directory of your antlib. The structure is
- ```xml
+```xml
<?xml version="1.0" encoding="utf-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
@@ -139,11 +139,11 @@ under the License.
<release version="0.1" date="unreleased">
</release>
</document>
- ```
+```
* add `version.properties` to the top level directory of your antlib
which must at least contain a definition of
`artifact.version`. Something like
- ```
+```
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
@@ -159,6 +159,6 @@ under the License.
# See the License for the specific language governing permissions and
# limitations under the License.
artifact.version=0.1alpha
- ```
+```
* if you want to use Ivy to manage your dependencies, add a file
`ivy.xml` to the root directory of your antlib and set it up.