Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
ellidiss-release
Compare Revisions
b05bb19ffd8d213e53f1f273e0b58ffa4b087692...fe4253f5e42dc6bc8c9c6aa6a9f177667d3861e9
Commits (1)
Enable the target check in the deployment view
· fe4253f5
Maxime Perrotin
authored
Oct 06, 2017
fe4253f5
Hide whitespace changes
Inline
Side-by-side
TASTE-linux/config/TasteConfig.ini
View file @
fe4253f5
...
...
@@ -15,7 +15,7 @@ namespace eval TasteConfig {
"asn2aadlPath"
"asn2aadlPlus"
\
"mscEditor"
"taste-edit-msc"
\
"mscCreator"
"taste-create-msc"
\
"check-deployment-target"
"
fals
e"
\
"check-deployment-target"
"
tru
e"
\
}
variable
accelerators
{
\
...
...
TASTE-linux64/config/TasteConfig.ini
View file @
fe4253f5
...
...
@@ -15,7 +15,7 @@ namespace eval TasteConfig {
"asn2aadlPath"
"asn2aadlPlus"
\
"mscEditor"
"taste-edit-msc"
\
"mscCreator"
"taste-create-msc"
\
"check-deployment-target"
"
fals
e"
\
"check-deployment-target"
"
tru
e"
\
}
variable
accelerators
{
\
...
...