From 5bbefabc399b9d75948dd6a99493a91af8c98226 Mon Sep 17 00:00:00 2001 From: veronie Date: Sat, 12 Mar 2022 11:07:16 +0100 Subject: [PATCH] updated gecko bom version, tinikered with launch bndrun files. does bnd support macos at all? gecko rcp bom does not contain macos launchers. --- cnf.run/launch_base.bndrun | 2 +- cnf.run/launch_macos.bndrun | 2 ++ cnf/build.bnd | 5 +++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/cnf.run/launch_base.bndrun b/cnf.run/launch_base.bndrun index 1271ff7..38b8b42 100644 --- a/cnf.run/launch_base.bndrun +++ b/cnf.run/launch_base.bndrun @@ -14,7 +14,7 @@ eclipse.application=org.eclipse.e4.ui.workbench.swt.E4Application,\ -runproperties.common: \ - eclipse.product=xyz.veroni.bgg.dings,\ + eclipse.product=xyz.veroni.bgg.product,\ osgi.console=,\ console=,\ eclipse.consoleLog=,\ diff --git a/cnf.run/launch_macos.bndrun b/cnf.run/launch_macos.bndrun index 58394a5..21653d6 100644 --- a/cnf.run/launch_macos.bndrun +++ b/cnf.run/launch_macos.bndrun @@ -30,4 +30,6 @@ org.eclipse.core.filesystem.macosx;version='[1.3,1.4)',\ org.eclipse.equinox.security.macosx;version='[1.101,1.102)',\ org.eclipse.swt.cocoa.macosx.x86_64;version='[3.118,3.119)',\ + org.eclipse.equinox.launcher.cocoa.macosx;version='[1.2,1.3]',\ + org.eclipse.equinox.launcher.cocoa.macosx.x86_64;version='[1.2,1.3] diff --git a/cnf/build.bnd b/cnf/build.bnd index 3203719..15043d8 100644 --- a/cnf/build.bnd +++ b/cnf/build.bnd @@ -32,10 +32,11 @@ eclipse.platform.version = R-4.22-202111241800 aQute.bnd.repository.maven.pom.provider.BndPomRepository;\ name="Gecko Equinox RCP BOM";\ releaseUrls="https://repo.maven.apache.org/maven2/";\ - revision="org.geckoprojects.equinox:org.gecko.bnd.eclipse.bom:1.1.0" + revision="org.geckoprojects.equinox:org.gecko.bnd.eclipse.bom:1.1.1" -plugin.3.central = \ aQute.bnd.repository.maven.provider.MavenBndRepository; \ releaseUrl=https://repo.maven.apache.org/maven2/; \ index=${.}/central.maven; \ - name="Central" \ No newline at end of file + name="Central" + \ No newline at end of file