logicahealth / InfoButtons

Infobuttons are context-sensitive links embedded in the electronic health record (EHR). They use clinical context information from the EHR, such as patient demographics, medications, diagnoses, user role, and clinical setting to help find answers to clinicians' and patients' questions using online health information resources.
28 stars 29 forks source link

Add build configuration for Java 1.6 #1

Closed ChristopherEdwards closed 11 years ago

ChristopherEdwards commented 11 years ago

Since java annotations are used we need to instruct maven to target Java 1.6 (Java 6) when compiling/building the application.

Also fix incorrect slashes \ vs / as / should be platform independant.