Project

General

Profile

« Previous | Next » 

Revision 2890acf5

Added by Andreas Müller about 13 years ago

New Developments for DwcA-Export

View differences:

cdmlib-io/src/main/java/eu/etaxonomy/cdm/io/dwca/out/DwcaTaxRecord.java
333 333
		print(rights, writer, IS_NOT_FIRST, TermUris.DC_RIGHTS);
334 334
		print(rightsHolder, writer, IS_NOT_FIRST, TermUris.DC_RIGHTS_HOLDER);
335 335
		print(accessRights, writer, IS_NOT_FIRST, TermUris.DC_ACCESS_RIGHTS);
336
		print(bibliographicCitation, writer, IS_NOT_FIRST, TermUris.DC_BIBLIOGRAPHIC_CITATION);
336
		print(bibliographicCitation, writer, IS_NOT_FIRST, TermUris.DC_BIBLIOGRAPHIC_CITATION, config.getDefaultBibliographicCitation());
337 337
		print(informationWithheld, writer, IS_NOT_FIRST, TermUris.DWC_INFORMATION_WITHHELD);
338 338
		print(datasetId, writer, IS_NOT_FIRST, TermUris.DWC_DATASET_ID);
339 339
		print(datasetName, writer, IS_NOT_FIRST, TermUris.DWC_DATASET_NAME);

Also available in: Unified diff