Skip to content

Commit

Permalink
Correct path for commons logging sources zip file.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Oct 19, 2013
1 parent cb60500 commit 87c7675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<classpathentry kind="src" path="src/samples/java"/>
<classpathentry kind="lib" path="lib/apache/commons-configuration-1.6.jar"/>
<classpathentry kind="lib" path="lib/apache/commons-lang-2.4.jar" sourcepath="lib/apache/commons-lang-2.4-sources.jar"/>
<classpathentry kind="lib" path="lib/apache/commons-logging-1.1.1.jar" sourcepath="lib/apache/commons-logging-1.1.1-src.zip"/>
<classpathentry kind="lib" path="lib/apache/commons-logging-1.1.1.jar" sourcepath="lib/apache/commons-logging-1.1.1-sources.zip"/>
<classpathentry kind="lib" path="lib/apache/httpclient-4.1.1.jar" sourcepath="lib/apache/httpclient-4.1.1-sources.zip"/>
<classpathentry kind="lib" path="lib/apache/httpcore-4.1.jar" sourcepath="lib/apache/httpcore-4.1-sources.jar"/>
<classpathentry kind="lib" path="lib/junit/junit-4.11.jar" sourcepath="lib/junit/junit-4.11-sources.jar"/>
Expand Down

0 comments on commit 87c7675

Please sign in to comment.