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 c31715c rendering seems broken
c31715c is described below
commit c31715c842fae1832cb63c7e9d333f6a91733fd0
Author: Stefan Bodewig <[email protected]>
AuthorDate: Sun Apr 26 12:20:56 2026 +0200
rendering seems broken
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index a3fb2ef..b3f0cd6 100644
--- a/README.md
+++ b/README.md
@@ -20,8 +20,9 @@ build and Apache Ivy for dependency management.
the top level directory of your new antlib and adapt its content
(PRODUCT_NAME and copyright year.
* add a minimal `build.xml` file to the top level directory of your
- project. Something like
- ```xml
+ project.
+ Something like
+```xml
<?xml version="1.0"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
@@ -48,7 +49,7 @@ under the License.
<import file="common/build.xml"/>
</project>
- ```
+```
* if there are any properties you want to override (you most likely
will want to change `javac.-source` and `javac.-target`) create a
`build.properties` file and add them.