From: Daniel Kirschten Date: Sat, 28 Sep 2019 16:28:23 +0000 (+0200) Subject: Removed version attributes of org.eclipse.debug.core/ui dependencies X-Git-Url: https://mograsim.net/gitweb/?p=Mograsim.git;a=commitdiff_plain;h=9ab7af984b610d9e2d53acad691ccc6322d86426 Removed version attributes of org.eclipse.debug.core/ui dependencies --- diff --git a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF index 2ce9f389..d12f07c6 100644 --- a/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF +++ b/plugins/net.mograsim.plugin.core/META-INF/MANIFEST.MF @@ -34,8 +34,8 @@ Require-Bundle: org.eclipse.core.runtime, net.mograsim.machine, org.eclipse.core.expressions, SWTInput, - org.eclipse.debug.core;bundle-version="3.14.0", - org.eclipse.debug.ui;bundle-version="3.14.200" + org.eclipse.debug.core, + org.eclipse.debug.ui Bundle-RequiredExecutionEnvironment: JavaSE-11 Automatic-Module-Name: net.mograsim.plugin.core Bundle-Vendor: %Bundle-Vendor.0