Revision 689159b1
Added by Andreas Müller over 5 years ago
app-import/src/main/java/eu/etaxonomy/cdm/app/cyprus/CyprusImagesActivator.java | ||
---|---|---|
75 | 75 |
// static final ICdmDataSource cdmDestination = CdmDestinations.cdm_cyprus_dev(); |
76 | 76 |
static final ICdmDataSource cdmDestination = CdmDestinations.cdm_cyprus_production(); |
77 | 77 |
|
78 |
static boolean testOnly = true;
|
|
79 |
static boolean update_notCreate = true;
|
|
78 |
static boolean testOnly = false;
|
|
79 |
static boolean update_notCreate = false;
|
|
80 | 80 |
//if true, data will always be updated, if false, only missing data will be updated |
81 | 81 |
static boolean forceUpdate = false; |
82 | 82 |
|
Also available in: Unified diff
adapt Cyprus image import to run in create mode by default