diff --git a/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/datatype/DataTypeFileTemplate.xtend b/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/datatype/DataTypeFileTemplate.xtend index c6cabca533..1a7893b2a8 100644 --- a/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/datatype/DataTypeFileTemplate.xtend +++ b/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/datatype/DataTypeFileTemplate.xtend @@ -37,9 +37,7 @@ class DataTypeFileTemplate implements ITemplate { version «context.modelId.version» displayname "«context.modelId.name»" description "«context.modelDescription»" - category demo «typeName» «context.modelId.name» { - //Enter «typeName» details } ''' } diff --git a/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/functionblock/FbmodelTemplateFileContent.xtend b/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/functionblock/FbmodelTemplateFileContent.xtend index c20149c251..d73d22b424 100644 --- a/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/functionblock/FbmodelTemplateFileContent.xtend +++ b/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/functionblock/FbmodelTemplateFileContent.xtend @@ -27,25 +27,20 @@ class FbmodelTemplateFileContent implements ITemplate { version «context.modelId.version» displayname "«context.modelId.name»" description "«context.modelDescription»" - category demo functionblock «context.modelId.name» { - configuration{ - //Please enter functionblock configuration details. + configuration { } - status{ - //Please enter functionblock status details. + status { } - fault{ - //Please enter functionblock fault configuration. + fault { } - operations{ - //Please enter functionblock operations. + operations { } - } + } ''' } diff --git a/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/infomodel/InfomodelTemplateFileContent.xtend b/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/infomodel/InfomodelTemplateFileContent.xtend index 4517a103f7..950051ab35 100644 --- a/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/infomodel/InfomodelTemplateFileContent.xtend +++ b/bundles/org.eclipse.vorto.wizard.vorto/src/org/eclipse/vorto/wizard/infomodel/InfomodelTemplateFileContent.xtend @@ -27,10 +27,8 @@ class InfomodelTemplateFileContent implements ITemplate { version «context.modelId.version» displayname "«context.modelId.name»" description "«context.modelDescription»" - category demo infomodel «context.modelId.name» { - - } + } ''' }