forked from yhemanth/openmrs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
18 lines (16 loc) · 942 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OpenMRS
This is the root folder.
The project tree is set up as follows:
api/ java and resource files for building the java api jar file. A standalone maven module
metadata/ configuration files, sql files and other stuff
web/ java and resource files that are used in the webapp/war file. A standalone maven module
webapp/ jsp files used in building the war file. A standalone maven module
.classpath classpath settings (generated by and used by eclipse)
.project project settings (generated by and used by eclipse)
build.properties default properties used by the ANT build.xml file
build.xml ANT build file containing convenience methods into the maven build
license.txt the OpenMRS license
liquibase.build.xml ANT build file containing convenience methods to run liquibase actions
openmrs-checkstyle.properties checkstyle jar properties
pom.xml The main maven file
readme.txt this readme file