Create spring-boot-antlib module

Create a new spring-boot-antlib module which allows Apache Ant users
to easily create executable jars.

Fixes gh-3339
This commit is contained in:
Matt Benson
2015-06-26 17:09:59 -05:00
committed by Phillip Webb
parent 8d948dfa6c
commit ae4559eb4f
13 changed files with 730 additions and 11 deletions

View File

@@ -25,5 +25,6 @@
<module>spring-boot-loader-tools</module>
<module>spring-boot-maven-plugin</module>
<module>spring-boot-gradle-plugin</module>
<module>spring-boot-antlib</module>
</modules>
</project>