Skip to content

Commit

Permalink
Add missing version constraints to some require-bundles for Guava
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Zarnekow <[email protected]>
  • Loading branch information
szarnekow committed Dec 21, 2023
1 parent f4af5c4 commit 9209703
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion org.eclipse.xtext.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.lsp4j;bundle-version="[0.21.1,0.22.0)";resolution:=optional,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.21.1,0.22.0)";resolution:=optional,
org.eclipse.emf.ecore.change;bundle-version="[2.14.0,3)",
com.google.guava
com.google.guava;bundle-version="[33.0.0,34.0.0)"
Import-Package: org.apache.log4j;version="1.2.24"
Export-Package: org.eclipse.xtext.ide;
x-friends:="org.eclipse.xtend.ide,
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.ui.codemining/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Bundle-Vendor: Eclipse Xtext
Automatic-Module-Name: org.eclipse.xtext.ui.codemining
Bundle-RequiredExecutionEnvironment: JavaSE-11
Export-Package: org.eclipse.xtext.ui.codemining;x-internal:=true
Require-Bundle: com.google.guava,
Require-Bundle: com.google.guava;bundle-version="[33.0.0,34.0.0)",
org.eclipse.equinox.common,
org.eclipse.xtext,
org.eclipse.xtext.ui
Expand Down
2 changes: 1 addition & 1 deletion org.eclipse.xtext.util/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Export-Package: org.eclipse.xtext.util;
Require-Bundle: org.eclipse.emf.ecore;bundle-version="2.26.0",
com.google.guava;bundle-version="[33.0.0,34.0.0)";visibility:=reexport,
com.google.inject;bundle-version="7.0.0";visibility:=reexport,
com.google.guava.failureaccess;bundle-version="1.0.2";visibility:=reexport,
com.google.guava.failureaccess;bundle-version="[1.0.2,2.0.0)";visibility:=reexport,
jakarta.inject.jakarta.inject-api;bundle-version="2.0.1";resolution:=optional;visibility:=reexport;x-installation:=greedy,
org.eclipse.xtend.lib
Import-Package: org.apache.log4j;version="1.2.24"
Expand Down

0 comments on commit 9209703

Please sign in to comment.