Skip to content

Commit

Permalink
Downgrade to Java 1.8 for the perspective switcher plugin
Browse files Browse the repository at this point in the history
Currently no construct > Java 8 is used and one of my clients would like to into it into an older RCP application, hence downgrade the plug-ins to Java 8
  • Loading branch information
vogella committed Jan 10, 2024
1 parent 346b760 commit 55c9b1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.osgi,
org.eclipse.jface;bundle-version="3.10.0"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: javax.annotation;version="1.0.0",
javax.inject;version="1.0.0",
org.eclipse.emf.common.util,
Expand Down

0 comments on commit 55c9b1d

Please sign in to comment.