From d87fb8e744fc40b9546273829fdd91e3b8d170dc Mon Sep 17 00:00:00 2001 From: Hannes Wellmann Date: Sat, 21 Sep 2024 15:47:57 +0200 Subject: [PATCH] [Build] Remove duplicated configuration of tycho-p2-extras-plugin Most parts of the configuration are already inherited from the 'eclipse-platform-parent'. --- org.eclipse.jdt.annotation_v1/pom.xml | 18 +++--------------- pom.xml | 24 ------------------------ 2 files changed, 3 insertions(+), 39 deletions(-) diff --git a/org.eclipse.jdt.annotation_v1/pom.xml b/org.eclipse.jdt.annotation_v1/pom.xml index 82a5bf5ce5e..4b23bf51b62 100644 --- a/org.eclipse.jdt.annotation_v1/pom.xml +++ b/org.eclipse.jdt.annotation_v1/pom.xml @@ -28,21 +28,9 @@ org.eclipse.tycho.extras tycho-p2-extras-plugin - - - compare-attached-artifacts-with-release - - compare-version-with-baselines - - - true - - ${previous-release.baseline} - - zip - - - + + true + diff --git a/pom.xml b/pom.xml index 33be51567b2..ed9b192c1f8 100644 --- a/pom.xml +++ b/pom.xml @@ -91,30 +91,6 @@ - - org.eclipse.tycho.extras - tycho-p2-extras-plugin - ${tycho.version} - - - compare-attached-artifacts-with-release - - compare-version-with-baselines - - - ${compare-version-with-baselines.skip} - - ${previous-release.baseline} - - zip - - META-INF/ECLIPSE_.RSA - META-INF/ECLIPSE_.SF - - - - -