openhab-core/bundles/org.openhab.core.model.sitemap
Wouter Born e943ec8970 Upgrade to Xtext 2.19, LSP4J 0.8.0 and fix LSP server (#1171)
Every connection to the LSP server failed because it always threw a org.eclipse.smarthome.model.ide.SitemapIdeSetup NoClassDefFoundError.
Which is caused by the SitemapIdeSetup residing in a package that is split between both the org.openhab.core.model.item.ide and the org.openhab.core.model.sitemap.ide bundles.
The SitemapIdeSetup class is also using classes from the org.eclipse.smarthome.model package which is also a package split between the org.openhab.core.model.items and org.openhab.core.model.sitemap bundles.
After renaming the packages used for the sitemap classes the NoClassDefFoundError is resolved and LSP works properly again.
Many imports were updated for the sitemap model package changes.

Fixes #1030

Signed-off-by: Wouter Born <github@maindrain.net>
2019-11-07 16:26:59 +01:00
..
src/org/eclipse/smarthome/model/sitemap Upgrade to Xtext 2.19, LSP4J 0.8.0 and fix LSP server (#1171) 2019-11-07 16:26:59 +01:00
.classpath removed classpath entries of non-existent folders in order to solve compilation errors in IDE (#806) 2019-05-07 23:29:07 +02:00
.gitignore mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
.project mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
bnd.bnd Upgrade to Xtext 2.19, LSP4J 0.8.0 and fix LSP server (#1171) 2019-11-07 16:26:59 +01:00
model.profile-marker mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
NOTICE Updated NOTICE files to openHAB (#578) 2019-02-15 10:46:18 +01:00
plugin.xml Upgrade to Xtext 2.19, LSP4J 0.8.0 and fix LSP server (#1171) 2019-11-07 16:26:59 +01:00
pom.xml Upgrade to Xtext 2.19, LSP4J 0.8.0 and fix LSP server (#1171) 2019-11-07 16:26:59 +01:00