From a4e89781df96d12d87d53dcedc1a02a2933c5bf8 Mon Sep 17 00:00:00 2001 From: sebthom Date: Tue, 26 Dec 2023 22:16:02 +0100 Subject: [PATCH] fix(deps): upgrade to Eclipse 2023-12 --- .github/workflows/build.yml | 2 +- build.target | 8 +-- feature/feature.xml | 27 ++------- feature/pom.xml | 2 +- plugin/META-INF/MANIFEST.MF | 2 +- plugin/pom.xml | 2 +- pom.xml | 109 ++++++++++++++++++++++++------------ 7 files changed, 86 insertions(+), 66 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cf8b2ce..ba1e912 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,7 +76,7 @@ jobs: - name: "Install: Maven" uses: stCarolas/setup-maven@v4.5 # https://github.com/stCarolas/setup-maven with: - maven-version: 3.9.5 + maven-version: 3.9.6 - name: Build with Maven diff --git a/build.target b/build.target index 4a59022..d9bc0b4 100644 --- a/build.target +++ b/build.target @@ -14,7 +14,7 @@ - + @@ -25,14 +25,14 @@ - + - diff --git a/feature/feature.xml b/feature/feature.xml index 16f38e5..ad924cd 100644 --- a/feature/feature.xml +++ b/feature/feature.xml @@ -50,44 +50,29 @@ - + + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> + version="0.0.0"/> diff --git a/feature/pom.xml b/feature/pom.xml index 9763995..d3d525a 100644 --- a/feature/pom.xml +++ b/feature/pom.xml @@ -1,4 +1,4 @@ - + - true - - - true - true - plugin @@ -64,22 +43,51 @@ product + + https://github.com/haxe4e/haxe4e-studio scm:git:https://github.com/haxe4e/haxe4e-studio.git scm:git:https://github.com/haxe4e/haxe4e-studio.git + HEAD + github.com https://github.com/haxe4e/haxe4e-studio/issues + github.com https://github.com/haxe4e/haxe4e-studio/actions + + + 17 + 4.0.4 + + + true + + + true + true + + + @@ -105,6 +113,7 @@ + org.eclipse.tycho tycho-ds-plugin ${tycho.version} @@ -208,17 +217,17 @@ - - org.eclipse.tycho - target-platform-configuration - [1.0,) - - target-platform - - - - - + + org.eclipse.tycho + target-platform-configuration + [1.0,) + + target-platform + + + + + @@ -288,4 +297,30 @@ + + + + disable-tycho-packaging-plugin-if-executed-in-eclipse + + + eclipse.application + + + + + + + org.eclipse.tycho + tycho-packaging-plugin + + + default-package-plugin + none + + + + + + + \ No newline at end of file