Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/06/08 17:17:55 (5 months ago)
Author:
mseaton
Message:

synchronization_bidirectional_branch: merge from [4734] to [5181].

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/util/OpenmrsUtil.java

    r4969 r5183  
    8181import org.openmrs.api.AdministrationService; 
    8282import org.openmrs.api.ConceptService; 
    83 import org.openmrs.api.PatientIdentifierException; 
    8483import org.openmrs.api.PatientService; 
    8584import org.openmrs.api.context.Context; 
     
    889888        } 
    890889        else { 
    891                 if (OpenmrsConstants.OPERATING_SYSTEM_LINUX.equalsIgnoreCase(OpenmrsConstants.OPERATING_SYSTEM) ||  
    892                         OpenmrsConstants.OPERATING_SYSTEM_FREEBSD.equalsIgnoreCase(OpenmrsConstants.OPERATING_SYSTEM) ||  
    893                         OpenmrsConstants.OPERATING_SYSTEM_MAC_OSX.equalsIgnoreCase(OpenmrsConstants.OPERATING_SYSTEM)) 
     890                if (OpenmrsConstants.UNIX_BASED_OPERATING_SYSTEM) 
    894891                                filepath = System.getProperty("user.home") + File.separator + ".OpenMRS"; 
    895892                        else