From b291ee3f7dbadf6369c603d69c438496d951fee3 Mon Sep 17 00:00:00 2001 From: Christian Hempe Date: Wed, 24 May 2023 15:24:07 +0200 Subject: [PATCH] Move FormattedText from incubation to release #515 Needed to add FormattedText widget to incubation reactor build because DateChooser has a dependency to it --- releng/org.eclipse.nebula.feature/feature.xml | 3 +++ releng/org.eclipse.nebula.incubation.feature/feature.xml | 4 ---- releng/org.eclipse.nebula.nebula-incubation/pom.xml | 2 +- releng/org.eclipse.nebula.nebula-release/pom.xml | 1 + 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/releng/org.eclipse.nebula.feature/feature.xml b/releng/org.eclipse.nebula.feature/feature.xml index 138fba479..06182a18a 100644 --- a/releng/org.eclipse.nebula.feature/feature.xml +++ b/releng/org.eclipse.nebula.feature/feature.xml @@ -254,4 +254,7 @@ id="org.eclipse.nebula.widgets.roundedcheckbox.feature" version="0.0.0"/> + diff --git a/releng/org.eclipse.nebula.incubation.feature/feature.xml b/releng/org.eclipse.nebula.incubation.feature/feature.xml index 65bc0bf5b..453318b6c 100644 --- a/releng/org.eclipse.nebula.incubation.feature/feature.xml +++ b/releng/org.eclipse.nebula.incubation.feature/feature.xml @@ -29,10 +29,6 @@ id="org.eclipse.nebula.widgets.datechooser.feature" version="0.0.0"/> - - diff --git a/releng/org.eclipse.nebula.nebula-incubation/pom.xml b/releng/org.eclipse.nebula.nebula-incubation/pom.xml index 465fe6a75..f451cb216 100644 --- a/releng/org.eclipse.nebula.nebula-incubation/pom.xml +++ b/releng/org.eclipse.nebula.nebula-incubation/pom.xml @@ -38,10 +38,10 @@ Contributors: ../org.eclipse.nebula.nebula-parent ../../examples/org.eclipse.nebula.examples ../../examples/org.eclipse.nebula.examples.feature + ../../widgets/formattedtext ../org.eclipse.nebula.examples.incubation.feature ../../widgets/collapsiblebuttons - ../../widgets/formattedtext ../../widgets/datechooser ../../widgets/radiogroup ../../widgets/treemapper diff --git a/releng/org.eclipse.nebula.nebula-release/pom.xml b/releng/org.eclipse.nebula.nebula-release/pom.xml index 22191fcb4..c24f442b3 100644 --- a/releng/org.eclipse.nebula.nebula-release/pom.xml +++ b/releng/org.eclipse.nebula.nebula-release/pom.xml @@ -80,6 +80,7 @@ ../../widgets/roundedcheckbox ../../widgets/segmentedbar ../../widgets/tiles + ../../widgets/formattedtext ../org.eclipse.nebula.feature