From 678d34226363402813f03835ee0562d368dfbb6c Mon Sep 17 00:00:00 2001 From: pchrszon-dlr Date: Thu, 14 Nov 2024 20:45:17 +0100 Subject: [PATCH] Update version numbers --- build.xml | 2 +- .../feature.xml | 2 +- de.dlr.sc.virsat.cef.branding.feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- de.dlr.sc.virsat.cef.branding.ui/plugin.xml | 2 +- de.dlr.sc.virsat.cef.branding.ui/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- de.dlr.sc.virsat.cef.calculation.test/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- de.dlr.sc.virsat.cef.calculation/pom.xml | 2 +- de.dlr.sc.virsat.cef.docs.feature/feature.xml | 2 +- de.dlr.sc.virsat.cef.docs.feature/pom.xml | 2 +- .../feature.xml | 2 +- de.dlr.sc.virsat.cef.license.feature/pom.xml | 2 +- .../category.xml | 8 +- de.dlr.sc.virsat.cef.p2updatesite/pom.xml | 2 +- .../plugin_customization.ini | 1 + de.dlr.sc.virsat.cef.product/pom.xml | 2 +- .../virsat_cef.product | 4 +- .../META-INF/MANIFEST.MF | 2 +- de.dlr.sc.virsat.cef.swtbot.test/pom.xml | 2 +- .../feature.xml | 2 +- de.dlr.sc.virsat.cef.target.feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- de.dlr.sc.virsat.cef.target/pom.xml | 2 +- de.dlr.sc.virsat.cef.test.feature/feature.xml | 2 +- de.dlr.sc.virsat.cef.test.feature/pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- de.dlr.sc.virsat.cef.test/pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../concept/concept.xmi | 6 +- .../concept/concept_v1_1.xmi | 6 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- de.dlr.sc.virsat.model.extension.cef/pom.xml | 2 +- .../model/extension/cef/ManifestMf.java | 2 +- .../feature.xml | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../pom.xml | 2 +- .../META-INF/MANIFEST.MF | 2 +- .../concept/concept.xmi | 102 +++++++++--------- .../concept/concept_v1_2.xmi | 102 +++++++++--------- de.dlr.sc.virsat.model.extension.cefx/pom.xml | 2 +- .../model/extension/cefx/ManifestMf.java | 2 +- maven/pom.xml | 6 +- pom.xml | 2 +- 61 files changed, 171 insertions(+), 170 deletions(-) create mode 100644 de.dlr.sc.virsat.cef.product/plugin_customization.ini diff --git a/build.xml b/build.xml index ff9ca06a..25b8e54d 100644 --- a/build.xml +++ b/build.xml @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0 Additional Build Preparations for VirSat - 4.17.0 + 4.18.0 [\s]?[0-9]+\.[0-9]+\.[0-9]+\.qualifier [\s]?[0-9]+\.[0-9]+\.[0-9]+ diff --git a/de.dlr.sc.virsat.cef.branding.feature/feature.xml b/de.dlr.sc.virsat.cef.branding.feature/feature.xml index a38cd723..00734e51 100644 --- a/de.dlr.sc.virsat.cef.branding.feature/feature.xml +++ b/de.dlr.sc.virsat.cef.branding.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.cef.branding.feature/pom.xml b/de.dlr.sc.virsat.cef.branding.feature/pom.xml index 375679af..649ec1a6 100644 --- a/de.dlr.sc.virsat.cef.branding.feature/pom.xml +++ b/de.dlr.sc.virsat.cef.branding.feature/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.branding.ui/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.cef.branding.ui/META-INF/MANIFEST.MF index f9e9ab1c..838eac40 100644 --- a/de.dlr.sc.virsat.cef.branding.ui/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.cef.branding.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Branding Bundle-SymbolicName: de.dlr.sc.virsat.cef.branding.ui;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-Activator: de.dlr.sc.virsat.cef.branding.ui.BrandingPlugin Bundle-Vendor: DLR (German Aerospace Center) Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/de.dlr.sc.virsat.cef.branding.ui/plugin.xml b/de.dlr.sc.virsat.cef.branding.ui/plugin.xml index 3d48e6da..1387151c 100644 --- a/de.dlr.sc.virsat.cef.branding.ui/plugin.xml +++ b/de.dlr.sc.virsat.cef.branding.ui/plugin.xml @@ -25,7 +25,7 @@ + value="Virtual Satellite 4 - CEF Version 4.18.0 © Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2024. The DLR trade mark (as the word mark DLR or as combination DLR with the DLR Logo) is a registered and protected trade mark and may not be used without DLR´s prior written permission. Copyrighted content other than the S/W provided under the indicated Eclipse License Conditions such as the images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2024) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de The CEF logo and images cannot be altered or used without DLR's permission. German Aerospace Center (DLR) e.V. Lilienthalplatz 7 38108 Braunschweig Germany"> de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.calculation.test/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.cef.calculation.test/META-INF/MANIFEST.MF index d796449a..20ce3563 100644 --- a/de.dlr.sc.virsat.cef.calculation.test/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.cef.calculation.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Calculation Tests Bundle-SymbolicName: de.dlr.sc.virsat.cef.calculation.test -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Fragment-Host: de.dlr.sc.virsat.cef.calculation Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-Vendor: DLR (German Aerospace Center) diff --git a/de.dlr.sc.virsat.cef.calculation.test/pom.xml b/de.dlr.sc.virsat.cef.calculation.test/pom.xml index 6e2af7cc..33302d74 100644 --- a/de.dlr.sc.virsat.cef.calculation.test/pom.xml +++ b/de.dlr.sc.virsat.cef.calculation.test/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.calculation/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.cef.calculation/META-INF/MANIFEST.MF index 1c141b39..f4a39db5 100644 --- a/de.dlr.sc.virsat.cef.calculation/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.cef.calculation/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Calculation Bundle-SymbolicName: de.dlr.sc.virsat.cef.calculation;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-ClassPath: . Eclipse-ExtensibleAPI: true Require-Bundle: org.eclipse.ui, diff --git a/de.dlr.sc.virsat.cef.calculation/pom.xml b/de.dlr.sc.virsat.cef.calculation/pom.xml index d3f02588..7c0ca64b 100644 --- a/de.dlr.sc.virsat.cef.calculation/pom.xml +++ b/de.dlr.sc.virsat.cef.calculation/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.docs.feature/feature.xml b/de.dlr.sc.virsat.cef.docs.feature/feature.xml index 5a4804aa..f5042dc5 100644 --- a/de.dlr.sc.virsat.cef.docs.feature/feature.xml +++ b/de.dlr.sc.virsat.cef.docs.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.cef.docs.feature/pom.xml b/de.dlr.sc.virsat.cef.docs.feature/pom.xml index fb608c21..9397747f 100644 --- a/de.dlr.sc.virsat.cef.docs.feature/pom.xml +++ b/de.dlr.sc.virsat.cef.docs.feature/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.license.feature/feature.xml b/de.dlr.sc.virsat.cef.license.feature/feature.xml index b1268aa6..93d13ad5 100644 --- a/de.dlr.sc.virsat.cef.license.feature/feature.xml +++ b/de.dlr.sc.virsat.cef.license.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.cef.license.feature/pom.xml b/de.dlr.sc.virsat.cef.license.feature/pom.xml index 3cf557a8..b23d1750 100644 --- a/de.dlr.sc.virsat.cef.license.feature/pom.xml +++ b/de.dlr.sc.virsat.cef.license.feature/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.p2updatesite/category.xml b/de.dlr.sc.virsat.cef.p2updatesite/category.xml index 83b758ff..bd9086bb 100644 --- a/de.dlr.sc.virsat.cef.p2updatesite/category.xml +++ b/de.dlr.sc.virsat.cef.p2updatesite/category.xml @@ -1,15 +1,15 @@ - + - + - + - + diff --git a/de.dlr.sc.virsat.cef.p2updatesite/pom.xml b/de.dlr.sc.virsat.cef.p2updatesite/pom.xml index ffbb3ea7..c8135ac0 100644 --- a/de.dlr.sc.virsat.cef.p2updatesite/pom.xml +++ b/de.dlr.sc.virsat.cef.p2updatesite/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.product/plugin_customization.ini b/de.dlr.sc.virsat.cef.product/plugin_customization.ini new file mode 100644 index 00000000..333fab9d --- /dev/null +++ b/de.dlr.sc.virsat.cef.product/plugin_customization.ini @@ -0,0 +1 @@ +org.eclipse.ui/SHOW_PROGRESS_ON_STARTUP = true diff --git a/de.dlr.sc.virsat.cef.product/pom.xml b/de.dlr.sc.virsat.cef.product/pom.xml index 1c52efcf..62b9ecc3 100644 --- a/de.dlr.sc.virsat.cef.product/pom.xml +++ b/de.dlr.sc.virsat.cef.product/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.product/virsat_cef.product b/de.dlr.sc.virsat.cef.product/virsat_cef.product index 06d266e2..2aff96e6 100644 --- a/de.dlr.sc.virsat.cef.product/virsat_cef.product +++ b/de.dlr.sc.virsat.cef.product/virsat_cef.product @@ -1,14 +1,14 @@ - + Virtual Satellite 4 - CEF -Version 4.17.0 +Version 4.18.0 © Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2024. diff --git a/de.dlr.sc.virsat.cef.swtbot.test/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.cef.swtbot.test/META-INF/MANIFEST.MF index 388c30a1..3384dfee 100644 --- a/de.dlr.sc.virsat.cef.swtbot.test/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.cef.swtbot.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF UI Tests with SwtBot Bundle-SymbolicName: de.dlr.sc.virsat.cef.swtbot.test -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-Vendor: DLR (German Aerospace Center) Bundle-RequiredExecutionEnvironment: JavaSE-17 diff --git a/de.dlr.sc.virsat.cef.swtbot.test/pom.xml b/de.dlr.sc.virsat.cef.swtbot.test/pom.xml index b0a2e5d6..a9f253c1 100644 --- a/de.dlr.sc.virsat.cef.swtbot.test/pom.xml +++ b/de.dlr.sc.virsat.cef.swtbot.test/pom.xml @@ -11,7 +11,7 @@ ../maven/pom.xml de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT de.dlr.sc.virsat.cef.swtbot.test diff --git a/de.dlr.sc.virsat.cef.target.feature/feature.xml b/de.dlr.sc.virsat.cef.target.feature/feature.xml index ad5ab3d2..8a210b8e 100644 --- a/de.dlr.sc.virsat.cef.target.feature/feature.xml +++ b/de.dlr.sc.virsat.cef.target.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.cef.target.feature/pom.xml b/de.dlr.sc.virsat.cef.target.feature/pom.xml index c8841f3b..57df7965 100644 --- a/de.dlr.sc.virsat.cef.target.feature/pom.xml +++ b/de.dlr.sc.virsat.cef.target.feature/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.target/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.cef.target/META-INF/MANIFEST.MF index ac5beb8a..c0eda4d8 100644 --- a/de.dlr.sc.virsat.cef.target/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.cef.target/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Target Bundle-SymbolicName: de.dlr.sc.virsat.cef.target -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-Vendor: DLR (German Aerospace Center) Eclipse-ExtensibleAPI: true Automatic-Module-Name: de.dlr.sc.virsat.cef.target diff --git a/de.dlr.sc.virsat.cef.target/pom.xml b/de.dlr.sc.virsat.cef.target/pom.xml index 92d316d6..9d8eb7d3 100644 --- a/de.dlr.sc.virsat.cef.target/pom.xml +++ b/de.dlr.sc.virsat.cef.target/pom.xml @@ -14,7 +14,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.test.feature/feature.xml b/de.dlr.sc.virsat.cef.test.feature/feature.xml index 99d99b71..63ff9739 100644 --- a/de.dlr.sc.virsat.cef.test.feature/feature.xml +++ b/de.dlr.sc.virsat.cef.test.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.cef.test.feature/pom.xml b/de.dlr.sc.virsat.cef.test.feature/pom.xml index 2cc8b1d4..c48fc838 100644 --- a/de.dlr.sc.virsat.cef.test.feature/pom.xml +++ b/de.dlr.sc.virsat.cef.test.feature/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.cef.test/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.cef.test/META-INF/MANIFEST.MF index d73131d9..f92daf63 100644 --- a/de.dlr.sc.virsat.cef.test/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.cef.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Test Plugin Bundle-SymbolicName: de.dlr.sc.virsat.cef.test -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-Activator: de.dlr.sc.virsat.cef.plugin.Activator Bundle-Vendor: DLR (German Aerospace Center) Require-Bundle: org.eclipse.core.runtime, diff --git a/de.dlr.sc.virsat.cef.test/pom.xml b/de.dlr.sc.virsat.cef.test/pom.xml index ea2316e0..d6da62d3 100644 --- a/de.dlr.sc.virsat.cef.test/pom.xml +++ b/de.dlr.sc.virsat.cef.test/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef.feature/feature.xml b/de.dlr.sc.virsat.model.extension.cef.feature/feature.xml index 383fa97b..ea39bb00 100644 --- a/de.dlr.sc.virsat.model.extension.cef.feature/feature.xml +++ b/de.dlr.sc.virsat.model.extension.cef.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.model.extension.cef.feature/pom.xml b/de.dlr.sc.virsat.model.extension.cef.feature/pom.xml index cae24583..dd6d9bff 100644 --- a/de.dlr.sc.virsat.model.extension.cef.feature/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cef.feature/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces.feature/feature.xml b/de.dlr.sc.virsat.model.extension.cef.interfaces.feature/feature.xml index 795ac505..e8a33d37 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces.feature/feature.xml +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces.feature/pom.xml b/de.dlr.sc.virsat.model.extension.cef.interfaces.feature/pom.xml index 979dd930..a5cefa11 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces.feature/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces.feature/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces.test/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cef.interfaces.test/META-INF/MANIFEST.MF index 1a9c007d..b69d472d 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces.test/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Model Extension Interfaces Data Model Tests Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cef.interfaces.test;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Fragment-Host: de.dlr.sc.virsat.model.extension.cef.interfaces;bundle-version="0.0.1" Bundle-ClassPath: . Bundle-Vendor: DLR (German Aerospace Center) diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces.test/pom.xml b/de.dlr.sc.virsat.model.extension.cef.interfaces.test/pom.xml index 81e35ef9..94b3b3a7 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces.test/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces.test/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces.ui/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cef.interfaces.ui/META-INF/MANIFEST.MF index 1d26e2e4..4b2177d2 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces.ui/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Model Extension Interfaces Data Model UI Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cef.interfaces.ui;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Require-Bundle: de.dlr.sc.virsat.model.extension.cef.interfaces, org.eclipse.ui, org.eclipse.core.runtime, diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces.ui/pom.xml b/de.dlr.sc.virsat.model.extension.cef.interfaces.ui/pom.xml index a07ec89a..99e0f25c 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces.ui/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces.ui/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cef.interfaces/META-INF/MANIFEST.MF index 12acd817..8582f485 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Model Extension Interfaces Data Model Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cef.interfaces;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-Vendor: DLR (German Aerospace Center) Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces/concept/concept.xmi b/de.dlr.sc.virsat.model.extension.cef.interfaces/concept/concept.xmi index 259a918b..dcf38765 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces/concept/concept.xmi +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces/concept/concept.xmi @@ -39,20 +39,20 @@ - + - + - + diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces/concept/concept_v1_1.xmi b/de.dlr.sc.virsat.model.extension.cef.interfaces/concept/concept_v1_1.xmi index 259a918b..dcf38765 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces/concept/concept_v1_1.xmi +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces/concept/concept_v1_1.xmi @@ -39,20 +39,20 @@ - + - + - + diff --git a/de.dlr.sc.virsat.model.extension.cef.interfaces/pom.xml b/de.dlr.sc.virsat.model.extension.cef.interfaces/pom.xml index 8b81df6e..58755075 100644 --- a/de.dlr.sc.virsat.model.extension.cef.interfaces/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cef.interfaces/pom.xml @@ -12,7 +12,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef.test/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cef.test/META-INF/MANIFEST.MF index ecc70c72..18bb9cb8 100644 --- a/de.dlr.sc.virsat.model.extension.cef.test/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cef.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Model Extension Data Model Tests Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cef.test -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Fragment-Host: de.dlr.sc.virsat.model.extension.cef Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-Vendor: DLR (German Aerospace Center) diff --git a/de.dlr.sc.virsat.model.extension.cef.test/pom.xml b/de.dlr.sc.virsat.model.extension.cef.test/pom.xml index e150f6c3..efedc5ed 100644 --- a/de.dlr.sc.virsat.model.extension.cef.test/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cef.test/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef.ui/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cef.ui/META-INF/MANIFEST.MF index e2593b01..ffea37cb 100644 --- a/de.dlr.sc.virsat.model.extension.cef.ui/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cef.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Model Extension Data Model UI Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cef.ui;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Require-Bundle: org.eclipse.ui, org.eclipse.core.runtime, org.eclipse.core.resources, diff --git a/de.dlr.sc.virsat.model.extension.cef.ui/pom.xml b/de.dlr.sc.virsat.model.extension.cef.ui/pom.xml index 15ee1c5f..9dbbab0e 100644 --- a/de.dlr.sc.virsat.model.extension.cef.ui/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cef.ui/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cef/META-INF/MANIFEST.MF index d6961118..53975e24 100644 --- a/de.dlr.sc.virsat.model.extension.cef/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cef/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Model Extension Data Model Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cef;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-Vendor: DLR (German Aerospace Center) Eclipse-ExtensibleAPI: true Require-Bundle: org.eclipse.ui, diff --git a/de.dlr.sc.virsat.model.extension.cef/pom.xml b/de.dlr.sc.virsat.model.extension.cef/pom.xml index 895b9451..7af2c444 100644 --- a/de.dlr.sc.virsat.model.extension.cef/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cef/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cef/src-gen/de/dlr/sc/virsat/model/extension/cef/ManifestMf.java b/de.dlr.sc.virsat.model.extension.cef/src-gen/de/dlr/sc/virsat/model/extension/cef/ManifestMf.java index 5267737b..5361a2e0 100644 --- a/de.dlr.sc.virsat.model.extension.cef/src-gen/de/dlr/sc/virsat/model/extension/cef/ManifestMf.java +++ b/de.dlr.sc.virsat.model.extension.cef/src-gen/de/dlr/sc/virsat/model/extension/cef/ManifestMf.java @@ -14,7 +14,7 @@ public class ManifestMf { public static final String BUNDLE_MANIFESTVERSION = "2"; public static final String BUNDLE_NAME = "VirSat CEF Model Extension Data Model"; public static final String BUNDLE_SYMBOLICNAME = "de.dlr.sc.virsat.model.extension.cef"; - public static final String BUNDLE_VERSION = "4.17.0.qualifier"; + public static final String BUNDLE_VERSION = "4.18.0.qualifier"; public static final String BUNDLE_VENDOR = "DLR (German Aerospace Center)"; public static final String ECLIPSE_EXTENSIBLEAPI = "true"; public static final String REQUIRE_BUNDLE = "org.eclipse.ui,org.eclipse.core.runtime,de.dlr.sc.virsat.external.lib.apache.poi,de.dlr.sc.virsat.model,de.dlr.sc.virsat.model.edit,de.dlr.sc.virsat.project,de.dlr.sc.virsat.build,de.dlr.sc.virsat.model.ext.core"; diff --git a/de.dlr.sc.virsat.model.extension.cefx.feature/feature.xml b/de.dlr.sc.virsat.model.extension.cefx.feature/feature.xml index 9164a338..e6d3f8fd 100644 --- a/de.dlr.sc.virsat.model.extension.cefx.feature/feature.xml +++ b/de.dlr.sc.virsat.model.extension.cefx.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.model.extension.cefx.feature/pom.xml b/de.dlr.sc.virsat.model.extension.cefx.feature/pom.xml index 3ee7ed61..1110870e 100644 --- a/de.dlr.sc.virsat.model.extension.cefx.feature/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cefx.feature/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cefx.test/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cefx.test/META-INF/MANIFEST.MF index 27e7e70e..b1d13cd0 100644 --- a/de.dlr.sc.virsat.model.extension.cefx.test/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cefx.test/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Extended Model Extension Data Model Tests Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cefx.test -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Fragment-Host: de.dlr.sc.virsat.model.extension.cefx Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-Vendor: DLR (German Aerospace Center) diff --git a/de.dlr.sc.virsat.model.extension.cefx.test/pom.xml b/de.dlr.sc.virsat.model.extension.cefx.test/pom.xml index df01daaf..d23a1104 100644 --- a/de.dlr.sc.virsat.model.extension.cefx.test/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cefx.test/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cefx.ui/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cefx.ui/META-INF/MANIFEST.MF index 0ff2fba0..300cdfc2 100644 --- a/de.dlr.sc.virsat.model.extension.cefx.ui/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cefx.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Extended Model Extension UI Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cefx.ui;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-RequiredExecutionEnvironment: JavaSE-17 Bundle-ActivationPolicy: lazy Export-Package: de.dlr.sc.virsat.model.extension.cefx.ui.itemprovider, diff --git a/de.dlr.sc.virsat.model.extension.cefx.ui/pom.xml b/de.dlr.sc.virsat.model.extension.cefx.ui/pom.xml index cb885d8b..99296911 100644 --- a/de.dlr.sc.virsat.model.extension.cefx.ui/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cefx.ui/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cefx/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.model.extension.cefx/META-INF/MANIFEST.MF index bcbc9dde..58408927 100644 --- a/de.dlr.sc.virsat.model.extension.cefx/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.model.extension.cefx/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat CEF Extended Model Extension Data Model Bundle-SymbolicName: de.dlr.sc.virsat.model.extension.cefx;singleton:=true -Bundle-Version: 4.17.0.qualifier +Bundle-Version: 4.18.0.qualifier Bundle-Vendor: DLR (German Aerospace Center) Eclipse-ExtensibleAPI: true Require-Bundle: org.eclipse.ui, diff --git a/de.dlr.sc.virsat.model.extension.cefx/concept/concept.xmi b/de.dlr.sc.virsat.model.extension.cefx/concept/concept.xmi index d6535f86..66e85161 100644 --- a/de.dlr.sc.virsat.model.extension.cefx/concept/concept.xmi +++ b/de.dlr.sc.virsat.model.extension.cefx/concept/concept.xmi @@ -3,11 +3,11 @@ - - - + + + - + @@ -18,27 +18,27 @@ - + - + - - - - + + + + - + - - - - + + + + @@ -84,13 +84,13 @@ - + - - - - + + + + @@ -127,12 +127,12 @@ - + - - - + + + @@ -164,12 +164,12 @@ - + - - - + + + @@ -183,21 +183,21 @@ - + - - - - + + + + - + - - - - + + + + @@ -223,13 +223,13 @@ - + - - - - + + + + @@ -297,23 +297,23 @@ - + - - - - + + + + - + - + @@ -323,6 +323,6 @@ - + diff --git a/de.dlr.sc.virsat.model.extension.cefx/concept/concept_v1_2.xmi b/de.dlr.sc.virsat.model.extension.cefx/concept/concept_v1_2.xmi index c0d0ae05..85a5a74f 100644 --- a/de.dlr.sc.virsat.model.extension.cefx/concept/concept_v1_2.xmi +++ b/de.dlr.sc.virsat.model.extension.cefx/concept/concept_v1_2.xmi @@ -3,11 +3,11 @@ - - - + + + - + @@ -18,27 +18,27 @@ - + - + - - - - + + + + - + - - - - + + + + @@ -84,13 +84,13 @@ - + - - - - + + + + @@ -127,12 +127,12 @@ - + - - - + + + @@ -164,12 +164,12 @@ - + - - - + + + @@ -183,21 +183,21 @@ - + - - - - + + + + - + - - - - + + + + @@ -223,13 +223,13 @@ - + - - - - + + + + @@ -297,23 +297,23 @@ - + - - - - + + + + - + - + @@ -323,6 +323,6 @@ - + diff --git a/de.dlr.sc.virsat.model.extension.cefx/pom.xml b/de.dlr.sc.virsat.model.extension.cefx/pom.xml index 7f877e01..c512905e 100644 --- a/de.dlr.sc.virsat.model.extension.cefx/pom.xml +++ b/de.dlr.sc.virsat.model.extension.cefx/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef.parent de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ../maven/pom.xml diff --git a/de.dlr.sc.virsat.model.extension.cefx/src-gen/de/dlr/sc/virsat/model/extension/cefx/ManifestMf.java b/de.dlr.sc.virsat.model.extension.cefx/src-gen/de/dlr/sc/virsat/model/extension/cefx/ManifestMf.java index 040283ab..3d4ed89d 100644 --- a/de.dlr.sc.virsat.model.extension.cefx/src-gen/de/dlr/sc/virsat/model/extension/cefx/ManifestMf.java +++ b/de.dlr.sc.virsat.model.extension.cefx/src-gen/de/dlr/sc/virsat/model/extension/cefx/ManifestMf.java @@ -14,7 +14,7 @@ public class ManifestMf { public static final String BUNDLE_MANIFESTVERSION = "2"; public static final String BUNDLE_NAME = "VirSat CEF Extended Model Extension Data Model"; public static final String BUNDLE_SYMBOLICNAME = "de.dlr.sc.virsat.model.extension.cefx"; - public static final String BUNDLE_VERSION = "4.17.0.qualifier"; + public static final String BUNDLE_VERSION = "4.18.0.qualifier"; public static final String BUNDLE_VENDOR = "DLR (German Aerospace Center)"; public static final String ECLIPSE_EXTENSIBLEAPI = "true"; public static final String REQUIRE_BUNDLE = "org.eclipse.ui,org.eclipse.core.runtime,de.dlr.sc.virsat.external.lib.apache.poi,de.dlr.sc.virsat.model,de.dlr.sc.virsat.model.edit,de.dlr.sc.virsat.project,de.dlr.sc.virsat.build,de.dlr.sc.virsat.commons,de.dlr.sc.virsat.model.extension.ps"; diff --git a/maven/pom.xml b/maven/pom.xml index 36cb049e..a904e160 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -10,7 +10,7 @@ 4.0.0 de.dlr.sc.virsat.cef de.dlr.sc.virsat.cef.parent - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT pom @@ -19,7 +19,7 @@ 4.0.8 UTF-8 - 4.17.0 + 4.18.0 't'yyyyMMddHHmm ../builds p2 @@ -280,7 +280,7 @@ de.dlr.sc.virsat.cef de.dlr.sc.virsat.cef.target - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT ${target.platform.name} diff --git a/pom.xml b/pom.xml index 21ee93cd..0a09d914 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ de.dlr.sc.virsat.cef de.dlr.sc.virsat.cef - 4.17.0-SNAPSHOT + 4.18.0-SNAPSHOT pom