Skip to content

Commit

Permalink
GP-0: Backport - Preventing GhidraDev from linking against
Browse files Browse the repository at this point in the history
newer/unsupported
PyDev's
  • Loading branch information
ryanmkurtz committed Jul 8, 2024
1 parent 0e2588b commit d883657
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d883657

Please sign in to comment.