lower version constraint on jdt.launching to allow installation into e4.6 for sts 3.9.x integration

This commit is contained in:
Martin Lippert
2017-12-14 14:51:50 +01:00
parent a47434f3fb
commit e9804a505f

View File

@@ -4,7 +4,7 @@ Bundle-Name: Eclipse Language Server Commons
Bundle-SymbolicName: org.springframework.tooling.ls.eclipse.commons;singleton:=true
Bundle-Version: 4.0.0.qualifier
Bundle-Vendor: Pivotal, Inc.
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.9.0",
Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.lsp4e;bundle-version="0.5.0",