No description
Find a file
Christian Dietrich 43d30f2699 Merge pull request #369 from eclipse/cd_issue161
fix problem with bad naming convention epackages
2017-06-29 13:22:43 +02:00
.settings Gradle composite 2016-11-28 14:41:08 +01:00
gradle use xtext gradle plugin version 1.0.18 2017-06-09 16:59:59 +02:00
org.eclipse.xtext [ls/resourceAccess] fail if the resource set is null 2017-06-18 12:03:17 +02:00
org.eclipse.xtext.ide [ls/hover] added a hover context null guard 2017-06-18 12:26:01 +02:00
org.eclipse.xtext.ide.tests Fixes eclipse/xtext-core#245 2017-06-18 11:43:33 +02:00
org.eclipse.xtext.testing Merge pull request #334 from miklossy/master 2017-06-14 17:08:29 +02:00
org.eclipse.xtext.testlanguages Increased version number to 2.13.0-SNAPSHOT 2017-05-24 13:41:16 +02:00
org.eclipse.xtext.testlanguages.ide Increased version number to 2.13.0-SNAPSHOT 2017-05-24 13:41:16 +02:00
org.eclipse.xtext.tests updated target platform to oxygen. fixes https://github.com/eclipse/xtext-eclipse/issues/242 2017-06-29 12:55:55 +02:00
org.eclipse.xtext.util use xtext gradle plugin version 1.0.18 2017-06-09 17:28:55 +02:00
org.eclipse.xtext.xtext.bootstrap Refreshed projects with Buildship 2.0 2017-01-12 10:32:06 +01:00
org.eclipse.xtext.xtext.generator try to fix problem with bad naming convention epackages 2017-06-29 09:17:09 +02:00
org.eclipse.xtext.xtext.ide Increased version number to 2.13.0-SNAPSHOT 2017-05-24 13:41:16 +02:00
org.eclipse.xtext.xtext.wizard updated target platform to oxygen. fixes https://github.com/eclipse/xtext-eclipse/issues/242 2017-06-29 12:55:55 +02:00
releng Increased version number to 2.13.0-SNAPSHOT 2017-05-24 13:41:16 +02:00
.gitignore Windows tests fix (linesep) 2017-05-17 17:09:24 +03:00
.project Refreshed projects with Buildship 2.0 2017-01-12 10:32:06 +01:00
build.gradle [build] Excluded bootstrap project from eclipse-project-layout 2017-01-12 09:51:31 +01: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 [build] Clean xtend-gen before build 2017-01-24 15:24:03 +01: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.