Project

General

Profile

« Previous | Next » 

Revision 5e22b871

Added by Andreas Müller almost 7 years ago

cleanup and adapt to new Output generics hierarchy

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/i4life/col/ColDwcaExportActivator.java
120 120
		DwcaTaxExportConfigurator config = DwcaTaxExportConfigurator.NewInstance(source, new File(destination), emlRecord);
121 121

  
122 122
		config.setDoTaxa(doTaxa);
123
		config.setDoResourceRelation(doResourceRelation);
123
		config.setDoResourceRelations(doResourceRelation);
124 124
		config.setDoTypesAndSpecimen(doTypesAndSpecimen);
125 125
		config.setDoVernacularNames(doVernacularNames);
126 126
		config.setDoReferences(doReferences);
127
		config.setDoDescription(doDescription);
127
		config.setDoDescriptions(doDescription);
128 128
		config.setDoDistributions(doDistributions);
129 129
		config.setDoImages(doImages);
130 130
		config.setDoMetaData(doMetaData);

Also available in: Unified diff