Revision 973bd95e
Added by Andreas Müller almost 4 years ago
app-import/src/main/java/eu/etaxonomy/cdm/app/greece/BupleurumExportActivator.java | ||
---|---|---|
39 | 39 |
|
40 | 40 |
static final ICdmDataSource greeceSource = CdmDestinations.cdm_production_greece_checklist(); |
41 | 41 |
// static final ICdmDataSource cdmDestination = CdmDestinations.cdm_local_test_mysql(); |
42 |
static final ICdmDataSource cdmDestination = CdmDestinations.cdm_local_cdmtest_mysql(); |
|
43 |
// static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_bupleurum
|
|
42 |
// static final ICdmDataSource cdmDestination = CdmDestinations.cdm_local_cdmtest_mysql();
|
|
43 |
static final ICdmDataSource cdmDestination = CdmDestinations.cdm_test_bupleurum();
|
|
44 | 44 |
|
45 | 45 |
static final String sourceRefTitle = "Flora of Greece"; |
46 | 46 |
static final UUID sourceRefUuid = UUID.fromString("f88e33e5-1f6a-463e-b6fd-220d5e93d810"); |
... | ... | |
54 | 54 |
|
55 | 55 |
static final boolean doTaxa = true; |
56 | 56 |
static final boolean doDescriptions = false; |
57 |
static final boolean removeImportSources = true; |
|
57 | 58 |
|
58 | 59 |
static final boolean doConcurrent = false; |
59 | 60 |
//auditing |
... | ... | |
73 | 74 |
config.setDoTaxa(doTaxa); |
74 | 75 |
config.setDoDescriptions(doDescriptions); |
75 | 76 |
config.setSourceReference(getSourceRef()); |
77 |
config.setRemoveImportSources(removeImportSources); |
|
76 | 78 |
|
77 | 79 |
IProgressMonitor monitor = config.getProgressMonitor(); |
78 | 80 |
|
Also available in: Unified diff
ref #8689 some updates to BupleurumExportActivator