added sorting of projects for initial classpath update event to speed up initial experience

This commit is contained in:
Martin Lippert
2018-05-22 08:49:51 +02:00
parent 34f340a462
commit 069f2d93ac
6 changed files with 114 additions and 11 deletions

View File

@@ -15,7 +15,8 @@ Require-Bundle: org.eclipse.jdt.launching;bundle-version="3.8.0",
com.google.guava,
org.eclipse.debug.ui,
org.eclipse.ui.console,
org.springframework.tooling.jdt.ls.commons
org.springframework.tooling.jdt.ls.commons,
org.eclipse.ui.ide
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.springframework.tooling.ls.eclipse.commons,