Skip to content

Commit

Permalink
Add missed required bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
ipa-nhg committed Aug 1, 2024
1 parent 8973aa9 commit d2c99b5
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion plugins/de.fraunhofer.ipa.ros.xtext.ide/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ Require-Bundle: de.fraunhofer.ipa.ros.xtext,
de.fraunhofer.ipa.ros,
org.eclipse.xtext.ide,
org.eclipse.xtext.xbase.ide,
org.antlr.runtime;bundle-version="4.7.2"
org.antlr.runtime;bundle-version="4.7.2",
org.eclipse.lsp4j.jsonrpc,
org.eclipse.lsp4j,
com.google.gson
Bundle-RequiredExecutionEnvironment: JavaSE-19
Export-Package: de.fraunhofer.ipa.ros.ide.contentassist.antlr.internal,
de.fraunhofer.ipa.ros.ide.contentassist.antlr,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Require-Bundle: de.fraunhofer.ipa.ros1.xtext,
org.eclipse.xtext.xbase.ide,
org.antlr.runtime;bundle-version="4.7.2",
de.fraunhofer.ipa.ros.xtext,
de.fraunhofer.ipa.ros.xtext.ui
de.fraunhofer.ipa.ros.xtext.ui,
org.eclipse.lsp4j.jsonrpc,
org.eclipse.lsp4j,
com.google.gson
Bundle-RequiredExecutionEnvironment: JavaSE-19
Export-Package: de.fraunhofer.ipa.ros1.ide.contentassist.antlr.internal,
de.fraunhofer.ipa.ros1.ide.contentassist.antlr.lexer,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ Require-Bundle: de.fraunhofer.ipa.ros2.xtext,
org.eclipse.xtext.xbase.ide,
org.antlr.runtime;bundle-version="4.7.2",
de.fraunhofer.ipa.ros.xtext;bundle-version="2.0.0",
de.fraunhofer.ipa.ros.xtext.ui;bundle-version="2.0.0"
de.fraunhofer.ipa.ros.xtext.ui;bundle-version="2.0.0",
org.eclipse.lsp4j.jsonrpc,
org.eclipse.lsp4j,
com.google.gson
Bundle-RequiredExecutionEnvironment: JavaSE-19
Export-Package: de.fraunhofer.ipa.ros2.ide.contentassist.antlr.internal,
de.fraunhofer.ipa.ros2.ide.contentassist.antlr,
Expand Down

0 comments on commit d2c99b5

Please sign in to comment.