No description
Find a file
Christian Dietrich cb22ff1dab update to xtext-gradle-plugin 3.0.2
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2022-03-16 13:05:08 +01:00
.settings update to gradle 7 2021-08-16 09:49:26 +02:00
gradle update to xtext-gradle-plugin 3.0.2 2022-03-16 13:05:08 +01:00
org.eclipse.xtext [releng] Update Xtext version to 2.27.0 2022-02-28 09:45:41 +00:00
org.eclipse.xtext.ide [releng] Update Xtext version to 2.27.0 2022-02-28 09:45:41 +00:00
org.eclipse.xtext.ide.tests [releng] Update Xtext version to 2.27.0 2022-02-28 09:45:41 +00:00
org.eclipse.xtext.testing [releng] Update Xtext version to 2.27.0 2022-02-28 09:45:41 +00:00
org.eclipse.xtext.testlanguages [releng] Update Xtext version to 2.27.0 2022-02-28 09:45:41 +00:00
org.eclipse.xtext.testlanguages.ide [releng] Update Xtext version to 2.27.0 2022-02-28 09:45:41 +00:00
org.eclipse.xtext.tests update to xtext-gradle-plugin 3.0.2 2022-03-16 13:05:08 +01:00
org.eclipse.xtext.util update to xtext-gradle-plugin 3.0.2 2022-03-16 13:05:08 +01:00
org.eclipse.xtext.xtext.bootstrap added missing copyright headers 2022-02-25 17:33:25 +01:00
org.eclipse.xtext.xtext.generator cleanup for #1848 2022-03-02 12:54:51 +01:00
org.eclipse.xtext.xtext.ide [releng] Update Xtext version to 2.27.0 2022-02-28 09:45:41 +00:00
org.eclipse.xtext.xtext.wizard update to gradle 7.4.1 2022-03-09 19:56:36 +01:00
releng [releng] Update Xtext version to 2.27.0 2022-02-28 09:45:41 +00:00
.classpath update to gradle 7 2021-08-16 09:49:26 +02:00
.gitignore ignore .DS_Store 2017-09-07 08:20:18 +02:00
.project update to gradle 7 2021-08-16 09:49:26 +02:00
1-gradle-build.sh update to gradle 7 2021-08-16 09:49:26 +02:00
2-maven-build.sh [eclipse/xtext#1427] disable p2 mirrors 2019-05-05 11:24:16 +02:00
build.gradle [eclipse/xtext#2070] bump and remove grgit/jgit workaround 2021-12-01 04:11:38 +01:00
Contribute.md [eclipse/xtext#1176] Migrate to EPL 2.0 2020-02-11 12:02:02 +01:00
gradle.properties added gradle properties 2019-11-07 14:31:53 +01:00
gradlew update to gradle 7.2 2021-08-17 20:39:29 +02:00
gradlew.bat update to gradle 7 2021-08-16 09:49:26 +02:00
Jenkinsfile update to maven 3.8.5 2022-03-16 05:39:17 +01:00
LICENSE [eclipse/xtext#1176] Migrate to EPL 2.0 2020-02-11 12:02:02 +01:00
NOTICE.md [eclipse/xtext#2020] update to classgraph 4.8.138 2021-12-13 21:40:56 +01:00
README.md [eclipse/xtext#1424] Change default Jenkins 2019-04-02 11:52:11 +02:00
SECURITY.md added SECURITY.md 2022-01-18 17:49:04 +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.