mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-16 08:48:55 +00:00
484043: feature project is .feature instead of .sdk
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
78dace0fd0
commit
cc23a1cd38
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ import org.eclipse.xtend.lib.annotations.FinalFieldsConstructor
|
|||
class SdkFeatureProject extends ProjectDescriptor {
|
||||
|
||||
override getNameQualifier() {
|
||||
".sdk"
|
||||
".feature"
|
||||
}
|
||||
|
||||
override isEclipsePluginProject() {
|
||||
|
@ -59,7 +59,7 @@ class SdkFeatureProject extends ProjectDescriptor {
|
|||
def featureXml() '''
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<feature id="«name»"
|
||||
label="«config.language.simpleName» SDK Feature "
|
||||
label="«config.language.simpleName» Feature "
|
||||
version="1.0.0.qualifier">
|
||||
«includedPlugin("")»
|
||||
«IF config.ideProject.enabled»
|
||||
|
|
Loading…
Reference in a new issue