No description
Find a file
Arne Deutsch c5800e3104 Monobuild of xtext-core.
Signed-off-by: Arne Deutsch <Arne.Deutsch@itemis.de>
2019-08-06 09:57:29 +02:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle Merge pull request #1204 from eclipse/cd_xtext_issue1509 2019-07-17 12:42:09 +02:00
org.eclipse.xtext Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.ide Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.ide.tests Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.testing Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.testlanguages Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.testlanguages.ide Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.tests Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.util Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.xtext.bootstrap Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.xtext.generator Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.xtext.ide Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
org.eclipse.xtext.xtext.wizard Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
releng [eclipse/xtext#1279] use orbit simrel alias directly 2019-07-22 16:54:44 +02:00
.gitignore Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
.project Monobuild of xtext-core. 2019-08-06 09:57:29 +02:00
1-gradle-build.sh [eclipse/xtext#1431] Enhance container support 2019-06-18 10:59:29 +02:00
2-maven-build.sh [eclipse/xtext#1427] disable p2 mirrors 2019-05-05 11:24:16 +02:00
build.gradle bumped grgit plugin 2019-06-14 21:03:52 +02:00
CBI.Jenkinsfile fixed slack notifications 2019-07-24 19:27:46 +02:00
gradlew [eclipse/xtext#1489] update to gradle wrapper 5.5 2019-06-29 15:34:33 +02:00
gradlew.bat [eclipse/xtext#1489] update to gradle wrapper 5.5 2019-06-29 15:34:33 +02:00
Jenkinsfile [eclipse/xtext#1526] Replace Jenkinsfile with content of CBI.Jenkinsfile 2019-07-25 13:23:26 +02:00
LICENSE Added LICENSE 2017-01-06 13:57:23 +01:00
pom.xml Monobuild of xtext-core. 2019-08-06 09:57:29 +02: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.