Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2018-07-06 13:38:44 +0000
committerJuergen Haug2018-07-06 13:38:54 +0000
commitefc0339ae13833e5b3bc281b9707979be938f870 (patch)
tree48474159c2e5a8f7671793667676124aac2e4e96
parent450ecd35bff741f7ba4568c53a80b80b618b5312 (diff)
downloadorg.eclipse.etrice-efc0339ae13833e5b3bc281b9707979be938f870.tar.gz
org.eclipse.etrice-efc0339ae13833e5b3bc281b9707979be938f870.tar.xz
org.eclipse.etrice-efc0339ae13833e5b3bc281b9707979be938f870.zip
[doc] fixed version of transitionData migration
-rw-r--r--plugins/org.eclipse.etrice.doc/online-doc/config/_master.json2
-rw-r--r--plugins/org.eclipse.etrice.doc/online-doc/content/release-notes.md2
-rw-r--r--plugins/org.eclipse.etrice.doc/targets/eclipse-help/etrice-doc.html4
-rw-r--r--plugins/org.eclipse.etrice.doc/targets/eclipse-help/release-notes.html2
-rw-r--r--plugins/org.eclipse.etrice.doc/targets/eclipse-help/toc-topics.xml.html2
5 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.etrice.doc/online-doc/config/_master.json b/plugins/org.eclipse.etrice.doc/online-doc/config/_master.json
index 0382c2135..c70e3d18c 100644
--- a/plugins/org.eclipse.etrice.doc/online-doc/config/_master.json
+++ b/plugins/org.eclipse.etrice.doc/online-doc/config/_master.json
@@ -1,6 +1,6 @@
{
"title": "eTrice Documentation",
- "version": "1.0",
+ "version": "2.x",
"xtext-langs" : {
"room" : "xtext_keyword_files/InternalRoom.tokens",
"etconfig" : "xtext_keyword_files/InternalConfig.tokens",
diff --git a/plugins/org.eclipse.etrice.doc/online-doc/content/release-notes.md b/plugins/org.eclipse.etrice.doc/online-doc/content/release-notes.md
index d57c18f0c..9f8f7f323 100644
--- a/plugins/org.eclipse.etrice.doc/online-doc/content/release-notes.md
+++ b/plugins/org.eclipse.etrice.doc/online-doc/content/release-notes.md
@@ -4,7 +4,7 @@ Release Notes
Noteworthy release changes are described here.
-1.1.3 Migration
+2.0.0 Migration
--------------------------
<span class="label label-danger">Breaking Changes:</span> This release contains a breaking change to models used with previous versions.
diff --git a/plugins/org.eclipse.etrice.doc/targets/eclipse-help/etrice-doc.html b/plugins/org.eclipse.etrice.doc/targets/eclipse-help/etrice-doc.html
index 2cfa1d0ee..f9d3225d4 100644
--- a/plugins/org.eclipse.etrice.doc/targets/eclipse-help/etrice-doc.html
+++ b/plugins/org.eclipse.etrice.doc/targets/eclipse-help/etrice-doc.html
@@ -17,7 +17,7 @@
<div style="text-align:center;">
<p><img src="images/logo/etrice-logo-interim.png"></p>
<h1>eTrice Documentation</h1>
-<p>version 1.0</p>
+<p>version 2.x</p>
</div>
<!-- front page + toc--->
@@ -1325,7 +1325,7 @@
<li><a href="release-notes.html">Release Notes</a>
<ul>
-<li><a href="release-notes.html#1-1-3-migration">1.1.3 Migration</a></li>
+<li><a href="release-notes.html#2-0-0-migration">2.0.0 Migration</a></li>
diff --git a/plugins/org.eclipse.etrice.doc/targets/eclipse-help/release-notes.html b/plugins/org.eclipse.etrice.doc/targets/eclipse-help/release-notes.html
index 3a6eadbee..8ebd5d2f7 100644
--- a/plugins/org.eclipse.etrice.doc/targets/eclipse-help/release-notes.html
+++ b/plugins/org.eclipse.etrice.doc/targets/eclipse-help/release-notes.html
@@ -16,7 +16,7 @@
<h1><a href="#release-notes" name="release-notes"></a>Release Notes</h1>
<p>Noteworthy release changes are described here.</p>
-<h2><a href="#1-1-3-migration" name="1-1-3-migration"></a>1.1.3 Migration</h2>
+<h2><a href="#2-0-0-migration" name="2-0-0-migration"></a>2.0.0 Migration</h2>
<p><span class="label label-danger">Breaking Changes:</span> This release contains a breaking change to models used with previous versions.</p>
<p>The name of the data for protocol messages is not longer used and is marked as deprecated. In state machines the message data is now named <code>transitionData</code>. Thus <strong>all occurrences of the message data have to be renamed</strong>. The changes to the model are depicted in the picture below:</p>
<p><img src="images/600-TransitionDataMigration.png" alt="image"></p>
diff --git a/plugins/org.eclipse.etrice.doc/targets/eclipse-help/toc-topics.xml.html b/plugins/org.eclipse.etrice.doc/targets/eclipse-help/toc-topics.xml.html
index aee1cd76c..df79d8ddd 100644
--- a/plugins/org.eclipse.etrice.doc/targets/eclipse-help/toc-topics.xml.html
+++ b/plugins/org.eclipse.etrice.doc/targets/eclipse-help/toc-topics.xml.html
@@ -169,7 +169,7 @@
</topic>
</topic>
</topic><topic href="targets/eclipse-help/release-notes.html" label="Release Notes">
-<topic href="targets/eclipse-help/release-notes.html#1-1-3-migration" label="1.1.3 Migration">
+<topic href="targets/eclipse-help/release-notes.html#2-0-0-migration" label="2.0.0 Migration">
</topic>
</topic>
</toc> \ No newline at end of file

Back to the top