From 566dfe73ca11ed60e1a5b545872cefc4f0c8f976 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 3 Feb 2023 03:54:46 +0100 Subject: [PATCH] [build] final touches on updating deployment to new cloudflare host --- buildScripts/compile.ant.xml | 2 +- buildScripts/eclipse-p2.ant.xml | 2 +- buildScripts/info.ant.xml | 21 ++--- buildScripts/ivy.xml | 9 -- buildScripts/maven.ant.xml | 4 +- buildScripts/setup.ant.xml | 1 + buildScripts/supporters.ant.xml | 57 ------------ buildScripts/website.ant.xml | 93 ++++++++++---------- doc/changelog.markdown | 3 +- src/support/lombok/website/WebsiteMaker.java | 2 +- 10 files changed, 65 insertions(+), 129 deletions(-) delete mode 100644 buildScripts/supporters.ant.xml diff --git a/buildScripts/compile.ant.xml b/buildScripts/compile.ant.xml index 59715ee4da..7fe766558d 100644 --- a/buildScripts/compile.ant.xml +++ b/buildScripts/compile.ant.xml @@ -1,5 +1,5 @@ - - - @@ -67,12 +64,6 @@ - - - - - - diff --git a/buildScripts/maven.ant.xml b/buildScripts/maven.ant.xml index a09e09de47..6003de745e 100644 --- a/buildScripts/maven.ant.xml +++ b/buildScripts/maven.ant.xml @@ -1,5 +1,5 @@ - - -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 aa0d150b44..4877f20e5a 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -1,5 +1,5 @@