From 1759398d1fecfe043d36c9b7d1a3b6fd9a605951 Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sun, 5 Nov 2023 13:49:15 +0100 Subject: [PATCH] [Build] Remove unnecessary processing of abandoned 'build.sha1' files They have not been updated for six years and are not considered anymore. This is probably because they are written in another location than where the 'build.sha1' committed into the fragments reside. --- Jenkinsfile | 2 +- bundles/org.eclipse.swt/buildSWT.xml | 102 +-------------------------- 2 files changed, 3 insertions(+), 101 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b0df001ad0c..714790a1bf3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -92,7 +92,7 @@ pipeline { git config --global user.email 'eclipse-releng-bot@eclipse.org' git config --global user.name 'Eclipse Releng Bot' - ant -f eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml check_sources_and_update_sha1_file -DTAG=HEAD + ant -f eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml check_preprocessing ant -f eclipse.platform.swt/bundles/org.eclipse.swt/buildSWT.xml new_build_with_create_file -DTAG=HEAD ''' } diff --git a/bundles/org.eclipse.swt/buildSWT.xml b/bundles/org.eclipse.swt/buildSWT.xml index 61c7a52f11a..a83a9674428 100644 --- a/bundles/org.eclipse.swt/buildSWT.xml +++ b/bundles/org.eclipse.swt/buildSWT.xml @@ -34,8 +34,6 @@ - - @@ -189,33 +187,6 @@ - - - - - - - - - - - - - - - - - - - - - - Has source changes: ${source_changed}, compared against: - - - - - @@ -234,24 +205,6 @@ - - - - - - - - - - - - - - - - - - @@ -475,33 +428,6 @@ - - - - - - - - - - - - - - - - - - - - - - Has native changes: ${natives_changed}, compared against: - - - - - @@ -514,7 +440,6 @@ - - - - - - - SHA1=${HEAD_TAG} - - - - - - - - - - - - - - @@ -582,7 +484,6 @@ - @@ -932,6 +833,7 @@ + @@ -947,7 +849,7 @@ true - +