From 635a32258e6c9a7d074c8c5b53f5cd08d6ddc9fd Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 5 Mar 2020 22:47:54 +0100 Subject: [eclipse-p2] the eclipse p2 site is now selfsigned. --- buildScripts/.gitignore | 1 + buildScripts/eclipse-p2.ant.xml | 25 +++++++++++++++++++++++++ buildScripts/lombok.jks | Bin 0 -> 2359 bytes buildScripts/p2/feature.xml | 4 ++-- 4 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 buildScripts/.gitignore create mode 100644 buildScripts/lombok.jks (limited to 'buildScripts') diff --git a/buildScripts/.gitignore b/buildScripts/.gitignore new file mode 100644 index 00000000..46452f58 --- /dev/null +++ b/buildScripts/.gitignore @@ -0,0 +1 @@ +/lombok.jks.password diff --git a/buildScripts/eclipse-p2.ant.xml b/buildScripts/eclipse-p2.ant.xml index 4dc9b719..db33b674 100644 --- a/buildScripts/eclipse-p2.ant.xml +++ b/buildScripts/eclipse-p2.ant.xml @@ -55,6 +55,13 @@ This buildfile is part of projectlombok.org. It is responsible for building the + + @@ -67,6 +74,12 @@ This buildfile is part of projectlombok.org. It is responsible for building the + @@ -81,7 +94,19 @@ This buildfile is part of projectlombok.org. It is responsible for building the + + diff --git a/buildScripts/lombok.jks b/buildScripts/lombok.jks new file mode 100644 index 00000000..3c57736b Binary files /dev/null and b/buildScripts/lombok.jks differ diff --git a/buildScripts/p2/feature.xml b/buildScripts/p2/feature.xml index f5d08c4d..27fe2559 100644 --- a/buildScripts/p2/feature.xml +++ b/buildScripts/p2/feature.xml @@ -32,8 +32,8 @@ THE SOFTWARE. -- cgit