Revision 6c704323
Added by Katja Luther over 6 years ago
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/OpenDatabasePreferencesWizardHandler.java | ||
---|---|---|
13 | 13 |
import org.eclipse.core.commands.ExecutionException; |
14 | 14 |
import org.eclipse.jface.wizard.WizardDialog; |
15 | 15 |
|
16 |
import eu.etaxonomy.taxeditor.databasePreferences.wizard.DatabasePreferencesWizard;
|
|
16 |
import eu.etaxonomy.taxeditor.databaseAdmin.wizard.DatabasePreferencesWizard;
|
|
17 | 17 |
import eu.etaxonomy.taxeditor.store.StoreUtil; |
18 | 18 |
|
19 | 19 |
/** |
eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/handler/OpenDatabaseRepairWizardHandler.java | ||
---|---|---|
13 | 13 |
import org.eclipse.core.commands.ExecutionException; |
14 | 14 |
import org.eclipse.jface.wizard.WizardDialog; |
15 | 15 |
|
16 |
import eu.etaxonomy.taxeditor.databasePreferences.wizard.DatabaseRepairWizard;
|
|
16 |
import eu.etaxonomy.taxeditor.databaseAdmin.wizard.DatabaseRepairWizard;
|
|
17 | 17 |
import eu.etaxonomy.taxeditor.store.StoreUtil; |
18 | 18 |
|
19 | 19 |
|
Also available in: Unified diff
minor to fix failing jenkins