Changeset 5183 for openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/AdministrationServiceImpl.java
- Timestamp:
- 08/06/08 17:17:55 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/data_synchronization_bidirectional/src/api/org/openmrs/api/impl/AdministrationServiceImpl.java
r4969 r5183 576 576 systemVariables.put("OPERATING_SYSTEM", 577 577 String.valueOf(OpenmrsConstants.OPERATING_SYSTEM)); 578 systemVariables.put("OPERATING_SYSTEM_WINDOWS_XP",579 String.valueOf(OpenmrsConstants.OPERATING_SYSTEM_WINDOWS_XP));580 systemVariables.put("OPERATING_SYSTEM_LINUX",581 String.valueOf(OpenmrsConstants.OPERATING_SYSTEM_LINUX));582 578 } 583 579