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