xtext-core/settings.gradle
Christian Schneider 9083f8b48b [xtext lang] contributed new bundle 'org.eclipse.xtext.xtext.bootstrap' containing the 'GenerateXtext.mwe2' workflow and a customizing guice module
* added task 'generateXtextLanguage' in 'build.gradle' for executing the workflow via gradle
* fixed definition of 'mwe2' sourceSet in '/gradle/java-compiler-settings.gradle'

Signed-off-by: Christian Schneider <christian.schneider@typefox.io>
2016-12-15 10:25:56 +01:00

14 lines
489 B
Groovy

rootProject.name = 'xtext-core'
include 'org.eclipse.xtext.xtext.bootstrap'
include 'org.eclipse.xtext'
include 'org.eclipse.xtext.ide'
include 'org.eclipse.xtext.util'
include 'org.eclipse.xtext.xtext.generator'
include 'org.eclipse.xtext.xtext.ide'
include 'org.eclipse.xtext.xtext.wizard'
include 'org.eclipse.xtext.testing'
include 'org.eclipse.xtext.tests'
include 'org.eclipse.xtext.ide.tests'
include 'org.eclipse.xtext.testlanguages'
include 'org.eclipse.xtext.testlanguages.ide'