diff --git a/TASTE-linux/bin/TASTE b/TASTE-linux/bin/TASTE index d71489bab615cca32aa3ea83f32226bd73d921ac..8e512330147d5d8108d86e77a8c84a8ca291b0b8 100755 Binary files a/TASTE-linux/bin/TASTE and b/TASTE-linux/bin/TASTE differ diff --git a/TASTE-linux/bin/sdlrev b/TASTE-linux/bin/sdlrev new file mode 100644 index 0000000000000000000000000000000000000000..a80ee9f7872341c4096d3999fc917a6159c2c9d0 Binary files /dev/null and b/TASTE-linux/bin/sdlrev differ diff --git a/TASTE-linux/changelog.txt b/TASTE-linux/changelog.txt index 3c4caece5481ee69dc27b795bf1a8ccadca9c978..2d5f38abb2e75f3027c568b3d8d78859491e8b69 100644 --- a/TASTE-linux/changelog.txt +++ b/TASTE-linux/changelog.txt @@ -1,6 +1,9 @@ COO7: * ticket COO7-001 : Add navigation to the type line in the ASN.1 editor +version 2.1.14 : +* ticket 0000751 : Forbid_in_PI property in dataview + version 2.1.13 : * ticket 0000745 : Modifying Interface View diff --git a/TASTE-linux/config/externalTools/concurrencyview.tcl b/TASTE-linux/config/externalTools/concurrencyview.tcl index 64b504c766b97a9296db9320a0edd59078b8151f..f0bba1c4acb50335a44acd1b0bd916aa0aa7d301 100755 --- a/TASTE-linux/config/externalTools/concurrencyview.tcl +++ b/TASTE-linux/config/externalTools/concurrencyview.tcl @@ -35,11 +35,11 @@ namespace eval concurrencyview { lset res 1 [ concat [ list "Deployment view is inconsistent" ] [lindex $res 1 ] ] return $res } else { - Context::setAttribute "concurrencyview" state "normal" - if { [ string match win32*64 [::platform::identify]] || [ string match win32* [::platform::identify]] } { - return [concurrencyviewWindows_internal ] - } else { - return [concurrencyview_internal ] + Context::setAttribute "concurrencyview" state "normal" + if { [ string match win32*64 [::platform::identify]] || [ string match win32* [::platform::identify]] } { + return [concurrencyviewWindows_internal ] + } else { + return [concurrencyview_internal ] } } } diff --git a/TASTE-linux64/bin/TASTE b/TASTE-linux64/bin/TASTE index f4bb8c63fc56db26bc6720ca79dd87fd9c46808a..a1362be812cd48f1e6e533eb3341fd3c49f43841 100755 Binary files a/TASTE-linux64/bin/TASTE and b/TASTE-linux64/bin/TASTE differ diff --git a/TASTE-linux64/bin/sdlrev b/TASTE-linux64/bin/sdlrev new file mode 100644 index 0000000000000000000000000000000000000000..dd22422900510ccd76aedb7456720da74edb8397 Binary files /dev/null and b/TASTE-linux64/bin/sdlrev differ diff --git a/TASTE-linux64/changelog.txt b/TASTE-linux64/changelog.txt index 3c4caece5481ee69dc27b795bf1a8ccadca9c978..2d5f38abb2e75f3027c568b3d8d78859491e8b69 100644 --- a/TASTE-linux64/changelog.txt +++ b/TASTE-linux64/changelog.txt @@ -1,6 +1,9 @@ COO7: * ticket COO7-001 : Add navigation to the type line in the ASN.1 editor +version 2.1.14 : +* ticket 0000751 : Forbid_in_PI property in dataview + version 2.1.13 : * ticket 0000745 : Modifying Interface View diff --git a/TASTE-linux64/config/externalTools/concurrencyview.tcl b/TASTE-linux64/config/externalTools/concurrencyview.tcl index 64b504c766b97a9296db9320a0edd59078b8151f..f0bba1c4acb50335a44acd1b0bd916aa0aa7d301 100644 --- a/TASTE-linux64/config/externalTools/concurrencyview.tcl +++ b/TASTE-linux64/config/externalTools/concurrencyview.tcl @@ -35,11 +35,11 @@ namespace eval concurrencyview { lset res 1 [ concat [ list "Deployment view is inconsistent" ] [lindex $res 1 ] ] return $res } else { - Context::setAttribute "concurrencyview" state "normal" - if { [ string match win32*64 [::platform::identify]] || [ string match win32* [::platform::identify]] } { - return [concurrencyviewWindows_internal ] - } else { - return [concurrencyview_internal ] + Context::setAttribute "concurrencyview" state "normal" + if { [ string match win32*64 [::platform::identify]] || [ string match win32* [::platform::identify]] } { + return [concurrencyviewWindows_internal ] + } else { + return [concurrencyview_internal ] } } }