Project

General

Profile

« Previous | Next » 

Revision 2176

Added by sgarg almost 20 years ago

Fixed a bug which was introduced because 'eml2namespace' was replaced by 'eml2_0_0namespace' in metacat.properties

View differences:

ContentTypeProvider.java
395 395
        packageType = BETA;
396 396
      }
397 397
      else if ((MetaCatUtil.getOptionList
398
               (MetaCatUtil.getOption("eml2namespace"))).contains(packType))
398
               (MetaCatUtil.getOption("eml2_0_0namespace"))).contains(packType))
399 399
      {
400 400
        // this eml 2 document
401 401
        MetaCatUtil.debugMessage("This is EML2 package", 30);

Also available in: Unified diff