Skip to content
This repository was archived by the owner on Apr 21, 2023. It is now read-only.

eclipse/xtext-core

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72785e6 · Apr 3, 2023
Sep 12, 2022
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Feb 27, 2023
Mar 6, 2023
Mar 6, 2023
Oct 10, 2022
Feb 27, 2023
Feb 27, 2023
Mar 6, 2023
Feb 27, 2023
Feb 27, 2023
Sep 7, 2017
Sep 12, 2022
Aug 16, 2021
May 5, 2019
Feb 11, 2020
Oct 10, 2022
Feb 11, 2020
Nov 9, 2022
Apr 3, 2023
Jan 18, 2022
Oct 10, 2022
Nov 7, 2019
Dec 19, 2022
Dec 19, 2022
Dec 15, 2016

Eclipse Xtext Core Framework

Notice

The content of this repository (xtext-core) has been moved to the Xtext Monorepo. Please refer to that repository to find the code, create issues or file pull requests.

About

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.