mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
18 lines
954 B
XML
18 lines
954 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<classpath>
|
|
<classpathentry kind="src" path="src"/>
|
|
<classpathentry kind="src" path="test"/>
|
|
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
|
<classpathentry kind="lib" path="/thirdparty/log4j-1.2.15.jar"/>
|
|
<classpathentry kind="lib" path="/thirdparty/cglib-nodep-2.2.jar"/>
|
|
<classpathentry kind="lib" path="/thirdparty/ehcache-1.5.0.jar"/>
|
|
<classpathentry kind="lib" path="/thirdparty/commons-dbcp-1.2.2.jar"/>
|
|
<classpathentry kind="lib" path="/thirdparty/commons-pool-1.4.jar"/>
|
|
<classpathentry kind="lib" path="/thirdparty/junit-4.8.1.jar"/>
|
|
<classpathentry kind="lib" path="/deps/cloud-bcprov-jdk16-1.45.jar"/>
|
|
<classpathentry kind="lib" path="/deps/cloud-jsch-0.1.42.jar"/>
|
|
<classpathentry kind="lib" path="/deps/cloud-commons-codec-1.4.jar"/>
|
|
<classpathentry combineaccessrules="false" kind="src" path="/deps"/>
|
|
<classpathentry kind="output" path="bin"/>
|
|
</classpath>
|