From d8d466fa05fb5caced4f2e854345413bdf3b510a Mon Sep 17 00:00:00 2001 From: Aleksandar Kurtakov Date: Thu, 19 Jun 2025 10:40:00 +0300 Subject: [PATCH] Stop generating feature source With https://github.com/eclipse-platform/eclipse.platform.releng.aggregator/pull/3140 they will no longer be published thus it makes no sense to generate them anymore. --- pom.xml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/pom.xml b/pom.xml index 6b001175f80..5c48700ad09 100644 --- a/pom.xml +++ b/pom.xml @@ -179,46 +179,6 @@ - - generate-feature-source - - - feature.xml - - - - - - org.eclipse.tycho - tycho-source-plugin - ${tycho.version} - - - package - feature-source - - feature-source - - - - - - org.eclipse.tycho - tycho-p2-plugin - ${tycho.version} - - - attach-p2-metadata - package - - p2-metadata - - - - - - -