No description
Find a file
Christian Dietrich 2197667c93 [] update to tycho 2.6.0
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2022-01-10 11:18:58 +01:00
.settings update to gradle 7 2021-08-16 09:49:26 +02:00
gradle update to gradle 7.3.3 2021-12-24 09:51:03 +01:00
org.eclipse.xtext Make QualifiedName.USE_INTERNING writable (using reflection) 2022-01-10 10:17:08 +01:00
org.eclipse.xtext.ide [] fix folding range line calculation 2021-11-30 13:51:45 +01:00
org.eclipse.xtext.ide.tests [] fix folding range line calculation 2021-11-30 13:51:45 +01:00
org.eclipse.xtext.testing Make @InjectWith meta-annotation capable (fix ) 2021-12-20 09:19:14 +01:00
org.eclipse.xtext.testlanguages Merge pull request from eclipse/cd_gradle6CrapExperiments 2021-08-16 16:41:53 +02:00
org.eclipse.xtext.testlanguages.ide update to gradle 7 2021-08-16 09:49:26 +02:00
org.eclipse.xtext.tests [] update to tycho 2.6.0 2022-01-10 11:18:58 +01:00
org.eclipse.xtext.util Revert "test with newest platform artifacts" 2021-12-28 17:16:07 +01:00
org.eclipse.xtext.xtext.bootstrap update to gradle 7 2021-08-16 09:49:26 +02:00
org.eclipse.xtext.xtext.generator added ability to configure download url from workflow 2021-11-30 15:46:04 +01:00
org.eclipse.xtext.xtext.ide update to gradle 7 2021-08-16 09:49:26 +02:00
org.eclipse.xtext.xtext.wizard [] update to tycho 2.6.0 2022-01-10 11:18:58 +01:00
releng Revert "test with newest platform artifacts" 2021-12-28 17:16:07 +01: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 [] disable p2 mirrors 2019-05-05 11:24:16 +02:00
build.gradle [] bump and remove grgit/jgit workaround 2021-12-01 04:11:38 +01:00
Contribute.md [] 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 Revert "test with newest platform artifacts" 2021-12-28 17:16:07 +01:00
LICENSE [] Migrate to EPL 2.0 2020-02-11 12:02:02 +01:00
NOTICE.md [] update to classgraph 4.8.138 2021-12-13 21:40:56 +01:00
README.md [] 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.