forked from OHDSI/JCdmBuilder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
24 lines (24 loc) · 1.41 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER">
<attributes>
<attribute name="module" value="true"/>
</attributes>
</classpathentry>
<classpathentry exported="true" kind="lib" path="lib/commons-io-2.6.jar"/>
<classpathentry exported="true" kind="lib" path="lib/dom4j-1.6.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/ojdbc8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/poi-3.9-20121203.jar"/>
<classpathentry exported="true" kind="lib" path="lib/poi-excelant-3.9-20121203.jar"/>
<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-3.9-20121203.jar"/>
<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.9-20121203.jar"/>
<classpathentry exported="true" kind="lib" path="lib/SqlRender.jar"/>
<classpathentry exported="true" kind="lib" path="lib/stax-api-1.0.1.jar"/>
<classpathentry exported="true" kind="lib" path="lib/xmlbeans-2.3.0.jar"/>
<classpathentry exported="true" kind="lib" path="lib/sqljdbc4.jar"/>
<classpathentry exported="true" kind="lib" path="lib/postgresql-42.2.19.jar"/>
<classpathentry exported="true" kind="lib" path="lib/mssql-jdbc-10.2.1.jre8.jar"/>
<classpathentry exported="true" kind="lib" path="lib/jtds-1.3.1.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>