GP-0: Preventing GhidraDev from linking against newer/unsupported

PyDev's
This commit is contained in:
Ryan Kurtz 2024-07-05 07:12:38 -04:00
parent 4b125c5f27
commit c598bdbe5b

View File

@ -22,9 +22,9 @@ Require-Bundle: org.eclipse.ant.core;bundle-version="3.6.200",
org.eclipse.ui;bundle-version="3.200.0",
org.eclipse.ui.ide;bundle-version="3.18.400",
com.python.pydev.debug;bundle-version="6.3.1";resolution:=optional,
org.python.pydev;bundle-version="6.3.1";resolution:=optional,
org.python.pydev.core;bundle-version="6.3.1";resolution:=optional,
org.python.pydev.ast;bundle-version="6.3.1";resolution:=optional,
org.python.pydev;bundle-version="[6.3.1,10.0.0)";resolution:=optional,
org.python.pydev.core;bundle-version="[6.3.1,10.0.0)";resolution:=optional,
org.python.pydev.ast;bundle-version="[6.3.1,10.0.0)";resolution:=optional,
org.eclipse.cdt.core;bundle-version="5.9.1";resolution:=optional,
org.eclipse.cdt.ui;bundle-version="5.9.0";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-17