Changeset 1043 for DCWoRMS


Ignore:
Timestamp:
03/28/13 16:11:59 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/test/DEBBTranslator/src/PLMXMLTranslator.java

    r1038 r1043  
    8080                                || (outputFileName != null && outputFileName.isEmpty() == true)) { 
    8181                 
    82                         if (inputFileName.contains(PLMXML_PREFIX)) { 
     82                        /*if (inputFileName.contains(PLMXML_PREFIX)) { 
    8383                                //      If file name contains PLMXML replace it by DCWORMS 
    8484                                outputFileName = inputFileName.replace(PLMXML_PREFIX, DCWORMS_PREFIX); 
    85                         } else { 
     85                        } else {*/ 
    8686                                String pathSeparator = File.separator; 
    8787//                              logger.debug("pathSeparator=" + pathSeparator);  
     
    9898//                              logger.debug("name=" + name);            
    9999                                outputFileName = path + "/DCWORMS" + "_" + name; 
    100                         } 
     100                        //} 
    101101                         
    102102                } 
Note: See TracChangeset for help on using the changeset viewer.