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:
Lorenzo Bettini 2016-04-06 12:35:42 +02:00
parent 1784d1c46c
commit 7f48d5d34c

View file

@ -36,7 +36,7 @@ class SdkFeatureProject extends ProjectDescriptor {
}
override isEnabled() {
config.runtimeProject.isEclipsePluginProject
super.enabled && config.runtimeProject.isEclipsePluginProject
}
override getFiles() {