Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register

root/openmrs-modules/exporttocsvexample/.classpath

Revision 4120, 1.0 kB (checked in by dthomas, 7 months ago)

Initial import. This module is specific to the PIH DDB form, however, it may provide a good template for how to toss together a quick csv export from openmrs.

Line 
1 <?xml version="1.0" encoding="UTF-8"?>
2 <classpath>
3         <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
4         <classpathentry kind="src" path="src"/>
5         <classpathentry kind="src" path="web/src"/>
6         <classpathentry kind="src" path="test"/>
7         <classpathentry kind="lib" path="metadata"/>
8         <classpathentry kind="lib" path="lib-common/junit-3.8.1.jar"/>
9         <classpathentry kind="lib" path="lib-common/openmrs-api-1.2.0.3409.jar"/>
10         <classpathentry kind="lib" path="lib-common/web-openmrs-api-1.2.0.3530.jar"/>
11         <classpathentry kind="lib" path="lib-common/commons-logging-1.0.4.jar"/>
12         <classpathentry kind="lib" path="lib-common/spring-2.0.jar"/>
13         <classpathentry kind="lib" path="lib-common/servlet-api.jar"/>
14         <classpathentry kind="lib" path="lib-common/hibernate3.jar"/>
15         <classpathentry kind="lib" path="/openmrs_trunk/lib/jstl/jstl-1.1.jar" sourcepath="/openmrs-source/apache-tomcat-5.5.20-src.zip"/>
16         <classpathentry kind="lib" path="/openmrs_trunk/lib/jta/jta.jar"/>
17         <classpathentry kind="output" path="build"/>
18 </classpath>
Note: See TracBrowser for help on using the browser.