Skip to content

Commit

Permalink
Removed category and comments from templates. (#926)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Pizonka <[email protected]>
  • Loading branch information
Ebolon authored and aedelmann committed May 7, 2018
1 parent aa6983c commit c54d66d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ class DataTypeFileTemplate implements ITemplate<IModelProjectContext> {
version «context.modelId.version»
displayname "«context.modelId.name»"
description "«context.modelDescription»"
category demo
«typeName» «context.modelId.name» {
//Enter «typeName» details
}
'''
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,25 +27,20 @@ class FbmodelTemplateFileContent implements ITemplate<IModelProjectContext> {
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 {
}
}
}
'''
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,8 @@ class InfomodelTemplateFileContent implements ITemplate<IModelProjectContext> {
version «context.modelId.version»
displayname "«context.modelId.name»"
description "«context.modelDescription»"
category demo
infomodel «context.modelId.name» {
}
}
'''
}

Expand Down

0 comments on commit c54d66d

Please sign in to comment.