Revision f8bcfa0d
Added by Andreas Müller about 9 years ago
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/IndexFungorumActivator.java | ||
---|---|---|
54 | 54 |
static final boolean doPesiExport = false; |
55 | 55 |
|
56 | 56 |
|
57 |
//NomeclaturalCode |
|
57 |
//NomenclaturalCode
|
|
58 | 58 |
static final NomenclaturalCode nomenclaturalCode = NomenclaturalCode.ICNAFP; |
59 | 59 |
|
60 | 60 |
|
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivatorEM.java | ||
---|---|---|
47 | 47 |
//check - export |
48 | 48 |
static final CHECK check = CHECK.EXPORT_WITHOUT_CHECK; |
49 | 49 |
|
50 |
//NomeclaturalCode |
|
50 |
//NomenclaturalCode
|
|
51 | 51 |
static final NomenclaturalCode nomenclaturalCode = NomenclaturalCode.ICNAFP; |
52 | 52 |
|
53 | 53 |
static final boolean deleteAll = true; |
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiExportActivatorERMS.java | ||
---|---|---|
47 | 47 |
//check - export |
48 | 48 |
static final CHECK check = CHECK.EXPORT_WITHOUT_CHECK; |
49 | 49 |
|
50 |
//NomeclaturalCode |
|
50 |
//NomenclaturalCode
|
|
51 | 51 |
static final NomenclaturalCode nomenclaturalCode = NomenclaturalCode.ICNAFP; |
52 | 52 |
|
53 | 53 |
static final boolean deleteAll = true; |
Also available in: Unified diff
typos