-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.classpath
More file actions
executable file
·16 lines (16 loc) · 872 Bytes
/
.classpath
File metadata and controls
executable file
·16 lines (16 loc) · 872 Bytes
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/main/java"/>
<classpathentry kind="src" path="src/test/java"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="lib/db/commons-dbcp-1.2.2.jar"/>
<classpathentry kind="lib" path="lib/db/commons-pool-1.4.jar"/>
<classpathentry kind="lib" path="lib/db/oracle/classes12.jar"/>
<classpathentry kind="lib" path="lib/ldap/ldap.jar"/>
<classpathentry kind="lib" path="lib/log/log4j-1.2.13.jar"/>
<classpathentry kind="lib" path="lib/xml/jdom.jar"/>
<classpathentry kind="lib" path="lib/xml/dom4j/dom4j-2.0.0-ALPHA-2.jar"/>
<classpathentry kind="lib" path="lib/xml/dom4j/jaxen-1.1.3.jar"/>
<classpathentry kind="lib" path="lib/json/fastjson/fastjson-1.1.14.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>