aboutsummaryrefslogtreecommitdiff
path: root/buildScripts
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2017-12-12 06:30:39 +0100
committerReinier Zwitserloot <reinier@zwitserloot.com>2017-12-12 06:30:39 +0100
commit273cb83ef31f0153b3cb91afa92dcd98c2658795 (patch)
treeb67ba7812f27e7f62ae335a7d3bb60935ea7af0a /buildScripts
parentae22bb617beaa7d0aedd68805280c7cc3b72cb69 (diff)
downloadlombok-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.xml2
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.