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/OpenmrsClassLoader.java

    r4969 r5183  
    313313                String extForm = result.toExternalForm(); 
    314314                // trim out "jar:file:/ and ascii spaces" 
    315                 if (OpenmrsConstants.OPERATING_SYSTEM_FREEBSD.equalsIgnoreCase(OpenmrsConstants.OPERATING_SYSTEM) ||  
    316                         OpenmrsConstants.OPERATING_SYSTEM_LINUX.equalsIgnoreCase(OpenmrsConstants.OPERATING_SYSTEM) ||  
    317             OpenmrsConstants.OPERATING_SYSTEM_MAC_OSX.equalsIgnoreCase(OpenmrsConstants.OPERATING_SYSTEM)) 
     315                if (OpenmrsConstants.UNIX_BASED_OPERATING_SYSTEM) 
    318316                        extForm = extForm.replaceFirst("jar:file:", "").replaceAll("%20", " "); 
    319317                else