mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
484043: correctly check sdk project enabled
Task-Url: https://bugs.eclipse.org/bugs/show_bug.cgi?id=484043 Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
This commit is contained in:
parent
1784d1c46c
commit
7f48d5d34c
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ class SdkFeatureProject extends ProjectDescriptor {
|
|||
}
|
||||
|
||||
override isEnabled() {
|
||||
config.runtimeProject.isEclipsePluginProject
|
||||
super.enabled && config.runtimeProject.isEclipsePluginProject
|
||||
}
|
||||
|
||||
override getFiles() {
|
||||
|
|
Loading…
Reference in a new issue