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

Set version on all projects in preparation of the upcoming 1.5.7

release.

[Build]
parent 2cf41975
Branches
Tags
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?> <?pde version="3.5"?>
<product name="TLA+ Toolbox" uid="org.lamport.tla.toolbox.product.product" id="org.lamport.tla.toolbox.product.standalone.product" application="org.lamport.tla.toolbox.application" version="1.5.6.qualifier" useFeatures="true" includeLaunchers="true"> <product name="TLA+ Toolbox" uid="org.lamport.tla.toolbox.product.product" id="org.lamport.tla.toolbox.product.standalone.product" application="org.lamport.tla.toolbox.application" version="1.5.7.qualifier" useFeatures="true" includeLaunchers="true">
<aboutInfo> <aboutInfo>
<image path="/org.lamport.tla.toolbox.product.standalone/images/splash_small.png"/> <image path="/org.lamport.tla.toolbox.product.standalone/images/splash_small.png"/>
<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.6 of 29 January 2018 and includes: This is Version 1.5.7 of 29 January 2018 and includes:
- SANY Version 2.1 of 23 July 2017 - SANY Version 2.1 of 23 July 2017
- TLC Version 2.12 of 29 January 2018 - TLC Version 2.12 of 29 January 2018
- PlusCal Version 1.8 of 07 December 2015 - PlusCal Version 1.8 of 07 December 2015
...@@ -83,7 +83,7 @@ openFile ...@@ -83,7 +83,7 @@ openFile
<plugin id="org.eclipse.update.configurator"/> <plugin id="org.eclipse.update.configurator"/>
<plugin id="org.lamport.tla.toolbox.jclouds" autoStart="true" startLevel="4" /> <plugin id="org.lamport.tla.toolbox.jclouds" autoStart="true" startLevel="4" />
<plugin id="sts" autoStart="true" startLevel="4" /> <plugin id="sts" autoStart="true" startLevel="4" />
<property name="eclipse.buildId" value="1.5.6" /> <property name="eclipse.buildId" value="1.5.7" />
</configurations> </configurations>
<repositories> <repositories>
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<!-- Align product.version with the version in <!-- Align product.version with the version in
org.lamport.tla.toolbox.product.product.product org.lamport.tla.toolbox.product.product.product
product.version. --> product.version. -->
<product.version>1.5.6</product.version> <product.version>1.5.7</product.version>
<!-- Format build timestamp to adhere to the Debian package guidelines --> <!-- Format build timestamp to adhere to the Debian package guidelines -->
<maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format> <maven.build.timestamp.format>yyyyMMdd-HHmm</maven.build.timestamp.format>
<product.build>${maven.build.timestamp}</product.build> <product.build>${maven.build.timestamp}</product.build>
......
...@@ -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.6 of 29 January 2018 and includes:&#x0A; - SANY Version 2.1 of 23 July 2017&#x0A; - TLC Version 2.12 of 29 January 2018&#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.7 of 29 January 2018 and includes:&#x0A; - SANY Version 2.1 of 23 July 2017&#x0A; - TLC Version 2.12 of 29 January 2018&#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.6 of 29 January 2018"); lblVersion.setText("Version 1.5.7 of 29 January 2018");
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