Beginning the change over to DWC/TMDC

This commit is contained in:
Steve Dogiakos 2022-02-26 15:47:22 -07:00
parent 510f5e11d7
commit 8495ec005c
1 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
<?php <?php
/* /*
Plugin Name: Tainacan INBCM Plugin Name: Tainacan DWC
Plugin URI: https://tainacan.org/ Plugin URI: https://tainacan.org/
Description: Plugin for tainacan mappers IBRAM INBCM Description: Plugin for tainacan mappers Darwin Core
Author: Vinícius Nunes Author: Steve Dogiakos
Version: 0.0.1 Version: 0.0.1
Text Domain: tainacan-mappers-ibram-inbcm Text Domain: tainacan-mappers-tmdc-dwc
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/ */
@ -21,8 +21,8 @@ class TainacanINBCMBootstrapt {
} }
function registerExposerMapper($exposers) { function registerExposerMapper($exposers) {
$exposers->register_mapper('INBCM\Preset\Tainacan\Classes\Mapper\MapperINBCM'); $exposers->register_mapper('INBCM\Preset\Tainacan\Classes\Mapper\MapperDWC');
} }
} }
$tainacanMapperBootstrapt = new \INBCM\Preset\Tainacan\TainacanINBCMBootstrapt(); $tainacanMapperBootstrapt = new \INBCM\Preset\Tainacan\TainacanDWCBootstrapt();