Project

General

Profile

« Previous | Next » 

Revision 4213

Added by daigle over 15 years ago

qualify xml and eml properties with an xml. prefix

View differences:

MetacatReplication.java
1255 1255
        {
1256 1256
          String recordDoctype = rs.getString(3);
1257 1257
          Vector packagedoctypes = MetaCatUtil.getOptionList(
1258
                                     PropertyService.getProperty("packagedoctype"));
1258
                                     PropertyService.getProperty("xml.packagedoctype"));
1259 1259
          //if this is a package file, put it at the end
1260 1260
          //because if a package file is read before all of the files it
1261 1261
          //refers to are loaded then there is an error
......
1303 1303
          if(!recordDoctype.equals("BIN"))
1304 1304
          { //don't replicate data files
1305 1305
            Vector packagedoctypes = MetaCatUtil.getOptionList(
1306
                                     PropertyService.getProperty("packagedoctype"));
1306
                                     PropertyService.getProperty("xml.packagedoctype"));
1307 1307
            if(recordDoctype != null && !packagedoctypes.contains(recordDoctype))
1308 1308
            {   //if this is a package file, put it at the end
1309 1309
              //because if a package file is read before all of the files it

Also available in: Unified diff