forked from cyso/vcloud-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.classpath
33 lines (33 loc) · 1.82 KB
/
.classpath
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?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="lib/amqp-client-2.3.1.jar"/>
<classpathentry kind="lib" path="lib/commons-io-1.2.jar"/>
<classpathentry kind="lib" path="lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.1.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.1.jar"/>
<classpathentry kind="lib" path="lib/commons-cli-1.2.jar" sourcepath="lib/commons-cli-1.2-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/vcloud-client/lib/commons-cli-1.2-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-configuration-1.8.jar" sourcepath="lib/commons-configuration-1.8-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/vcloud-client/lib/commons-configuration-1.8-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-lang-2.6.jar" sourcepath="lib/commons-lang-2.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/vcloud-client/lib/commons-lang-2.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/commons-codec-1.6.jar" sourcepath="lib/commons-codec-1.6-sources.jar">
<attributes>
<attribute name="javadoc_location" value="jar:platform:/resource/vcloud-client/lib/commons-codec-1.6-javadoc.jar!/"/>
</attributes>
</classpathentry>
<classpathentry kind="lib" path="lib/vcloud-java-sdk-5.1.0.jar" sourcepath="lib/vcloud-java-sdk-samples-5.1.0-sources.jar"/>
<classpathentry kind="lib" path="lib/rest-api-schemas-5.1.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>