diff options
| author | Jan Belle | 2020-10-09 12:52:58 +0000 |
|---|---|---|
| committer | Jan Belle | 2020-10-09 12:52:58 +0000 |
| commit | 1d6859e60db97eb478e3cc7d450c1d9d304032a6 (patch) | |
| tree | 8186a3f395cf18f213aeaa1072a9f913ed77495d | |
| parent | 0da1fc42cc8f28a833146703e639a05867236731 (diff) | |
| download | org.eclipse.etrice-1d6859e60db97eb478e3cc7d450c1d9d304032a6.tar.gz org.eclipse.etrice-1d6859e60db97eb478e3cc7d450c1d9d304032a6.tar.xz org.eclipse.etrice-1d6859e60db97eb478e3cc7d450c1d9d304032a6.zip | |
[doc] Update download link for Trace2UML
Bug 341792
Change-Id: Ia09dacf69b3c3931b718ab84206e5f834499a840
4 files changed, 12 insertions, 12 deletions
diff --git a/plugins/org.eclipse.etrice.doc/featuremodel/etrice.codegenerators.featurizer b/plugins/org.eclipse.etrice.doc/featuremodel/etrice.codegenerators.featurizer index b75796a67..70bc16ea4 100644 --- a/plugins/org.eclipse.etrice.doc/featuremodel/etrice.codegenerators.featurizer +++ b/plugins/org.eclipse.etrice.doc/featuremodel/etrice.codegenerators.featurizer @@ -53,7 +53,7 @@ Feature GenerationOptions Feature MSCLogging description '''Runtime logger for event-driven Messages, represented as a Message Sequence Chart.''' text ''' - The MSCLogging is activated by default, but can be set manually in the [GenerationOptions][]. The output file is created upon regular termination of the application. The resulting file can be found in the logging directory and has the name *msc.seq*, which can be open with the free open source tool [Trace2UML](http://trace2uml.stage.tigris.org/). + The MSCLogging is activated by default, but can be set manually in the [GenerationOptions][]. The output file is created upon regular termination of the application. The resulting file can be found in the logging directory and has the name *msc.seq*, which can be open with the free open source tool [Trace2UML](https://wiki.astade.de/).  ''' diff --git a/plugins/org.eclipse.etrice.doc/online-doc/content/feature-reference.md b/plugins/org.eclipse.etrice.doc/online-doc/content/feature-reference.md index ec088d78a..3d03688d5 100644 --- a/plugins/org.eclipse.etrice.doc/online-doc/content/feature-reference.md +++ b/plugins/org.eclipse.etrice.doc/online-doc/content/feature-reference.md @@ -3656,7 +3656,7 @@ A list of available options: ## MSCLogging Runtime logger for event-driven Messages, represented as a Message Sequence Chart. -The MSCLogging is activated by default, but can be set manually in the [GenerationOptions][]. The output file is created upon regular termination of the application. The resulting file can be found in the logging directory and has the name *msc.seq*, which can be open with the free open source tool [Trace2UML](http://trace2uml.stage.tigris.org/). +The MSCLogging is activated by default, but can be set manually in the [GenerationOptions][]. The output file is created upon regular termination of the application. The resulting file can be found in the logging directory and has the name *msc.seq*, which can be open with the free open source tool [Trace2UML](https://wiki.astade.de/).  diff --git a/plugins/org.eclipse.etrice.doc/online-doc/content/tutorials.md b/plugins/org.eclipse.etrice.doc/online-doc/content/tutorials.md index 0fce16f0b..f7d436cbb 100644 --- a/plugins/org.eclipse.etrice.doc/online-doc/content/tutorials.md +++ b/plugins/org.eclipse.etrice.doc/online-doc/content/tutorials.md @@ -52,9 +52,9 @@ In this tutorial you will have a first look at a very simple eTrice model. The g - *Refresh using native hooks or polling* - *Refresh on access* -- Optional: Install [Trace2UML](http://trace2uml.stage.tigris.org/), an Open Source MSC viewer - - [Windows download site](http://trace2uml.tigris.org/servlets/ProjectDocumentList?folderID=6208) - - [Linux package](http://apt.astade.de/) +- Optional: Install [Trace2UML](https://wiki.astade.de/), an Open Source MSC viewer + - [Windows download site](https://wiki.astade.de/dokuwiki/doku.php?id=download:index) + - [Linux package](https://wiki.astade.de/dokuwiki/doku.php?id=download:index) #### How to install the MinGW compiler on Windows 10 @@ -167,9 +167,9 @@ The goal is to learn the work flow of eTrice and to understand a few basic featu - *Refresh using native hooks or polling* - *Refresh on access* -- Optional: Install [Trace2UML](http://trace2uml.stage.tigris.org/), an Open Source MSC viewer - - [Windows download site](http://trace2uml.tigris.org/servlets/ProjectDocumentList?folderID=6208) - - [Linux package](http://apt.astade.de/) +- Optional: Install [Trace2UML](https://wiki.astade.de/), an Open Source MSC viewer + - [Windows download site](https://wiki.astade.de/dokuwiki/doku.php?id=download:index) + - [Linux package](https://wiki.astade.de/dokuwiki/doku.php?id=download:index) #### Create template project @@ -264,9 +264,9 @@ In this tutorial you will have a first look at a very simple eTrice model. The g - *Refresh using native hooks or polling* - *Refresh on access* -- Optional: Install [Trace2UML](http://trace2uml.stage.tigris.org/), an Open Source MSC viewer - - [Windows download site](http://trace2uml.tigris.org/servlets/ProjectDocumentList?folderID=6208) - - [Linux package](http://apt.astade.de/) +- Optional: Install [Trace2UML](https://wiki.astade.de/), an Open Source MSC viewer + - [Windows download site](https://wiki.astade.de/dokuwiki/doku.php?id=download:index) + - [Linux package](https://wiki.astade.de/dokuwiki/doku.php?id=download:index) #### Create template project diff --git a/runtime/org.eclipse.etrice.runtime.java/src/org/eclipse/etrice/runtime/java/debugging/MSCLogger.java b/runtime/org.eclipse.etrice.runtime.java/src/org/eclipse/etrice/runtime/java/debugging/MSCLogger.java index a2de96a73..3311f34ec 100644 --- a/runtime/org.eclipse.etrice.runtime.java/src/org/eclipse/etrice/runtime/java/debugging/MSCLogger.java +++ b/runtime/org.eclipse.etrice.runtime.java/src/org/eclipse/etrice/runtime/java/debugging/MSCLogger.java @@ -25,7 +25,7 @@ import java.util.List; * @author Thomas Schuetz * * MSCLogger implements logging of sync and async MSCs into a file - * MSC-format is that of Trace2UML (http://trace2uml.tigris.org/) + * MSC-format is that of Trace2UML (https://wiki.astade.de/) * */ public class MSCLogger { |
