From 116a9dbb75200223664e26093b0e238b57d4255e Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Tue, 6 Feb 2018 05:42:41 +0100 Subject: [compiling] running the ant compile job now no longer emits any warnings. Each warning that was emitted has been addressed, or analysed and suppressed. --- buildScripts/website.ant.xml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildScripts') diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 36b3a193..15a0f95f 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -80,6 +80,8 @@ such as applying the templates to produce the website, converting the changelog + + -- cgit From cc55391a7544b0ce0cc37b8aa628dc8f9a46db49 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 2 Oct 2017 15:50:06 +0200 Subject: Website updated to list supporters on the website. --- buildScripts/ivy.xml | 15 ++++++++--- buildScripts/supporters.ant.xml | 57 +++++++++++++++++++++++++++++++++++++++++ buildScripts/website.ant.xml | 12 ++++++--- 3 files changed, 76 insertions(+), 8 deletions(-) create mode 100644 buildScripts/supporters.ant.xml (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 81f50f4c..cf62377e 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -14,6 +14,7 @@ + @@ -22,10 +23,10 @@ - - - - + + + + @@ -56,5 +57,11 @@ + + + + + + diff --git a/buildScripts/supporters.ant.xml b/buildScripts/supporters.ant.xml new file mode 100644 index 00000000..d19e0bb6 --- /dev/null +++ b/buildScripts/supporters.ant.xml @@ -0,0 +1,57 @@ + + + +This buildfile is part of projectlombok.org. It is responsible for updating/maintaining the separate git repository +containing the status of lombok's supporters. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index 15a0f95f..5c996fc6 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -37,13 +37,17 @@ such as applying the templates to produce the website, converting the changelog - + - + + + + + lombok.version already set. @@ -134,8 +138,8 @@ such as applying the templates to produce the website, converting the changelog - - + + Date: Sun, 11 Mar 2018 16:57:22 +0100 Subject: [website] added supporters infrastructure. --- buildScripts/ivy.xml | 4 ++-- buildScripts/supporters.ant.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index cf62377e..a27c909e 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -58,8 +58,8 @@ - - + + diff --git a/buildScripts/supporters.ant.xml b/buildScripts/supporters.ant.xml index d19e0bb6..d1d3fedc 100644 --- a/buildScripts/supporters.ant.xml +++ b/buildScripts/supporters.ant.xml @@ -39,11 +39,11 @@ containing the status of lombok's supporters. - + - + -- cgit