diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-12-12 06:30:39 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-12-12 06:30:39 +0100 |
commit | 273cb83ef31f0153b3cb91afa92dcd98c2658795 (patch) | |
tree | b67ba7812f27e7f62ae335a7d3bb60935ea7af0a /buildScripts | |
parent | ae22bb617beaa7d0aedd68805280c7cc3b72cb69 (diff) | |
download | lombok-273cb83ef31f0153b3cb91afa92dcd98c2658795.tar.gz lombok-273cb83ef31f0153b3cb91afa92dcd98c2658795.tar.bz2 lombok-273cb83ef31f0153b3cb91afa92dcd98c2658795.zip |
build script for edge release updated
Diffstat (limited to 'buildScripts')
-rw-r--r-- | buildScripts/website.ant.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 13626dd7..13b97231 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -19,7 +19,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. --> -<project name="lombok-website" basedir=".." default="website"> +<project name="lombok-website" basedir=".." default="website" xmlns:ivy="antlib:com.zwitserloot.ivyplusplus"> <description> This buildfile is part of projectlombok.org. It is responsible for building the website and all website-related aspects, such as applying the templates to produce the website, converting the changelog into HTML, and creating javadoc. |