Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'lsp/org.eclipse.cdt.lsp.cquery.tests/META-INF/MANIFEST.MF')
-rw-r--r--lsp/org.eclipse.cdt.lsp.cquery.tests/META-INF/MANIFEST.MF13
1 files changed, 13 insertions, 0 deletions
diff --git a/lsp/org.eclipse.cdt.lsp.cquery.tests/META-INF/MANIFEST.MF b/lsp/org.eclipse.cdt.lsp.cquery.tests/META-INF/MANIFEST.MF
new file mode 100644
index 00000000000..8cdd7bc6956
--- /dev/null
+++ b/lsp/org.eclipse.cdt.lsp.cquery.tests/META-INF/MANIFEST.MF
@@ -0,0 +1,13 @@
+Manifest-Version: 1.0
+Automatic-Module-Name: org.eclipse.cdt.lsp.cquery.tests
+Bundle-ManifestVersion: 2
+Bundle-SymbolicName: org.eclipse.cdt.lsp.cquery.tests
+Bundle-Version: 0.1.0.qualifier
+Bundle-Name: %Bundle-Name
+Bundle-Vendor: %Bundle-Vendor
+Bundle-RequiredExecutionEnvironment: JavaSE-1.8
+Require-Bundle: com.google.gson;bundle-version="2.8.2",
+ org.eclipse.cdt.lsp.cquery;bundle-version="0.1.0",
+ org.eclipse.lsp4j,
+ org.eclipse.lsp4j.jsonrpc,
+ org.junit

Back to the top