No description
Find a file
Knut Wannheden 26821df8f3 #721: Non-roots in NodeModelBuilder#replaceAndTransferLookAhead()
Allows to use NodeModelBuilder#replaceAndTransferLookAhead() to replace
nodes other than the root node.

TODO: Add tests.

Signed-off-by: Knut Wannheden <knut.wannheden@paranor.ch>
2018-06-28 06:12:43 +02:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle Add contact data in parent pom and gradle files. 2018-06-25 10:59:38 +02:00
org.eclipse.xtext #721: Non-roots in NodeModelBuilder#replaceAndTransferLookAhead() 2018-06-28 06:12:43 +02:00
org.eclipse.xtext.ide added missing since annotations 2018-06-15 19:15:40 +02:00
org.eclipse.xtext.ide.tests [release] Increment version to 2.15.0 2018-05-22 23:53:44 +02:00
org.eclipse.xtext.testing [release] Increment version to 2.15.0 2018-05-22 23:53:44 +02:00
org.eclipse.xtext.testlanguages [release] Increment version to 2.15.0 2018-05-22 23:53:44 +02:00
org.eclipse.xtext.testlanguages.ide [release] Increment version to 2.15.0 2018-05-22 23:53:44 +02:00
org.eclipse.xtext.tests Merge branch 'master' of git@github.com:eclipse/xtext-core.git into xtext-eclipse-677-test-source-folders 2018-06-25 11:52:25 +02:00
org.eclipse.xtext.util Added an extra api call that omits the default result 2018-06-11 11:08:40 +02:00
org.eclipse.xtext.xtext.bootstrap Removed redundant modifiers 2018-03-28 17:41:41 +02:00
org.eclipse.xtext.xtext.generator Reduced "potential null pointer access" errors 2018-06-05 18:11:37 +02:00
org.eclipse.xtext.xtext.ide [release] Increment version to 2.15.0 2018-05-22 23:53:44 +02:00
org.eclipse.xtext.xtext.wizard Merge branch 'master' of git@github.com:eclipse/xtext-core.git into xtext-eclipse-677-test-source-folders 2018-06-25 11:52:25 +02:00
releng updated orbit to photon release 2018-06-19 11:50:26 +02: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 Update build.gradle 2017-10-26 19:11:00 +02:00
gradlew [build] Updated to Gradle 3.4.1 2017-03-10 10:42:14 +01:00
gradlew.bat Updated to Gradle 3.2 2016-11-18 09:49:49 +01:00
Jenkinsfile rev. Jenkinsfile changes 2018-05-25 14:33:26 +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.