From 4617ea6bb06f40115e4eb46315ff2cbb8d7c4c47 Mon Sep 17 00:00:00 2001 From: "n.hoffmann" Date: Fri, 1 Apr 2011 15:29:43 +0000 Subject: [PATCH] Removing taxonomic code selection when editor starts for the first time. Nomenclatural Code is defined through the datasource, which make this dialog obsolete --- eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF | 3 ++- .../etaxonomy/taxeditor/ApplicationWorkbenchWindowAdvisor.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF index 135bde964..c18bdd231 100644 --- a/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF +++ b/eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF @@ -26,4 +26,5 @@ Require-Bundle: org.eclipse.ui, org.eclipse.equinox.p2.ui, org.eclipse.equinox.p2.ui.sdk, org.eclipse.equinox.p2.updatechecker, - org.eclipse.equinox.p2.operations + org.eclipse.equinox.p2.operations, + org.eclipse.pde.junit.runtime;bundle-version="3.4.100" diff --git a/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchWindowAdvisor.java b/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchWindowAdvisor.java index 72ee9adf8..d475b75da 100644 --- a/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchWindowAdvisor.java +++ b/eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchWindowAdvisor.java @@ -57,7 +57,7 @@ public class ApplicationWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor { *

postWindowOpen

*/ public void postWindowOpen() { - PreferencesUtil.checkNomenclaturalCode(); +// PreferencesUtil.checkNomenclaturalCode(); if(PreferencesUtil.shouldConnectAtStartUp()) CdmStore.connect(); -- 2.34.1