Revision 31228
Added by Marek Horst about 10 years ago
modules/icm-iis-mainworkflows/trunk/src/test/resources/eu/dnetlib/iis/mainworkflows/integration/primary/processing/oozie_app/workflow.xml | ||
---|---|---|
45 | 45 |
eu.dnetlib.iis.metadataextraction.schemas.DocumentText, |
46 | 46 |
eu/dnetlib/iis/mainworkflows/data/empty.json}</arg> |
47 | 47 |
<arg>-C{dedup_mapping, |
48 |
eu.dnetlib.iis.importer.schemas.IdentifierMapping,
|
|
48 |
eu.dnetlib.iis.common.schemas.IdentifierMapping,
|
|
49 | 49 |
eu/dnetlib/iis/mainworkflows/data/empty.json}</arg> |
50 | 50 |
<arg>-C{citation, |
51 | 51 |
eu.dnetlib.iis.citationmatching.schemas.Citation, |
modules/icm-iis-mainworkflows/trunk/src/main/resources/eu/dnetlib/iis/mainworkflows/common/import/oozie_app/workflow.xml | ||
---|---|---|
707 | 707 |
<arg>eu.dnetlib.iis.core.java.jsonworkflownodes.Producer</arg> |
708 | 708 |
<!-- Specification of the output ports --> |
709 | 709 |
<arg>-C{pmid_to_oaid, |
710 |
eu.dnetlib.iis.importer.schemas.IdentifierMapping,
|
|
710 |
eu.dnetlib.iis.common.schemas.IdentifierMapping,
|
|
711 | 711 |
eu/dnetlib/iis/mainworkflows/data/empty.json}</arg> |
712 | 712 |
<arg>-SworkingDir=${workingDir}/pmid_to_oaid_producer/working_dir</arg> |
713 | 713 |
<arg>-Opmid_to_oaid=${workingDir}/pmid_to_oaid_producer/pmid_to_oaid</arg> |
Also available in: Unified diff
#840 moving IdentifierMapping from importer to common package