mirror of
https://github.com/apache/cloudstack.git
synced 2025-12-16 10:32:34 +01:00
17 lines
900 B
XML
17 lines
900 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 kind="output" path="bin"/>
|
|
</classpath>
|