No description
Find a file
Karsten Thoms 81ceecd9ff Update copyright
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2018-05-15 06:10:10 +02:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle [#714] consume lsp4j 0.4.0 final 2018-04-26 08:36:01 +02:00
org.eclipse.xtext Update copyright 2018-05-15 06:10:10 +02:00
org.eclipse.xtext.ide GH-712 adapt to breaking changes in lsp4j 2018-04-23 14:47:08 +02:00
org.eclipse.xtext.ide.tests Merge pull request #718 from eclipse/cd_issue716 2018-04-26 16:08:39 +02:00
org.eclipse.xtext.testing removed unused imports 2018-05-06 10:07:59 +02:00
org.eclipse.xtext.testlanguages [ChangeSerializer] support modifications applied to non-xtext-resources 2018-03-04 19:20:01 +01:00
org.eclipse.xtext.testlanguages.ide maintained x-friends https://github.com/eclipse/xtext/issues/1173 2018-02-23 15:57:53 +01:00
org.eclipse.xtext.tests [#732] Updated test expectation 2018-05-08 23:31:18 +02:00
org.eclipse.xtext.util [refactoring] Deprecate methods with correspondence in Guava 2018-04-23 14:52:31 +02:00
org.eclipse.xtext.xtext.bootstrap Removed redundant modifiers 2018-03-28 17:41:41 +02:00
org.eclipse.xtext.xtext.generator [#664] fixed generation of val prefs/issue codes when deprecation disabled 2018-05-04 10:16:46 +02:00
org.eclipse.xtext.xtext.ide Make multiple annotations on enum rule possible 2018-03-28 18:03:29 +02:00
org.eclipse.xtext.xtext.wizard [#732] Add Orbit to target definition 2018-05-08 23:30:31 +02:00
releng [eclipse/xtext#1170] Update p2-deployment.gradle & derived files 2018-02-07 09:43:37 +01:00
.gitignore ignore .DS_Store 2017-09-07 08:20:18 +02:00
.project gradleprojectbuilder added by Buildship project import 2017-07-01 23:09:36 +02:00
build.gradle Update build.gradle 2017-10-26 19:11:00 +02:00
gradlew [build] Updated to Gradle 3.4.1 2017-03-10 10:42:14 +01:00
gradlew.bat Updated to Gradle 3.2 2016-11-18 09:49:49 +01:00
Jenkinsfile [eclipse/xtext#1149] Suppress Maven download messages 2017-11-16 09:31:59 +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.