-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy path.classpath
16 lines (16 loc) · 839 Bytes
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="libs/beautyeye_lnf.jar"/>
<classpathentry kind="lib" path="libs/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="libs/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="libs/dom4j-1.6.1.jar"/>
<classpathentry kind="lib" path="libs/jaxen-1.1.1.jar"/>
<classpathentry kind="lib" path="libs/sqlite-jdbc-3.21.0.1.jar"/>
<classpathentry kind="lib" path="libs/commons-lang-2.5.jar"/>
<classpathentry kind="lib" path="libs/c3p0.jar"/>
<classpathentry kind="lib" path="libs/registry.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>