Skip to content

Commit 9087f8c

Browse files
committed
Add missed required bundles
1 parent 5048f9f commit 9087f8c

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

plugins/de.fraunhofer.ipa.ros.xtext.ide/META-INF/MANIFEST.MF

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Require-Bundle: de.fraunhofer.ipa.ros.xtext,
99
de.fraunhofer.ipa.ros,
1010
org.eclipse.xtext.ide,
1111
org.eclipse.xtext.xbase.ide,
12-
org.antlr.runtime;bundle-version="4.7.2"
12+
org.antlr.runtime;bundle-version="4.7.2",
13+
org.eclipse.lsp4j.jsonrpc,
14+
org.eclipse.lsp4j,
15+
com.google.gson
1316
Bundle-RequiredExecutionEnvironment: JavaSE-19
1417
Export-Package: de.fraunhofer.ipa.ros.ide.contentassist.antlr.internal,
1518
de.fraunhofer.ipa.ros.ide.contentassist.antlr,

plugins/de.fraunhofer.ipa.ros1.xtext.ide/META-INF/MANIFEST.MF

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Require-Bundle: de.fraunhofer.ipa.ros1.xtext,
1212
org.eclipse.xtext.xbase.ide,
1313
org.antlr.runtime;bundle-version="4.7.2",
1414
de.fraunhofer.ipa.ros.xtext,
15-
de.fraunhofer.ipa.ros.xtext.ui
15+
de.fraunhofer.ipa.ros.xtext.ui,
16+
org.eclipse.lsp4j.jsonrpc,
17+
org.eclipse.lsp4j,
18+
com.google.gson
1619
Bundle-RequiredExecutionEnvironment: JavaSE-19
1720
Export-Package: de.fraunhofer.ipa.ros1.ide.contentassist.antlr.internal,
1821
de.fraunhofer.ipa.ros1.ide.contentassist.antlr.lexer,

plugins/de.fraunhofer.ipa.ros2.xtext.ide/META-INF/MANIFEST.MF

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ Require-Bundle: de.fraunhofer.ipa.ros2.xtext,
1212
org.eclipse.xtext.xbase.ide,
1313
org.antlr.runtime;bundle-version="4.7.2",
1414
de.fraunhofer.ipa.ros.xtext;bundle-version="2.0.0",
15-
de.fraunhofer.ipa.ros.xtext.ui;bundle-version="2.0.0"
15+
de.fraunhofer.ipa.ros.xtext.ui;bundle-version="2.0.0",
16+
org.eclipse.lsp4j.jsonrpc,
17+
org.eclipse.lsp4j,
18+
com.google.gson
1619
Bundle-RequiredExecutionEnvironment: JavaSE-19
1720
Export-Package: de.fraunhofer.ipa.ros2.ide.contentassist.antlr.internal,
1821
de.fraunhofer.ipa.ros2.ide.contentassist.antlr,

0 commit comments

Comments
 (0)