forked from dssouza/flickrdownload
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.classpath
16 lines (16 loc) · 905 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="dev/src/java"/>
<classpathentry kind="src" path="dev/src/conf"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="dev/lib/args4j-2.0.10.jar"/>
<classpathentry kind="lib" path="dev/lib/commons-codec-1.3.jar"/>
<classpathentry kind="lib" path="dev/lib/commons-httpclient-3.1.jar"/>
<classpathentry kind="lib" path="dev/lib/commons-lang-2.3.jar"/>
<classpathentry kind="lib" path="dev/lib/commons-logging-1.1.1.jar"/>
<classpathentry kind="lib" path="dev/lib/flickrapi-1.2.jar" sourcepath="dev/lib_src/flickrj-src.zip"/>
<classpathentry kind="lib" path="dev/lib/jdom-1.1.jar"/>
<classpathentry kind="lib" path="dev/lib/log4j-1.2.8.jar"/>
<classpathentry kind="lib" path="dev/lib/saxon9he.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>