forked from eggnet/com2pgsql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
19 lines (19 loc) · 1.09 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="src" path="libs"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/gson-2.2.1.jar" sourcepath="/Users/braden/com2pgsql/libs/gson-2.2.1-sources.jar"/>
<classpathentry kind="lib" path="libs/httpclient-4.2.jar"/>
<classpathentry kind="lib" path="libs/httpcore-4.2.jar"/>
<classpathentry kind="lib" path="libs/commons-cli-1.2.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/jazzy.jar"/>
<classpathentry kind="lib" path="libs/ostermillerutils-1.08.02.jar"/>
<classpathentry kind="lib" path="commons-lang3-3.1.jar"/>
<classpathentry kind="lib" path="libs/junit-4.11.jar"/>
<classpathentry kind="lib" path="/libs/database/database.jar" sourcepath="/database/src"/>
<classpathentry combineaccessrules="false" kind="src" path="/database"/>
<classpathentry kind="lib" path="/libs/postgresql-9.1-902.jdbc4.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>