Skip to content
This repository has been archived by the owner on Apr 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #447 from eclipse/cd_issue446
Browse files Browse the repository at this point in the history
made o.e.xtext.ide dep. to org.eclipse.core.runtime optional #446
  • Loading branch information
cdietrich committed Aug 29, 2017
2 parents 077b26c + b05e281 commit eeba774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org.eclipse.xtext.ide/META-INF/MANIFEST.MF
Expand Up @@ -8,7 +8,8 @@ Bundle-ActivationPolicy: lazy
Bundle-Vendor: Eclipse Xtext
Require-Bundle: org.eclipse.xtext;visibility:=reexport,
org.eclipse.xtend.lib,
org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.core.runtime;bundle-version="3.6.0";resolution:=optional;x-installation:=greedy,
org.eclipse.equinox.common;bundle-version="3.5.0",
org.eclipse.lsp4j;bundle-version="[0.2.0,0.3.0)";resolution:=optional,
org.eclipse.lsp4j.jsonrpc;bundle-version="[0.2.0,0.3.0)";resolution:=optional,
org.eclipse.emf.ecore.change;bundle-version="[2.10.0,3)"
Expand Down

0 comments on commit eeba774

Please sign in to comment.