Skip to content

Instantly share code, notes, and snippets.

@snjeza
Created December 22, 2017 15:49
Show Gist options
  • Save snjeza/b05d8fa0cabb9efe0da8ff7207c3aa8a to your computer and use it in GitHub Desktop.
Save snjeza/b05d8fa0cabb9efe0da8ff7207c3aa8a to your computer and use it in GitHub Desktop.
che-ls-ldt patch
diff --git a/org-eclipse-che-jdt-ls-extension/jdt.ls.extension.product/languageServer.product b/org-eclipse-che-jdt-ls-extension/jdt.ls.extension.product/languageServer.product
index f4c3f48..a98df4a 100644
--- a/org-eclipse-che-jdt-ls-extension/jdt.ls.extension.product/languageServer.product
+++ b/org-eclipse-che-jdt-ls-extension/jdt.ls.extension.product/languageServer.product
@@ -51,7 +51,7 @@
<plugin id="org.eclipse.equinox.security.win32.x86_64" fragment="true"/>
<plugin id="org.eclipse.jdt.compiler.apt" fragment="true"/>
<plugin id="org.eclipse.jdt.compiler.tool" fragment="true"/>
- <plugin id="org.eclipse.jdt.core"/>
+ <plugin id="org.eclipse.jdt.core" version="3.13.50.v20171007-0855"/>
<plugin id="org.eclipse.jdt.launching"/>
<plugin id="org.eclipse.jdt.launching.macosx"/>
<plugin id="org.eclipse.jdt.ls.core"/>
diff --git a/pom.xml b/pom.xml
index d330824..9dad456 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
<parent>
<artifactId>maven-depmgt-pom</artifactId>
<groupId>org.eclipse.che.depmgt</groupId>
- <version>6.0.0-M2-SNAPSHOT</version>
+ <version>6.0.0-M2</version>
</parent>
<groupId>org.eclipse.che.ls.jdt</groupId>
<artifactId>che-ls-jdt-parent</artifactId>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment