Skip to content
Snippets Groups Projects
Commit 14252e90 authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Set last-changed dates on all projects in preparation of the upcoming

1.5.4 release.

[Build]
parent bbf833bb
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
<text> <text>
TLA+ Toolbox provides a user interface for TLA+ Tools. TLA+ Toolbox provides a user interface for TLA+ Tools.
This is Version 1.5.4 of 30 September 2017 and includes: This is Version 1.5.4 of 06 October 2017 and includes:
- SANY Version 2.1 of 23 July 2017 - SANY Version 2.1 of 23 July 2017
- TLC Version 2.10 of 28 September 2017 - TLC Version 2.10 of 28 September 2017
- PlusCal Version 1.8 of 07 December 2015 - PlusCal Version 1.8 of 07 December 2015
...@@ -45,8 +45,8 @@ openFile ...@@ -45,8 +45,8 @@ openFile
<windowImages i16="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_16.png" i32="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_32.png" i48="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_48.png" i64="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_64.png" i128="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_128.png" i256="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_256.png"/> <windowImages i16="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_16.png" i32="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_32.png" i48="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_48.png" i64="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_64.png" i128="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_128.png" i256="/org.lamport.tla.toolbox/icons/full/etool16/tla_launch_check_wiz_256.png"/>
<launcher name="toolbox"> <launcher name="toolbox">
<solaris/>
<win useIco="false"> <win useIco="false">
<bmp/> <bmp/>
</win> </win>
......
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
</property> </property>
<property <property
name="aboutText" name="aboutText"
value="TLA+ Toolbox provides a user interface for TLA+ Tools. &#x0A;&#x0A;This is Version 1.5.4 of 30 September 2017 and includes:&#x0A; - SANY Version 2.1 of 23 July 2017&#x0A; - TLC Version 2.10 of 28 September 2017&#x0A; - PlusCal Version 1.8 of 07 December 2015&#x0A; - TLATeX Version 1.0 of 20 September 2017&#x0A;&#x0A;Don&apos;t forget to click on help. You can learn about features that you never knew about or have forgotten.&#x0A;&#x0A;Please send us reports of problems or suggestions; see https://groups.google.com/d/forum/tlaplus ."> value="TLA+ Toolbox provides a user interface for TLA+ Tools. &#x0A;&#x0A;This is Version 1.5.4 of 06 October 2017 and includes:&#x0A; - SANY Version 2.1 of 23 July 2017&#x0A; - TLC Version 2.10 of 28 September 2017&#x0A; - PlusCal Version 1.8 of 07 December 2015&#x0A; - TLATeX Version 1.0 of 20 September 2017&#x0A;&#x0A;Don&apos;t forget to click on help. You can learn about features that you never knew about or have forgotten.&#x0A;&#x0A;Please send us reports of problems or suggestions; see https://groups.google.com/d/forum/tlaplus .">
</property> </property>
<property <property
name="aboutImage" name="aboutImage"
......
...@@ -175,7 +175,7 @@ public class ToolboxIntroPart extends IntroPart implements IIntroPart { ...@@ -175,7 +175,7 @@ public class ToolboxIntroPart extends IntroPart implements IIntroPart {
final Label lblVersion = new Label(outerContainer, SWT.WRAP); final Label lblVersion = new Label(outerContainer, SWT.WRAP);
lblVersion.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 2, 1)); lblVersion.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, false, false, 2, 1));
lblVersion.setText("Version 1.5.4 of 30 September 2017"); lblVersion.setText("Version 1.5.4 of 06 October 2017");
lblVersion.setBackground(backgroundColor); lblVersion.setBackground(backgroundColor);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment