/eu.etaxonomy.taxeditor.webapp/lib/
/.ssh
+eu.etaxonomy.taxeditor.test/src/test/resources/eu/etaxonomy/cdm/database/schema/dataset.xsd
+eu.etaxonomy.taxeditor.test/src/test/resources/eu/etaxonomy/cdm/database/schema/PUBLIC.xsd
Bundle-ManifestVersion: 2
Bundle-Name: Application
Bundle-SymbolicName: eu.etaxonomy.taxeditor.application;singleton:=true
-Bundle-Version: 4.4.0.qualifier
+Bundle-Version: 4.5.0.qualifier
Bundle-Activator: eu.etaxonomy.taxeditor.TaxonomicEditorPlugin
Bundle-Vendor: EDIT
Bundle-Localization: OSGI-INF/l10n/plugin
perspective.name.0 = Polytomous Key\r
perspective.name.1 = Uses\r
perspective.name.2 = Derivatives\r
+perspective.name.3 = Checklist\r
menu.label = General\r
menu.label.0 = Edit\r
menu.label.1 = Window\r
menu.label.2 = Help\r
menu.label.3 = New\r
+menu.label.4 = Admin\r
command.label = Close\r
command.label.0 = Close All\r
command.label.1 = Save\r
command.label.20 = About the EDIT Platform\r
command.label.21 = New\r
command.label.22 = Save\r
+command.label.23 = Database Preferences\r
+command.label.24 = Database Repair Functionality\r
product.name = EDIT Taxonomic Editor\r
command.name = Parser Help\r
command.name.0 = About the EDIT Platform\r
perspective.name.0 = Polytomer Schlüssel
perspective.name.1 = Nutzung
perspective.name.2 = Derivate
+perspective.name.3 = Checklisten
menu.label = Datei
menu.label.0 = Bearbeiten
menu.label.1 = Extras
menu.label.2 = Hilfe
menu.label.3 = Neu
+menu.label.4 = Admin
command.label = Schlie\u00dfen
command.label.0 = Schlie\u00dfe alle
command.label.1 = Speichern
command.label.20 = \u00dcber die EDIT Platform
command.label.21 = Neu
command.label.22 = Speichern
+command.label.23 = Datenbank Präferenzen
+command.label.24 = Datenbank Reparatur Funktionalität
product.name = EDIT Taxonomischer Editor
command.name = Parser Hilfe
command.name.0 = \u00dcber die EDIT Platform
class="eu.etaxonomy.taxeditor.perspective.ChecklistPerspective"
icon="icons/check.png"
id="eu.etaxonomy.taxeditor.perspective.checklistperspective"
- name="Checklist">
+ name="%perspective.name.3">
</perspective>
</extension>
<menu
id="org.eclipse.ui.main.menu.window"
label="%menu.label.1">
+ </menu>
+ <menu
+ id="org.eclipse.ui.main.menu.admin"
+ label="%menu.label.4">
</menu>
<menu
id="org.eclipse.ui.main.menu.help"
label="%menu.label.2">
</menu>
+
</menuContribution>
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu.file">
style="push">
</command>
</menuContribution>
+ <menuContribution
+ allPopups="false"
+ locationURI="menu:org.eclipse.ui.main.menu.admin">
+ <command
+ commandId="eu.etaxonomy.taxeditor.application.DatabaseSettings"
+ label="%command.label.23"
+ style="push">
+ <visibleWhen
+ checkEnabled="true">
+ <and>
+ <reference
+ definitionId="hasROLE_PROJECT_MANAGER">
+ </reference>
+ <reference
+ definitionId="isCdmStoreConnected">
+ </reference>
+ </and>
+ </visibleWhen>
+ </command>
+ <command
+ commandId="eu.etaxonomy.taxeditor.application.DatabaseRepairFunctionality"
+ label="%command.label.24"
+ style="push">
+ <visibleWhen
+ checkEnabled="true">
+ <and>
+ <reference
+ definitionId="hasROLE_PROJECT_MANAGER">
+ </reference>
+ <reference
+ definitionId="isCdmStoreConnected">
+ </reference>
+ </and>
+ </visibleWhen>
+ </command>
+ </menuContribution>
<menuContribution
locationURI="menu:org.eclipse.ui.main.menu.help">
<command
<parent>
<groupId>eu.etaxonomy</groupId>
<artifactId>taxeditor-parent</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
public void postWindowOpen() {
PreferencesUtil.checkNomenclaturalCode();
-
-
if(PreferencesUtil.shouldConnectAtStartUp()) {
CdmStore.connect();
}
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2013 EDIT
* European Distributed Institute of Taxonomy
import org.eclipse.ui.IPlaceholderFolderLayout;
import org.eclipse.ui.progress.IProgressConstants;
-import eu.etaxonomy.taxeditor.editor.view.derivate.DerivateView;
import eu.etaxonomy.taxeditor.editor.view.descriptive.DescriptiveViewPart;
import eu.etaxonomy.taxeditor.navigation.navigator.TaxonNavigator;
import eu.etaxonomy.taxeditor.view.datasource.CdmDataSourceViewPart;
layout.addView(DetailsViewPart.ID, IPageLayout.RIGHT, 0.6f, layout.getEditorArea());
- layout.addView(DerivateView.ID, IPageLayout.BOTTOM, 0.5f, layout.getEditorArea());
-
layout.addView(DescriptiveViewPart.ID, IPageLayout.BOTTOM, 0.6f, TaxonNavigator.ID);
- // layout.addView(SupplementalDataViewPart.ID, IPageLayout.BOTTOM, 0.25f, DetailsViewPart.ID);
-
folderAdditional = layout.createPlaceholderFolder(ADDITIONAL, IPageLayout.BOTTOM, 0.6f, TaxonNavigator.ID);
folderAdditional.addPlaceholder(CdmDataSourceViewPart.ID);
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
Bundle-ManifestVersion: 2
Bundle-Name: Bulkeditor Bundle
Bundle-SymbolicName: eu.etaxonomy.taxeditor.bulkeditor;singleton:=true
-Bundle-Version: 4.4.0.qualifier
+Bundle-Version: 4.5.0.qualifier
Bundle-Activator: eu.etaxonomy.taxeditor.bulkeditor.internal.TaxeditorBulkeditorPlugin
Bundle-Vendor: EDIT
Export-Package: eu.etaxonomy.taxeditor.annotatedlineeditor,
<parent>
<groupId>eu.etaxonomy</groupId>
<artifactId>taxeditor-parent</artifactId>
- <version>4.4.0-SNAPSHOT</version>
+ <version>4.5.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy
-// $Id$
/**
* Copyright (C) 2007 EDIT
* European Distributed Institute of Taxonomy