From e9d5bd9aa036e5c6d98d614892a0a82e0e7e25c5 Mon Sep 17 00:00:00 2001 From: PhilMFischer Date: Tue, 1 Mar 2022 09:19:32 +0100 Subject: [PATCH 01/28] Updated to Java 11 - (Task #65) --- Task #65: Release Version 4.14.0 --- de.dlr.sc.virsat.ide.branding.ui/.classpath | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 9 ++-- .../META-INF/MANIFEST.MF | 2 +- .../virsat_ide.product | 52 +++++++++---------- maven/pom.xml | 6 +-- pom.xml | 2 +- 6 files changed, 38 insertions(+), 35 deletions(-) diff --git a/de.dlr.sc.virsat.ide.branding.ui/.classpath b/de.dlr.sc.virsat.ide.branding.ui/.classpath index 323b07b..cbd391f 100644 --- a/de.dlr.sc.virsat.ide.branding.ui/.classpath +++ b/de.dlr.sc.virsat.ide.branding.ui/.classpath @@ -1,6 +1,6 @@ - + diff --git a/de.dlr.sc.virsat.ide.branding.ui/.settings/org.eclipse.jdt.core.prefs b/de.dlr.sc.virsat.ide.branding.ui/.settings/org.eclipse.jdt.core.prefs index 0c68a61..7adc0fb 100644 --- a/de.dlr.sc.virsat.ide.branding.ui/.settings/org.eclipse.jdt.core.prefs +++ b/de.dlr.sc.virsat.ide.branding.ui/.settings/org.eclipse.jdt.core.prefs @@ -1,7 +1,10 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error +org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=warning +org.eclipse.jdt.core.compiler.release=enabled +org.eclipse.jdt.core.compiler.source=11 diff --git a/de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF index b03971e..750b059 100644 --- a/de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF @@ -4,7 +4,7 @@ Bundle-Name: VirSat Development IDE based on EPP RCP/RAP Bundle Bundle-SymbolicName: de.dlr.sc.virsat.ide.branding.ui;singleton:=true Bundle-Version: 4.14.0.qualifier Bundle-Vendor: DLR (German Aerospace Center) -Bundle-RequiredExecutionEnvironment: JavaSE-1.8 +Bundle-RequiredExecutionEnvironment: JavaSE-11 Require-Bundle: org.eclipse.platform, org.eclipse.equinox.app Eclipse-BundleShape: dir diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 5e3db19..12fb4ab 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -6,21 +6,21 @@ - Virtual Satellite IDE - -© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. - -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 images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de - -based on Eclipse for RCP and RAP Developers - -Virtual Satellite Version: {2}.{0} -Eclipse Version: {1} - -(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. - + Virtual Satellite IDE + +© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. + +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 images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de + +based on Eclipse for RCP and RAP Developers + +Virtual Satellite Version: {2}.{0} +Eclipse Version: {1} + +(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. + This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/. @@ -29,14 +29,14 @@ This product includes software developed by other open source projects including - -product de.dlr.sc.virsat.ide.branding.ui.product --showsplash de.dlr.sc.virsat.ide.branding.ui + -product de.dlr.sc.virsat.ide.branding.ui.product +-showsplash de.dlr.sc.virsat.ide.branding.ui --launcher.defaultAction openFile - -Dosgi.requiredJavaVersion=1.8 --Xms256m --Xmx1024m --XX:+UseG1GC + -Dosgi.requiredJavaVersion=1.8 +-Xms256m +-Xmx1024m +-XX:+UseG1GC -XX:+UseStringDeduplication @@ -67,9 +67,9 @@ This product includes software developed by other open source projects including - - - + + + @@ -80,8 +80,8 @@ This product includes software developed by other open source projects including - - + + diff --git a/maven/pom.xml b/maven/pom.xml index a4dde79..a4fb780 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -16,7 +16,7 @@ pom - 1.7.0 + 2.6.0 2.6 UTF-8 @@ -45,8 +45,8 @@ 0.7.7.201606060606 ${maven.build.timestamp} - 2020-06 Release - http://download.eclipse.org/releases/2020-06/ + 2020-06 Release + http://download.eclipse.org/releases/2020-06/ diff --git a/pom.xml b/pom.xml index f2c007a..41b9c08 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.eclipse.tycho.extras tycho-p2-extras-plugin - 1.7.0 + 2.6.0 prepare-package From 396935feda651caa3dd6e00a84dba31eef809f03 Mon Sep 17 00:00:00 2001 From: PhilMFischer Date: Tue, 1 Mar 2022 10:03:16 +0100 Subject: [PATCH 02/28] Updating dependencies to Eclipse 2021-12 - (Task #68) --- Task #68: Migration to Java 11 and Eclipse 2021-12 --- .../feature.xml | 13 +++++---- .../virsat_ide.product | 27 ++++++++----------- maven/pom.xml | 4 +-- 3 files changed, 19 insertions(+), 25 deletions(-) diff --git a/de.dlr.sc.virsat.ide.branding.feature/feature.xml b/de.dlr.sc.virsat.ide.branding.feature/feature.xml index 1655ae5..ab21bff 100644 --- a/de.dlr.sc.virsat.ide.branding.feature/feature.xml +++ b/de.dlr.sc.virsat.ide.branding.feature/feature.xml @@ -8,16 +8,16 @@ license-feature="de.dlr.sc.virsat.ide.license.feature"> - Feature for the Virtual Satellite IDE - -based on Eclipse Packaging Project (EPP) - -German Aerospace Center (DLR e.V.) + Feature for the Virtual Satellite IDE + +based on Eclipse Packaging Project (EPP) + +German Aerospace Center (DLR e.V.) Simulation and Software Technology - Copyright 2017 + Copyright 2017 by German Aerospace Center (DLR e.V.) @@ -27,7 +27,6 @@ by German Aerospace Center (DLR e.V.) - diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 12fb4ab..ccfd4e2 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -57,18 +57,18 @@ This product includes software developed by other open source projects including - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 - org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 + org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-11 - - + + @@ -79,23 +79,18 @@ This product includes software developed by other open source projects including - + + + - - - - - - - - - + + diff --git a/maven/pom.xml b/maven/pom.xml index a4fb780..9e2c68b 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -45,8 +45,8 @@ 0.7.7.201606060606 ${maven.build.timestamp} - 2020-06 Release - http://download.eclipse.org/releases/2020-06/ + 2021-12 Release + http://download.eclipse.org/releases/2021-12/ From f1070aae644e3e570341de98b149b9b91d69f824 Mon Sep 17 00:00:00 2001 From: PhilMFischer Date: Tue, 1 Mar 2022 10:08:52 +0100 Subject: [PATCH 03/28] Updated Workflow to new Ubuntu - (Task #68) - Updated to Ubuntu 20.04 - changed setup os action to v5-beta --- Task #68: Migration to Java 11 and Eclipse 2021-12 --- .github/workflows/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 70a966e..b394777 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,7 +37,7 @@ jobs: #--------------------------------------------- verify: name: Verify - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: # -------------------------------------------- @@ -58,7 +58,7 @@ jobs: # ----------------------------------------------------- deploy: name: Build, Assemble and Deploy - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 needs: [verify] steps: @@ -99,7 +99,8 @@ jobs: # Perform various setup operations # -------------------------------------------- - name: Setup - Prepare OS - uses: virtualsatellite/ci-actions/ci-setup-action@v4 + uses: virtualsatellite/ci-actions/ci-setup-action@v5-beta + jdk: 11 # -------------------------------------------- # Development and Feature branches From dc35512307b44ad4205022ec6337ced55d53ae21 Mon Sep 17 00:00:00 2001 From: PhilMFischer Date: Tue, 1 Mar 2022 10:10:28 +0100 Subject: [PATCH 04/28] Updated Workflow to new Ubuntu - (Task #68) - Updated to Ubuntu 20.04 - changed setup os action to v5-beta --- Task #68: Migration to Java 11 and Eclipse 2021-12 --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b394777..547af44 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -100,7 +100,8 @@ jobs: # -------------------------------------------- - name: Setup - Prepare OS uses: virtualsatellite/ci-actions/ci-setup-action@v5-beta - jdk: 11 + with: + jdk: 11 # -------------------------------------------- # Development and Feature branches From 105fd3e6717dec0d7ad3ccf1cfb7cb55ccadbe5a Mon Sep 17 00:00:00 2001 From: PhilMFischer Date: Tue, 1 Mar 2022 10:38:42 +0100 Subject: [PATCH 05/28] Changed build to v5 beta for avoiding warnings - (Task #68) - avoiding warnings on missing system packages for higher java versions --- Task #68: Migration to Java 11 and Eclipse 2021-12 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 547af44..d141aa6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -120,7 +120,7 @@ jobs: # Development and Feature branches # -------------------------------------------- - name: Build - Assemble - uses: virtualsatellite/ci-actions/ci-maven-simple-build-action@v4 + uses: virtualsatellite/ci-actions/ci-maven-simple-build-action@v5-beta with: build_job: assemble build_profile: ${{ steps.build_decision.outputs.build_type }} From 19394810a5436a474b4156de666bd0fdca67d3b9 Mon Sep 17 00:00:00 2001 From: PhilMFischer Date: Tue, 1 Mar 2022 11:10:18 +0100 Subject: [PATCH 06/28] Saving final artifacts of build - (Task #68) - Saving deployable applications for 3 days as build artifacts. --- Task #68: Migration to Java 11 and Eclipse 2021-12 --- .github/workflows/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d141aa6..d931c53 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -124,6 +124,18 @@ jobs: with: build_job: assemble build_profile: ${{ steps.build_decision.outputs.build_type }} + + # -------------------------------------------- + # Upload SWTBout screenshots to github artifacts + # -------------------------------------------- + - name: Build - Upload Build Artifacts + uses: actions/upload-artifact@v2 + with: + name: Deployable Applications + path: | + deploy/**/*.zip + deploy/**/*.tar.gz + retention-days: 3 # --------------------------------------------- # Deploying to github releases From e3a8335cdad2be53f7e2ac72b630870fb792ca99 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Mon, 13 Jun 2022 16:54:14 +0200 Subject: [PATCH 07/28] Fixed remaining java 1.8 -> java 11 updates - Task #68 --- .../launch/VirSat IDE Application.launch | 2 +- .../virsat_ide.product | 42 +++++++++---------- 2 files changed, 22 insertions(+), 22 deletions(-) diff --git a/de.dlr.sc.virsat.ide.product/launch/VirSat IDE Application.launch b/de.dlr.sc.virsat.ide.product/launch/VirSat IDE Application.launch index 9798bcb..71b404c 100644 --- a/de.dlr.sc.virsat.ide.product/launch/VirSat IDE Application.launch +++ b/de.dlr.sc.virsat.ide.product/launch/VirSat IDE Application.launch @@ -26,7 +26,7 @@ - + diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index ccfd4e2..409b697 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -6,21 +6,21 @@ - Virtual Satellite IDE - -© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. - -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 images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de - -based on Eclipse for RCP and RAP Developers - -Virtual Satellite Version: {2}.{0} -Eclipse Version: {1} - -(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. - + Virtual Satellite IDE + +© Copyright by DLR (Deutsches Zentrum fuer Luft- und Raumfahrt e. V., German Aerospace Center) 2020. + +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 images, photographs, videos and texts which are indicated as being under DLR´s copyright through copyright notice (i. g. © DLR 2020) are provided for use under the Terms of use as provided for on DLRs webpage www.dlr.de + +based on Eclipse for RCP and RAP Developers + +Virtual Satellite Version: {2}.{0} +Eclipse Version: {1} + +(c) Copyright Eclipse contributors and others 2000, 2017. All rights reserved. Eclipse and the Eclipse logo are trademarks of the Eclipse Foundation, Inc., https://www.eclipse.org/. The Eclipse logo cannot be altered without Eclipse's permission. Eclipse logos are provided for use under the Eclipse logo and trademark guidelines, https://www.eclipse.org/logotm/. Oracle and Java are trademarks or registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners. + This product includes software developed by other open source projects including the Apache Software Foundation, https://www.apache.org/. @@ -29,14 +29,14 @@ This product includes software developed by other open source projects including - -product de.dlr.sc.virsat.ide.branding.ui.product --showsplash de.dlr.sc.virsat.ide.branding.ui + -product de.dlr.sc.virsat.ide.branding.ui.product +-showsplash de.dlr.sc.virsat.ide.branding.ui --launcher.defaultAction openFile - -Dosgi.requiredJavaVersion=1.8 --Xms256m --Xmx1024m --XX:+UseG1GC + -Dosgi.requiredJavaVersion=11 +-Xms256m +-Xmx1024m +-XX:+UseG1GC -XX:+UseStringDeduplication From e96ff636c9b88dcb67800c3b287f5d5816959c48 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Tue, 14 Jun 2022 17:32:37 +0200 Subject: [PATCH 08/28] Updated to new overtarget version - Task #68 --- maven/pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 9e2c68b..cb4265f 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -36,7 +36,7 @@ false - 1.2.1 + 1.4.0 jacoco @@ -79,7 +79,7 @@ https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/development/ Overtarget-Feature-Development - https://sourceforge.net/projects/overtarget/files/release/${overtarget.version}/483/ + https://sourceforge.net/projects/overtarget/files/release/${overtarget.version}/9014ba468eeed12f9b9624b20bf8feef1f513fdd// @@ -93,7 +93,7 @@ DVLM-Tools-Feature-Integration https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/integration/${build.version}/ Overtarget-Feature-Integration - https://sourceforge.net/projects/overtarget/files/release/${overtarget.version}/483/ + https://sourceforge.net/projects/overtarget/files/release/${overtarget.version}/9014ba468eeed12f9b9624b20bf8feef1f513fdd// @@ -108,7 +108,7 @@ DVLM-Tools-Feature-Release https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/release/${build.version}/2ebf0c6c75ba40bdfc379fa2356f19b74c3db491 Overtarget-Feature-Release - https://sourceforge.net/projects/overtarget/files/release/${overtarget.version}/483 + https://sourceforge.net/projects/overtarget/files/release/${overtarget.version}/9014ba468eeed12f9b9624b20bf8feef1f513fdd/ From f6d5d81a04ce5774297da6212d0db6e233e75b13 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 12:27:27 +0200 Subject: [PATCH 09/28] Reverting update to new eclipse version and readded features - Task #68 - Upgrade to new eclipse version will happen in a separate pull request - Readded removed mylyn features, probably were incorrectly removed --- de.dlr.sc.virsat.ide.product/virsat_ide.product | 14 ++++++++++++-- maven/pom.xml | 4 ++-- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 409b697..86048ee 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -67,8 +67,8 @@ This product includes software developed by other open source projects including - - + + @@ -80,10 +80,20 @@ This product includes software developed by other open source projects including + + + + + + + + + + diff --git a/maven/pom.xml b/maven/pom.xml index cb4265f..39e4d57 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -45,8 +45,8 @@ 0.7.7.201606060606 ${maven.build.timestamp} - 2021-12 Release - http://download.eclipse.org/releases/2021-12/ + 2020-06 Release + http://download.eclipse.org/releases/2020-06/ From 41dcb07dd887472d4c66c9ce118b6f122be6cc56 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 12:35:23 +0200 Subject: [PATCH 10/28] Completely replacing product with development product - Task #68 --- de.dlr.sc.virsat.ide.product/virsat_ide.product | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 86048ee..1ad533a 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -69,7 +69,7 @@ This product includes software developed by other open source projects including - + @@ -79,12 +79,9 @@ This product includes software developed by other open source projects including - - - - - + + @@ -94,13 +91,11 @@ This product includes software developed by other open source projects including - - From 0edc2ce269d41fa438793a12ff087381a118ac0a Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 12:45:28 +0200 Subject: [PATCH 11/28] Readding mylin features - Task #68 --- .../virsat_ide.product | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 1ad533a..debf742 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -67,9 +67,9 @@ This product includes software developed by other open source projects including - - - + + + @@ -79,23 +79,23 @@ This product includes software developed by other open source projects including - - - + + + + + + - - - - - + + From 5c36082941cc180485ea2bcc4a965de96dcc3c1d Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 12:53:41 +0200 Subject: [PATCH 12/28] Readding eclipse upgrade to pom - Task #68 --- maven/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 39e4d57..cb4265f 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -45,8 +45,8 @@ 0.7.7.201606060606 ${maven.build.timestamp} - 2020-06 Release - http://download.eclipse.org/releases/2020-06/ + 2021-12 Release + http://download.eclipse.org/releases/2021-12/ From fa0f52e6f1a454799981d553013e78cf67cc95e9 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 15:50:23 +0200 Subject: [PATCH 13/28] Readding more mylyn features - Task #68 --- de.dlr.sc.virsat.ide.product/virsat_ide.product | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index debf742..399e68d 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -89,6 +89,11 @@ This product includes software developed by other open source projects including + + + + + From 4be7ba6de4fdd561468f7bfe2399cf601b8b2d8c Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 16:10:03 +0200 Subject: [PATCH 14/28] Bumped eclipse version from 2021-12 to 2022-06 - Task #68 --- de.dlr.sc.virsat.ide.product/virsat_ide.product | 4 ++-- maven/pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 399e68d..2c1dd08 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -67,8 +67,8 @@ This product includes software developed by other open source projects including - - + + diff --git a/maven/pom.xml b/maven/pom.xml index cb4265f..5e3fd3c 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -45,8 +45,8 @@ 0.7.7.201606060606 ${maven.build.timestamp} - 2021-12 Release - http://download.eclipse.org/releases/2021-12/ + 2022-06 Release + http://download.eclipse.org/releases/2022-06/ From af7857fe5d4b69c924e02b86012a9c95e8591361 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 16:34:57 +0200 Subject: [PATCH 15/28] Removed egit.mylyn feature - Task #68 --- de.dlr.sc.virsat.ide.product/virsat_ide.product | 1 - 1 file changed, 1 deletion(-) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 2c1dd08..6e5f93b 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -80,7 +80,6 @@ This product includes software developed by other open source projects including - From 6f60e6c4420caaeb3c9f3b462ee667f57057c666 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 16:42:47 +0200 Subject: [PATCH 16/28] Added mylyn repo - Task #68 --- de.dlr.sc.virsat.ide.product/virsat_ide.product | 1 + maven/pom.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 6e5f93b..7f25ac5 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -80,6 +80,7 @@ This product includes software developed by other open source projects including + diff --git a/maven/pom.xml b/maven/pom.xml index 5e3fd3c..a7e31c1 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -208,6 +208,11 @@ p2 + + mylyn-feature + https://download.eclipse.org/mylyn/releases/3.25/ + p2 + From 17d843c2b438ec87961b2d283a83884fa2633723 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 16:51:58 +0200 Subject: [PATCH 17/28] Removed egit.mylyn again - Task #68 --- de.dlr.sc.virsat.ide.product/virsat_ide.product | 1 - 1 file changed, 1 deletion(-) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 7f25ac5..6e5f93b 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -80,7 +80,6 @@ This product includes software developed by other open source projects including - From f60594cd068041aeae24d57dccdf013ac31b50f1 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 17:11:15 +0200 Subject: [PATCH 18/28] Added repo for github mylyn connector feature - Task #68 --- maven/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/maven/pom.xml b/maven/pom.xml index a7e31c1..aabc82f 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -213,6 +213,12 @@ https://download.eclipse.org/mylyn/releases/3.25/ p2 + + + github-mylyn-connector-feature + https://download.eclipse.org/egit/github/updates/ + p2 + From a4840359725bbcd1865f652b4ba4895370a9be95 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 17:21:16 +0200 Subject: [PATCH 19/28] Upgraded to nightly built since stable requires egit 6.1 - Task #68 - Eclipse 2022-06 uses egit 6.1 --- maven/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven/pom.xml b/maven/pom.xml index aabc82f..48bb2f7 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -216,7 +216,7 @@ github-mylyn-connector-feature - https://download.eclipse.org/egit/github/updates/ + https://download.eclipse.org/egit/github/updates-nightly/ p2 From 0592590df80ee5dbbd08ebfdc47c6f18acb4fadb Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 16 Jun 2022 17:23:10 +0200 Subject: [PATCH 20/28] Downgraded to 2022-03 - Task #68 --- de.dlr.sc.virsat.ide.product/virsat_ide.product | 4 ++-- maven/pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/de.dlr.sc.virsat.ide.product/virsat_ide.product b/de.dlr.sc.virsat.ide.product/virsat_ide.product index 6e5f93b..dee8cbf 100644 --- a/de.dlr.sc.virsat.ide.product/virsat_ide.product +++ b/de.dlr.sc.virsat.ide.product/virsat_ide.product @@ -67,8 +67,8 @@ This product includes software developed by other open source projects including - - + + diff --git a/maven/pom.xml b/maven/pom.xml index 48bb2f7..713f81f 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -45,8 +45,8 @@ 0.7.7.201606060606 ${maven.build.timestamp} - 2022-06 Release - http://download.eclipse.org/releases/2022-06/ + 2022-03 Release + http://download.eclipse.org/releases/2022-03/ @@ -216,7 +216,7 @@ github-mylyn-connector-feature - https://download.eclipse.org/egit/github/updates-nightly/ + https://download.eclipse.org/egit/github/updates/ p2 From 1bea6e51990676bf83fdb5da76ad6fe67492778a Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Mon, 20 Jun 2022 09:28:32 +0200 Subject: [PATCH 21/28] Adjusted comment - Task #68 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d931c53..ad0376d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -126,7 +126,7 @@ jobs: build_profile: ${{ steps.build_decision.outputs.build_type }} # -------------------------------------------- - # Upload SWTBout screenshots to github artifacts + # Upload deployable applications # -------------------------------------------- - name: Build - Upload Build Artifacts uses: actions/upload-artifact@v2 From ba87650e8bf8777d2a4be57286b83a07281abb57 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Mon, 20 Jun 2022 10:12:31 +0200 Subject: [PATCH 22/28] Changed workflow to v5 release - Task #68 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ad0376d..3d42d8e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -99,7 +99,7 @@ jobs: # Perform various setup operations # -------------------------------------------- - name: Setup - Prepare OS - uses: virtualsatellite/ci-actions/ci-setup-action@v5-beta + uses: virtualsatellite/ci-actions/ci-setup-action@v5 with: jdk: 11 @@ -120,7 +120,7 @@ jobs: # Development and Feature branches # -------------------------------------------- - name: Build - Assemble - uses: virtualsatellite/ci-actions/ci-maven-simple-build-action@v5-beta + uses: virtualsatellite/ci-actions/ci-maven-simple-build-action@v5 with: build_job: assemble build_profile: ${{ steps.build_decision.outputs.build_type }} From 43265e2f0e4305637812f4a0fdd6ce5a7cabb8bd Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 28 Jul 2022 12:39:00 +0200 Subject: [PATCH 23/28] Updated versions to 4.15.0 - Task #71 --- .settings/org.eclipse.core.resources.prefs | 2 -- build.xml | 2 +- de.dlr.sc.virsat.ide.branding.feature/feature.xml | 6 +++--- de.dlr.sc.virsat.ide.branding.feature/pom.xml | 2 +- .../.settings/org.eclipse.jdt.core.prefs | 7 ++++--- de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF | 2 +- de.dlr.sc.virsat.ide.branding.ui/pom.xml | 2 +- de.dlr.sc.virsat.ide.docs.feature/feature.xml | 2 +- de.dlr.sc.virsat.ide.docs.feature/pom.xml | 2 +- de.dlr.sc.virsat.ide.license.feature/feature.xml | 2 +- de.dlr.sc.virsat.ide.license.feature/pom.xml | 2 +- de.dlr.sc.virsat.ide.product/pom.xml | 2 +- maven/pom.xml | 4 ++-- pom.xml | 2 +- 14 files changed, 19 insertions(+), 20 deletions(-) delete mode 100644 .settings/org.eclipse.core.resources.prefs diff --git a/.settings/org.eclipse.core.resources.prefs b/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c0..0000000 --- a/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/=UTF-8 diff --git a/build.xml b/build.xml index b66fc50..a530996 100644 --- a/build.xml +++ b/build.xml @@ -13,7 +13,7 @@ SPDX-License-Identifier: EPL-2.0 Additional Build Preparations for VirSat - 4.14.0 + 4.15.0 [\s]?[0-9]+\.[0-9]+\.[0-9]+\.qualifier [\s]?[0-9]+\.[0-9]+\.[0-9]+ diff --git a/de.dlr.sc.virsat.ide.branding.feature/feature.xml b/de.dlr.sc.virsat.ide.branding.feature/feature.xml index 1655ae5..056e53b 100644 --- a/de.dlr.sc.virsat.ide.branding.feature/feature.xml +++ b/de.dlr.sc.virsat.ide.branding.feature/feature.xml @@ -2,7 +2,7 @@ @@ -29,8 +29,8 @@ by German Aerospace Center (DLR e.V.) - - + + ../maven/pom.xml de.dlr.sc.virsat.ide de.dlr.sc.virsat.ide.parent - 4.14.0-SNAPSHOT + 4.15.0-SNAPSHOT de.dlr.sc.virsat.ide.branding.feature diff --git a/de.dlr.sc.virsat.ide.branding.ui/.settings/org.eclipse.jdt.core.prefs b/de.dlr.sc.virsat.ide.branding.ui/.settings/org.eclipse.jdt.core.prefs index 0c68a61..3a85c5a 100644 --- a/de.dlr.sc.virsat.ide.branding.ui/.settings/org.eclipse.jdt.core.prefs +++ b/de.dlr.sc.virsat.ide.branding.ui/.settings/org.eclipse.jdt.core.prefs @@ -1,7 +1,8 @@ eclipse.preferences.version=1 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled -org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8 -org.eclipse.jdt.core.compiler.compliance=1.8 +org.eclipse.jdt.core.compiler.codegen.targetPlatform=11 +org.eclipse.jdt.core.compiler.compliance=11 org.eclipse.jdt.core.compiler.problem.assertIdentifier=error org.eclipse.jdt.core.compiler.problem.enumIdentifier=error -org.eclipse.jdt.core.compiler.source=1.8 +org.eclipse.jdt.core.compiler.release=disabled +org.eclipse.jdt.core.compiler.source=11 diff --git a/de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF b/de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF index b03971e..4f0f0ed 100644 --- a/de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF +++ b/de.dlr.sc.virsat.ide.branding.ui/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: VirSat Development IDE based on EPP RCP/RAP Bundle Bundle-SymbolicName: de.dlr.sc.virsat.ide.branding.ui;singleton:=true -Bundle-Version: 4.14.0.qualifier +Bundle-Version: 4.15.0.qualifier Bundle-Vendor: DLR (German Aerospace Center) Bundle-RequiredExecutionEnvironment: JavaSE-1.8 Require-Bundle: org.eclipse.platform, diff --git a/de.dlr.sc.virsat.ide.branding.ui/pom.xml b/de.dlr.sc.virsat.ide.branding.ui/pom.xml index 3f978da..204d995 100644 --- a/de.dlr.sc.virsat.ide.branding.ui/pom.xml +++ b/de.dlr.sc.virsat.ide.branding.ui/pom.xml @@ -14,7 +14,7 @@ ../maven/pom.xml de.dlr.sc.virsat.ide de.dlr.sc.virsat.ide.parent - 4.14.0-SNAPSHOT + 4.15.0-SNAPSHOT de.dlr.sc.virsat.ide.branding.ui diff --git a/de.dlr.sc.virsat.ide.docs.feature/feature.xml b/de.dlr.sc.virsat.ide.docs.feature/feature.xml index b367c06..440e99f 100644 --- a/de.dlr.sc.virsat.ide.docs.feature/feature.xml +++ b/de.dlr.sc.virsat.ide.docs.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.ide.docs.feature/pom.xml b/de.dlr.sc.virsat.ide.docs.feature/pom.xml index f413951..2d5556a 100644 --- a/de.dlr.sc.virsat.ide.docs.feature/pom.xml +++ b/de.dlr.sc.virsat.ide.docs.feature/pom.xml @@ -14,7 +14,7 @@ ../maven/pom.xml de.dlr.sc.virsat.ide de.dlr.sc.virsat.ide.parent - 4.14.0-SNAPSHOT + 4.15.0-SNAPSHOT de.dlr.sc.virsat.ide.docs.feature diff --git a/de.dlr.sc.virsat.ide.license.feature/feature.xml b/de.dlr.sc.virsat.ide.license.feature/feature.xml index 045c6e9..46143b4 100644 --- a/de.dlr.sc.virsat.ide.license.feature/feature.xml +++ b/de.dlr.sc.virsat.ide.license.feature/feature.xml @@ -2,7 +2,7 @@ diff --git a/de.dlr.sc.virsat.ide.license.feature/pom.xml b/de.dlr.sc.virsat.ide.license.feature/pom.xml index ea39ac5..5c6bc56 100644 --- a/de.dlr.sc.virsat.ide.license.feature/pom.xml +++ b/de.dlr.sc.virsat.ide.license.feature/pom.xml @@ -14,7 +14,7 @@ ../maven/pom.xml de.dlr.sc.virsat.ide de.dlr.sc.virsat.ide.parent - 4.14.0-SNAPSHOT + 4.15.0-SNAPSHOT de.dlr.sc.virsat.ide.license.feature diff --git a/de.dlr.sc.virsat.ide.product/pom.xml b/de.dlr.sc.virsat.ide.product/pom.xml index c9fbc67..9d72599 100644 --- a/de.dlr.sc.virsat.ide.product/pom.xml +++ b/de.dlr.sc.virsat.ide.product/pom.xml @@ -14,7 +14,7 @@ ../maven/pom.xml de.dlr.sc.virsat.ide de.dlr.sc.virsat.ide.parent - 4.14.0-SNAPSHOT + 4.15.0-SNAPSHOT de.dlr.sc.virsat.ide.product diff --git a/maven/pom.xml b/maven/pom.xml index a4dde79..9742afc 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -12,7 +12,7 @@ 4.0.0 de.dlr.sc.virsat.ide de.dlr.sc.virsat.ide.parent - 4.14.0-SNAPSHOT + 4.15.0-SNAPSHOT pom @@ -20,7 +20,7 @@ 2.6 UTF-8 - 4.14.0 + 4.15.0 't'yyyyMMddHHmm 't'yyyyMMddHHmm diff --git a/pom.xml b/pom.xml index f2c007a..9a0f9dc 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ 4.0.0 de.dlr.sc.virsat.ide de.dlr.sc.virsat.ide - 4.14.0-SNAPSHOT + 4.15.0-SNAPSHOT pom From c1f08425d54284d874593101e31dae407ad8e8ab Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 28 Jul 2022 12:39:58 +0200 Subject: [PATCH 24/28] Updated release identifier core - Task #71 --- maven/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven/pom.xml b/maven/pom.xml index 9742afc..3ccd558 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -106,7 +106,7 @@ VirSat_IDE_Release_${build.version}_${env.GITHUB_SHA}_Win32.zip VirSat_IDE_Release_${build.version}_${env.GITHUB_SHA}_Linux.tar.gz DVLM-Tools-Feature-Release - https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/release/${build.version}/2ebf0c6c75ba40bdfc379fa2356f19b74c3db491 + https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/release/${build.version}/ebcfe996102db4a8b251736cfbf2afd7dece51fb Overtarget-Feature-Release https://sourceforge.net/projects/overtarget/files/release/${overtarget.version}/483 From 89969740bc9d1e1f05659bf5f49bec45789210b1 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 28 Jul 2022 12:50:00 +0200 Subject: [PATCH 25/28] Added missing eclipse version update - Task #71 --- maven/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 3ccd558..6e2bd96 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -45,8 +45,8 @@ 0.7.7.201606060606 ${maven.build.timestamp} - 2020-06 Release - http://download.eclipse.org/releases/2020-06/ + 2020-03 Release + http://download.eclipse.org/releases/2022-03/ From 930c0c51ae7d4e3e136d6ecb27dfa9f9961e9717 Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Thu, 28 Jul 2022 12:51:57 +0200 Subject: [PATCH 26/28] Added missing version update - Task #71 --- maven/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maven/pom.xml b/maven/pom.xml index 713f81f..7d498cd 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -12,7 +12,7 @@ 4.0.0 de.dlr.sc.virsat.ide de.dlr.sc.virsat.ide.parent - 4.14.0-SNAPSHOT + 4.15.0-SNAPSHOT pom @@ -20,7 +20,7 @@ 2.6 UTF-8 - 4.14.0 + 4.15.0 't'yyyyMMddHHmm 't'yyyyMMddHHmm From 5bc8b9a74c01385911c0695051381f9c3acf061a Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Fri, 5 Aug 2022 10:27:29 +0200 Subject: [PATCH 27/28] Fixed incorrect commit number for 4.15.0 DVLM tools - Task #71 --- maven/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven/pom.xml b/maven/pom.xml index 7d498cd..c8141f5 100644 --- a/maven/pom.xml +++ b/maven/pom.xml @@ -106,7 +106,7 @@ VirSat_IDE_Release_${build.version}_${env.GITHUB_SHA}_Win32.zip VirSat_IDE_Release_${build.version}_${env.GITHUB_SHA}_Linux.tar.gz DVLM-Tools-Feature-Release - https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/release/${build.version}/2ebf0c6c75ba40bdfc379fa2356f19b74c3db491 + https://sourceforge.net/projects/virtualsatellite/files/VirtualSatellite4-DVLM/release/${build.version}/ebcfe996102db4a8b251736cfbf2afd7dece51fb Overtarget-Feature-Release https://sourceforge.net/projects/overtarget/files/release/${overtarget.version}/9014ba468eeed12f9b9624b20bf8feef1f513fdd/ From c314a0536fd24825526941b304d3a551c09241ae Mon Sep 17 00:00:00 2001 From: SaMuellerDLR Date: Tue, 9 Aug 2022 11:29:23 +0200 Subject: [PATCH 28/28] Updated release notes - Task #73 --- .../docs/VirSat_IDE_ReleaseNotes.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/de.dlr.sc.virsat.ide.docs.feature/docs/VirSat_IDE_ReleaseNotes.txt b/de.dlr.sc.virsat.ide.docs.feature/docs/VirSat_IDE_ReleaseNotes.txt index e7528f7..ac02453 100644 --- a/de.dlr.sc.virsat.ide.docs.feature/docs/VirSat_IDE_ReleaseNotes.txt +++ b/de.dlr.sc.virsat.ide.docs.feature/docs/VirSat_IDE_ReleaseNotes.txt @@ -1,6 +1,18 @@ VirSat IDE Release Notes ------------------------- +Release 4.15.0 (09th August 2022) +------------------------------------ + +New Features: + Added Concept language and generators of Virtual Satellite Core 4.15.0 + Migrated to Java 11 + Migrated to Eclipse 2022-03 + +Usability Updates: + +Fixed Bugs: + Release 4.14.0 (18th February 2022) ------------------------------------