Removing taxonomic code selection when editor starts for the first time. Nomenclatura...
authorn.hoffmann <n.hoffmann@localhost>
Fri, 1 Apr 2011 15:29:43 +0000 (15:29 +0000)
committern.hoffmann <n.hoffmann@localhost>
Fri, 1 Apr 2011 15:29:43 +0000 (15:29 +0000)
eu.etaxonomy.taxeditor.application/META-INF/MANIFEST.MF
eu.etaxonomy.taxeditor.application/src/main/java/eu/etaxonomy/taxeditor/ApplicationWorkbenchWindowAdvisor.java

index 135bde964b463a02f126e889ffeed1ad92ae6fb8..c18bdd2311907fe59039a436fda733a4b61a672f 100644 (file)
@@ -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"
index 72ee9adf8745b16ba8e6c9cd280c9f85daed2aa1..d475b75dabe011e9ad4a93b62773f0927055621c 100644 (file)
@@ -57,7 +57,7 @@ public class ApplicationWorkbenchWindowAdvisor extends WorkbenchWindowAdvisor {
         * <p>postWindowOpen</p>
         */
        public void postWindowOpen() { 
-               PreferencesUtil.checkNomenclaturalCode();
+//             PreferencesUtil.checkNomenclaturalCode();
 
                if(PreferencesUtil.shouldConnectAtStartUp())
                        CdmStore.connect();