Skip to content

Commit

Permalink
Fixing faulty merge of the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
bwolfe committed Aug 16, 2012
1 parent 75eb08c commit 8f1cc7e
Showing 1 changed file with 36 additions and 38 deletions.
74 changes: 36 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,38 @@
<<<<<<< HEAD

OpenMRS is an 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

OpenMRS is an 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:

<table>
<tr>
<td>.settings</td>
<td>Eclipse specific settings. Useful for character encoding and formatting (for devs using eclipse anyway)</td>
</tr>
<tr>
<td>api/</td>
<td>java and resource files for building the java api jar file.</td>
</tr>
<tr>
<td>release-test</td>
<td>Cucumber/selenium integration tests. Run daily against a running webapp. See https://wiki.openmrs.org/display/docs/Testing+Releases</td>
</tr>
<tr>
<td>test</td>
<td>TBD</td>
</tr>
<tr>
<td>tools</td>
<td>Meta code used during compiling and testing. Does not go into any released binary (like doclets)</td>
</tr>
<tr>
<td>web/</td>
<td>java and resource files that are used in the webapp/war file.</td>
</tr>
<tr>
<td>webapp/</td>

<table>
<tr>
<td>.settings</td>
<td>Eclipse specific settings. Useful for character encoding and formatting (for devs using eclipse anyway)</td>
</tr>
<tr>
<td>api/</td>
<td>java and resource files for building the java api jar file.</td>
</tr>
<tr>
<td>release-test</td>
<td>Cucumber/selenium integration tests. Run daily against a running webapp. See https://wiki.openmrs.org/display/docs/Testing+Releases</td>
</tr>
<tr>
<td>test</td>
<td>TBD</td>
</tr>
<tr>
<td>tools</td>
<td>Meta code used during compiling and testing. Does not go into any released binary (like doclets)</td>
</tr>
<tr>
<td>web/</td>
<td>java and resource files that are used in the webapp/war file.</td>
</tr>
<tr>
<td>webapp/</td>
<td>jsp files used in building the war file.</td>
</tr>
<tr>
Expand All @@ -43,7 +41,7 @@ The project tree is set up as follows:
</tr>
<tr>
<td>build.xml</td>
<td>(deprecated)ANT build file containing convenience methods into the maven build</td>
<td>(deprecated) ANT build file containing convenience methods into the maven build</td>
</tr>
<tr>
<td>license.txt</td>
Expand All @@ -55,7 +53,7 @@ The project tree is set up as follows:
</tr>
<tr>
<td>openmrs-checkstyle.properties</td>
<td>properties for the checkstyle library</td>
<td>properties for the checkstyle library</td>
</tr>
<tr>
<td>pom.xml</td>
Expand Down

0 comments on commit 8f1cc7e

Please sign in to comment.