No description
Find a file
Sebastian Zarnekow 787ef1d8bd
Merge pull request #1033 from epoell/ep_issue1021
Replaced ThreadLocal state.set(null) with state.remove() in AbstractDeclarativeValidator
2019-02-20 10:58:22 +01:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle [eclipse/xtext#1283] Remove mavenCentral again 2019-02-19 10:21:05 +01:00
org.eclipse.xtext Merge pull request #1033 from epoell/ep_issue1021 2019-02-20 10:58:22 +01:00
org.eclipse.xtext.ide Merge pull request #1024 from eclipse/sz_classpath 2019-02-11 08:49:30 +01:00
org.eclipse.xtext.ide.tests Make bin/main also the default output directory to avoid buildship confusion 2019-02-10 14:55:03 +01:00
org.eclipse.xtext.testing Merge pull request #1024 from eclipse/sz_classpath 2019-02-11 08:49:30 +01:00
org.eclipse.xtext.testlanguages Make bin/main also the default output directory to avoid buildship confusion 2019-02-10 14:55:03 +01:00
org.eclipse.xtext.testlanguages.ide Make bin/main also the default output directory to avoid buildship confusion 2019-02-10 14:55:03 +01:00
org.eclipse.xtext.tests [#1034] Added Validation that entry rule is not a fragment 2019-02-19 09:01:42 +01:00
org.eclipse.xtext.util [#1038] Filter bad entries when read in MANIFEST. 2019-02-18 12:37:36 +01:00
org.eclipse.xtext.xtext.bootstrap [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.xtext.generator Make bin/main also the default output directory to avoid buildship confusion 2019-02-10 14:55:03 +01:00
org.eclipse.xtext.xtext.ide Make bin/main also the default output directory to avoid buildship confusion 2019-02-10 14:55:03 +01:00
org.eclipse.xtext.xtext.wizard Merge pull request #1025 from eclipse/cd_gradle521 2019-02-14 19:18:20 +01:00
releng [eclipse/xtext#1283] update to MWE 2.10 2019-02-11 09:17:58 +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 bump grgit 2019-02-02 09:37:41 +01:00
gradlew [eclipse/xtext#1350] update to gradle 5.0 2018-12-06 15:43:08 +01:00
gradlew.bat [eclipse/xtext#1350] update to gradle 5.0 2018-12-06 15:43:08 +01:00
Jenkinsfile [eclipse/xtext#1224] Detect local Jenkins environment 2018-09-13 23:55:46 +02: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.