Skip to content

Commit 0935235

Browse files
committed
Fix classpath
1 parent f7b1061 commit 0935235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.classpath

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<classpath>
33
<classpathentry kind="src" path="src"/>
44
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5-
<classpathentry kind="lib" path="/jars/lib/jars/apache_commons/http/httpclient-4.3.1.jar" sourcepath="/home/crusherofheads/Downloads/httpclient-4.3.1-sources.jar"/>
6-
<classpathentry kind="lib" path="/jars/lib/jars/apache_commons/http/httpcore-4.3.jar" sourcepath="/home/crusherofheads/Downloads/httpcore-4.3-sources.jar"/>
5+
<classpathentry kind="lib" path="/jars/lib/jars/apache_commons/http/httpclient-4.3.1.jar"/>
6+
<classpathentry kind="lib" path="/jars/lib/jars/apache_commons/http/httpcore-4.3.jar"/>
77
<classpathentry kind="lib" path="/jars/lib/jars/apache_commons/http/httpmime-4.3.1.jar"/>
88
<classpathentry kind="lib" path="/jars/lib/jars/apache_commons/commons-io-2.4.jar"/>
99
<classpathentry kind="lib" path="/jars/lib/jars/apache_commons/commons-lang3-3.1.jar"/>

0 commit comments

Comments
 (0)