From ee414b82c582d901d09ba61db2817a3b7a663ed5 Mon Sep 17 00:00:00 2001 From: Alexander Diewald <diewald@fortiss.org> Date: Thu, 28 Feb 2019 11:25:58 +0100 Subject: [PATCH] Remove version qualifiers from the product ... they are already defined in the target platform Issue-Ref: 3620 Signed-off-by: Alexander Diewald <diewald@fortiss.org> --- .../org.fortiss.af3.phoenix.product.product | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org.fortiss.af3.phoenix.product/org.fortiss.af3.phoenix.product.product b/org.fortiss.af3.phoenix.product/org.fortiss.af3.phoenix.product.product index cd69feb..346b83e 100644 --- a/org.fortiss.af3.phoenix.product/org.fortiss.af3.phoenix.product.product +++ b/org.fortiss.af3.phoenix.product/org.fortiss.af3.phoenix.product.product @@ -89,9 +89,9 @@ limitations under the License. <features> <feature id="org.fortiss.af3.phoenix.feature" version="2.14.0.qualifier"/> <feature id="org.eclipse.rcp"/> - <feature id="openjfx.standard.feature" version="11.0.0.201901231300"/> - <feature id="openjfx.swt.feature" version="11.0.0.201901231300"/> - <feature id="org.eclipse.fx.runtime.feature" version="3.5.0.201902110700"/> + <feature id="openjfx.standard.feature"/> + <feature id="openjfx.swt.feature"/> + <feature id="org.eclipse.fx.runtime.feature"/> </features> <configurations> -- GitLab