resurrect 0.5.x builds with specific lsp4j version to avoid conflicts with lsp4j 0.4.1 being around

Change-Id: I2b95b75c34b8ac44aac2789657b802ec9fca5ed7
Signed-off-by: Martin Lippert <mlippert@gmail.com>
diff --git a/org.eclipse.lsp4e/META-INF/MANIFEST.MF b/org.eclipse.lsp4e/META-INF/MANIFEST.MF
index b01e049..5c0cd67 100644
--- a/org.eclipse.lsp4e/META-INF/MANIFEST.MF
+++ b/org.eclipse.lsp4e/META-INF/MANIFEST.MF
@@ -29,8 +29,8 @@
  org.eclipse.ui.navigator;bundle-version="3.6.100",
  org.eclipse.mylyn.commons.notifications.core,
  org.eclipse.mylyn.commons.notifications.ui,
- org.eclipse.lsp4j;bundle-version="[0.4.0,0.5.0)",
- org.eclipse.lsp4j.jsonrpc;bundle-version="[0.4.0,0.5.0)",
+ org.eclipse.lsp4j;bundle-version="[0.4.0,0.4.0.v20180212-0848]",
+ org.eclipse.lsp4j.jsonrpc;bundle-version="[0.4.0,0.4.0.v20180212-0848]",
  org.eclipse.mylyn.wikitext;bundle-version="3.0.0",
  org.eclipse.mylyn.wikitext.markdown;bundle-version="3.0.0",
  org.eclipse.ui.console,
diff --git a/target-platforms/target-platform-oxygen/target-platform-oxygen.target b/target-platforms/target-platform-oxygen/target-platform-oxygen.target
index 1f04bab..d352826 100644
--- a/target-platforms/target-platform-oxygen/target-platform-oxygen.target
+++ b/target-platforms/target-platform-oxygen/target-platform-oxygen.target
@@ -21,9 +21,9 @@
 <repository location="http://download.eclipse.org/mylyn/docs/releases/3.0"/>
 </location>
 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
-<unit id="org.eclipse.lsp4j" version="0.0.0"/>
-<unit id="org.eclipse.lsp4j.jsonrpc" version="0.0.0"/>
-<repository location="http://services.typefox.io/open-source/jenkins/job/lsp4j/job/master/lastSuccessfulBuild/artifact/build/p2-repository/"/>
+<unit id="org.eclipse.lsp4j" version="0.4.0.v20180212-0848"/>
+<unit id="org.eclipse.lsp4j.jsonrpc" version="0.4.0.v20180212-0848"/>
+<repository location="http://download.eclipse.org/lsp4e/0.5.x-snapshots/"/>
 </location>
 <location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
 <unit id="org.eclipse.xtext.xbase.lib" version="0.0.0"/>