This is a skeleton to make development of Ant Libraries provided by the Apache Ant Project follow the same pattern.
The repository is only mean to be included as git submodule into the actual Antlib. It provides common infrastructure using Apache Ant to build and Apache Ivy for dependency management.
git submodule add https://gitbox.apache.org/repos/asf/ant-antlibs-common.git commonant -f common/seed-new-antlib.xmlLICENSE, gitignore, .gitattributes, docs/style.cssNOTICE, build.xml, changes.xml, contributors.xml, version.properties and ivy.xml based on your inputs. You should review its contents.javac.-source and javac.-target) create a build.properties file and add them.src/main, test sources to src/tests (JUnit tests to src/tests/junit, AntUnit tests to src/tests/antunit).prepare.xml file from common to the root directory of your antlib.project-template.pom like https://github.com/apache/ant-antlibs-compress/blob/master/project-template.pom