mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 16:28:56 +00:00
![]() The IDE project's build can be extended to create an executable Language Server. The Language Server can be configured to be built either as a distribution with seperate jars or as a fat jar. Due to a limitation of the maven-shade-plugin in a Maven/Tycho environment the build must be tweaked a bit to materialize dependencies with the maven-dependencies-plugin and attached for inclusion with the addjars-maven-plugin. Extended the test suite for the different configurations with language server support: - plain Maven - Maven/Tycho - Gradle Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de> |
||
---|---|---|
.. | ||
.settings | ||
emf-gen/org/eclipse/xtext | ||
generator | ||
lib | ||
META-INF | ||
src | ||
src-gen/org/eclipse/xtext | ||
suites/org/eclipse/xtext | ||
testdata/wizard-expectations | ||
xtend-gen/org/eclipse/xtext | ||
.classpath | ||
.gitignore | ||
.project | ||
about.html | ||
build.gradle | ||
GenerateAllTestLanguages.mwe2.launch | ||
plugin.properties | ||
plugin.xml | ||
plugin.xml_gen | ||
xtext.tests (xtend).launch | ||
xtext.tests.launch |