No description
Find a file
Stéphane Galland 6e413dbe41 Use getValuesProvider function in IssueSeveritiesProvider.
The function `getValueProvider` is defined in `IssueSeveritiesProvider`
for replying the value provider instance.
This function seems to be defined as protected in order to be overriden.
But is it not called from the rest of the code of
`IssueSeveritiesProvider`. This PR fixes this issue.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
2017-03-07 17:49:41 +01:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle use lsp4j 0.2.0-SNAPSHOT 2017-02-03 11:31:18 +01:00
org.eclipse.xtext Use getValuesProvider function in IssueSeveritiesProvider. 2017-03-07 17:49:41 +01:00
org.eclipse.xtext.ide #277 fixed typo 2017-02-13 14:33:29 +01:00
org.eclipse.xtext.ide.tests [LS / Incremental Builder] Fixed issues (failing tests) with reused resource sets 2017-02-02 09:34:47 +01:00
org.eclipse.xtext.testing Added tests for .xtext.testing.Flaky 2017-03-06 11:54:25 +01:00
org.eclipse.xtext.testlanguages [build] Increased version number to 2.11.1-SNAPSHOT 2017-02-01 11:20:39 +01:00
org.eclipse.xtext.testlanguages.ide [build] Increased version number to 2.11.1-SNAPSHOT 2017-02-01 11:20:39 +01:00
org.eclipse.xtext.tests Merge pull request #288 from eclipse/se_tracing 2017-02-28 12:45:56 +01:00
org.eclipse.xtext.util Introduce Nullable Annotation to allow Null-Injections with google guice. see https://github.com/eclipse/xtext-eclipse/issues/153 for details 2017-02-14 10:04:18 +01:00
org.eclipse.xtext.xtext.bootstrap Refreshed projects with Buildship 2.0 2017-01-12 10:32:06 +01:00
org.eclipse.xtext.xtext.generator Fixed link to documentation 2017-03-02 04:52:55 +01:00
org.eclipse.xtext.xtext.ide [build] Increased version number to 2.11.1-SNAPSHOT 2017-02-01 11:20:39 +01:00
org.eclipse.xtext.xtext.wizard Merge remote-tracking branch 'origin/maintenance_2.11' 2017-02-27 15:57:13 +01:00
releng use lsp4j 0.2.0-SNAPSHOT 2017-02-03 11:31:18 +01:00
.gitignore Updated to Jenkins version of p2gen plugin 2016-12-08 11:22:30 +01:00
.project Refreshed projects with Buildship 2.0 2017-01-12 10:32:06 +01:00
build.gradle [build] Excluded bootstrap project from eclipse-project-layout 2017-01-12 09:51:31 +01:00
gradlew Updated to Gradle 3.2 2016-11-18 09:49:49 +01:00
gradlew.bat Updated to Gradle 3.2 2016-11-18 09:49:49 +01:00
Jenkinsfile [build] Clean xtend-gen before build 2017-01-24 15:24:03 +01:00
LICENSE Added LICENSE 2017-01-06 13:57:23 +01:00
README.md Fixed typo in readme 2017-02-06 13:27:15 +01:00
settings.gradle [xtext lang] contributed new bundle 'org.eclipse.xtext.xtext.bootstrap' containing the 'GenerateXtext.mwe2' workflow and a customizing guice module 2016-12-15 10:25:56 +01:00

Eclipse Xtext Core Framework

This repository contains the platform-independent language framework of Xtext.

How To Build

Check out and run ./gradlew build.

Additional command line arguments:

  • -PcompileXtend=true activates the Xtend compiler, but this is optional because the generated Java code is included in the repository.
  • -PuseJenkinsSnapshots=true switches to using the Maven repository generated by the Jenkins build job for xtext-lib. Without this argument, Sonatype snapshots are used.

Continuous Integration

This project is built by the xtext-core multi-branch job on Jenkins.