No description
Find a file
Karsten Thoms 4af2d1e54c [eclipse/xtext#1429] Configure failOnError=false for slackSend
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-04-05 18:14:47 +02:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle Merge branch 'master' into sz_jcenter 2019-04-02 13:28:55 +02:00
org.eclipse.xtext Remove IDEA since the support has been dropped. 2019-04-02 08:48:56 +02:00
org.eclipse.xtext.ide Occurrence highlighting of nested references 2019-04-03 14:15:14 +02:00
org.eclipse.xtext.ide.tests Occurrence highlighting of nested references 2019-04-03 14:15:14 +02:00
org.eclipse.xtext.testing fixed warnings 2019-03-19 09:31:47 +01:00
org.eclipse.xtext.testlanguages Occurrence highlighting of nested references 2019-04-03 14:15:14 +02:00
org.eclipse.xtext.testlanguages.ide Occurrence highlighting of nested references 2019-04-03 14:15:14 +02:00
org.eclipse.xtext.tests Merge pull request #1109 from eclipse/kt_issue1076 2019-04-02 22:12:04 +02:00
org.eclipse.xtext.util Remove IDEA since the support has been dropped. 2019-04-02 08:48:56 +02:00
org.eclipse.xtext.xtext.bootstrap Remove IDEA since the support has been dropped. 2019-04-02 08:48:56 +02:00
org.eclipse.xtext.xtext.generator Remove implicit IDEAPluginGenerator 2019-04-02 20:44:56 +02:00
org.eclipse.xtext.xtext.ide [ls] further rename fix and test 2019-03-20 15:51:19 +01:00
org.eclipse.xtext.xtext.wizard Merge pull request #1109 from eclipse/kt_issue1076 2019-04-02 22:12:04 +02:00
releng [eclipse/xtext#1309] Provide Jenkinsfile for Eclipse CBI 2019-04-03 19:09:10 +02: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
1-gradle-build.sh [eclipse/xtext#1309] Provide Jenkinsfile for Eclipse CBI 2019-04-03 19:09:10 +02:00
2-maven-build.sh [eclipse/xtext#1309] Provide Jenkinsfile for Eclipse CBI 2019-04-03 19:09:10 +02:00
build.gradle Replace jcenter by mavenCentral to avoid sync delays and stability issues 2019-04-02 11:34:42 +02:00
CBI.Jenkinsfile [eclipse/xtext#1429] Configure failOnError=false for slackSend 2019-04-05 18:14:47 +02:00
gradlew [eclipse/xtext#1423] Update Gradle Wrapper to Version 5.3.1 2019-03-28 17:40:35 +01:00
gradlew.bat [eclipse/xtext#1423] Update Gradle Wrapper to Version 5.3.1 2019-03-28 17:40:35 +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 [eclipse/xtext#1424] Change default Jenkins 2019-04-02 11:52:11 +02: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.