From 3026aa75102f64a1cc8e8d0b13dbcfc858d40809 Mon Sep 17 00:00:00 2001 From: Simon Ebner Date: Mon, 23 Sep 2013 10:38:15 +0200 Subject: [PATCH] Changed version to 1.1.39 and disabled auto collapse (see Request/Issue FDA-74) --- application/pom.xml | 2 +- branding/pom.xml | 2 +- .../org/netbeans/core/windows/view/ui/Bundle.properties | 4 ++-- fda.ui.cdump/pom.xml | 2 +- fda.ui.ce/pom.xml | 2 +- .../java/ch/psi/fda/ui/ce/panels/model/DefaultSettings.java | 2 +- fda.ui.cm/pom.xml | 2 +- fda.ui.ee/pom.xml | 4 ++-- fda.ui.preferences/pom.xml | 2 +- pom.xml | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/application/pom.xml b/application/pom.xml index c556595..4e8e9af 100644 --- a/application/pom.xml +++ b/application/pom.xml @@ -5,7 +5,7 @@ ch.psi fda.ui - 1.1.36 + 1.1.39 application diff --git a/branding/pom.xml b/branding/pom.xml index 6d23b5d..f6c3f1b 100644 --- a/branding/pom.xml +++ b/branding/pom.xml @@ -5,7 +5,7 @@ ch.psi fda.ui - 1.1.36 + 1.1.39 branding diff --git a/branding/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties b/branding/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties index 8ac3b45..e47489e 100644 --- a/branding/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties +++ b/branding/src/main/nbm-branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties @@ -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 diff --git a/fda.ui.cdump/pom.xml b/fda.ui.cdump/pom.xml index 1f930ab..44acfe0 100644 --- a/fda.ui.cdump/pom.xml +++ b/fda.ui.cdump/pom.xml @@ -4,7 +4,7 @@ fda.ui ch.psi - 1.1.36 + 1.1.39 fda.ui.cdump diff --git a/fda.ui.ce/pom.xml b/fda.ui.ce/pom.xml index e0a5ea1..1a0ddba 100644 --- a/fda.ui.ce/pom.xml +++ b/fda.ui.ce/pom.xml @@ -4,7 +4,7 @@ fda.ui ch.psi - 1.1.36 + 1.1.39 fda.ui.ce diff --git a/fda.ui.ce/src/main/java/ch/psi/fda/ui/ce/panels/model/DefaultSettings.java b/fda.ui.ce/src/main/java/ch/psi/fda/ui/ce/panels/model/DefaultSettings.java index b20ac52..1925fe4 100644 --- a/fda.ui.ce/src/main/java/ch/psi/fda/ui/ce/panels/model/DefaultSettings.java +++ b/fda.ui.ce/src/main/java/ch/psi/fda/ui/ce/panels/model/DefaultSettings.java @@ -27,7 +27,7 @@ public class DefaultSettings { private final static DefaultSettings instance = new DefaultSettings(); - private boolean collapsed = true; + private boolean collapsed = false; private DefaultSettings(){ diff --git a/fda.ui.cm/pom.xml b/fda.ui.cm/pom.xml index 79d4dee..9616a79 100644 --- a/fda.ui.cm/pom.xml +++ b/fda.ui.cm/pom.xml @@ -4,7 +4,7 @@ fda.ui ch.psi - 1.1.36 + 1.1.39 fda.ui.cm diff --git a/fda.ui.ee/pom.xml b/fda.ui.ee/pom.xml index e2857ff..792dd0b 100644 --- a/fda.ui.ee/pom.xml +++ b/fda.ui.ee/pom.xml @@ -4,7 +4,7 @@ fda.ui ch.psi - 1.1.36 + 1.1.39 fda.ui.ee @@ -87,7 +87,7 @@ ch.psi fda - 1.1.36-SNAPSHOT + 1.1.39 jar diff --git a/fda.ui.preferences/pom.xml b/fda.ui.preferences/pom.xml index 1e101a2..997053a 100644 --- a/fda.ui.preferences/pom.xml +++ b/fda.ui.preferences/pom.xml @@ -4,7 +4,7 @@ fda.ui ch.psi - 1.1.36 + 1.1.39 fda.ui.preferences diff --git a/pom.xml b/pom.xml index 54025fc..f94556e 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ ch.psi fda.ui - 1.1.36 + 1.1.39 pom fda.ui - NB App Parent