Skip to content

Latest commit

 

History

History
56 lines (51 loc) · 1.72 KB

README.md

File metadata and controls

56 lines (51 loc) · 1.72 KB

Build Status Coverage Status

OpenMRS is a patient-based medical record system focusing on giving providers a free customizable EMR.

Read more at http://openmrs.org/about

Find documentation on our wiki: http://wiki.openmrs.org

The project tree is set up as follows:

.settings Eclipse specific settings. Useful for character encoding and formatting (for devs using eclipse anyway).
api/ Java and resource files for building the java api jar file.
test TBD
tools Meta code used during compiling and testing. Does not go into any released binary (like doclets).
web/ Java and resource files that are used in the webapp/war file.
webapp/ JSP files used in building the war file.
build.properties (deprecated) Default properties used by the deprecated ANT build.xml file.
build.xml (deprecated) ANT build file containing convenience methods into the maven build.
liquibase.build.xml ANT build file containing convenience methods to run liquibase actions.
openmrs-checkstyle.properties Properties for the checkstyle library.
pom.xml The main maven file used to build and package OpenMRS.