No description
Find a file
Christian Dietrich cef06991c2 [eclipse/xtext#1393][Wizard] update to gradle 5.2.1
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2019-02-09 11:47:11 +01:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle [eclipse/xtext#1393] update to gradle 5.2.1 2019-02-09 11:32:38 +01:00
org.eclipse.xtext [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.ide [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.ide.tests [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.testing [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.testlanguages [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.testlanguages.ide [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.tests [eclipse/xtext#1393][Wizard] update to gradle 5.2.1 2019-02-09 11:47:11 +01:00
org.eclipse.xtext.util [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +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 [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.xtext.ide [eclipse/xtext#1274] Updated .classpath by Gradle 2019-02-07 17:03:45 +01:00
org.eclipse.xtext.xtext.wizard [eclipse/xtext#1393][Wizard] update to gradle 5.2.1 2019-02-09 11:47:11 +01:00
releng Set sourceEncoding ISO-8859-1 2019-02-04 17:31:06 +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.