Changed version to 1.1.39 and disabled auto collapse (see Request/Issue

FDA-74)
This commit is contained in:
2013-09-23 10:38:15 +02:00
parent a9d801bcca
commit 3026aa7510
10 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>ch.psi</groupId>
<artifactId>fda.ui</artifactId>
<version>1.1.36</version>
<version>1.1.39</version>
</parent>
<artifactId>application</artifactId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>ch.psi</groupId>
<artifactId>fda.ui</artifactId>
<version>1.1.36</version>
<version>1.1.39</version>
</parent>
<artifactId>branding</artifactId>

View File

@@ -1,2 +1,2 @@
CTL_MainWindow_Title=FDA 1.1.36
CTL_MainWindow_Title_No_Project=FDA 1.1.36
CTL_MainWindow_Title=FDA 1.1.39
CTL_MainWindow_Title_No_Project=FDA 1.1.39

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>fda.ui</artifactId>
<groupId>ch.psi</groupId>
<version>1.1.36</version>
<version>1.1.39</version>
</parent>
<artifactId>fda.ui.cdump</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>fda.ui</artifactId>
<groupId>ch.psi</groupId>
<version>1.1.36</version>
<version>1.1.39</version>
</parent>
<artifactId>fda.ui.ce</artifactId>

View File

@@ -27,7 +27,7 @@ public class DefaultSettings {
private final static DefaultSettings instance = new DefaultSettings();
private boolean collapsed = true;
private boolean collapsed = false;
private DefaultSettings(){

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>fda.ui</artifactId>
<groupId>ch.psi</groupId>
<version>1.1.36</version>
<version>1.1.39</version>
</parent>
<artifactId>fda.ui.cm</artifactId>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>fda.ui</artifactId>
<groupId>ch.psi</groupId>
<version>1.1.36</version>
<version>1.1.39</version>
</parent>
<artifactId>fda.ui.ee</artifactId>
@@ -87,7 +87,7 @@
<dependency>
<groupId>ch.psi</groupId>
<artifactId>fda</artifactId>
<version>1.1.36-SNAPSHOT</version>
<version>1.1.39</version>
<type>jar</type>
</dependency>
</dependencies>

View File

@@ -4,7 +4,7 @@
<parent>
<artifactId>fda.ui</artifactId>
<groupId>ch.psi</groupId>
<version>1.1.36</version>
<version>1.1.39</version>
</parent>
<artifactId>fda.ui.preferences</artifactId>

View File

@@ -4,7 +4,7 @@
<groupId>ch.psi</groupId>
<artifactId>fda.ui</artifactId>
<version>1.1.36</version>
<version>1.1.39</version>
<packaging>pom</packaging>
<name>fda.ui - NB App Parent</name>