Skip to content

Commit b6b5305

Browse files
committed
Fix Ant build from Eclipse (add guava library to the classpath)
1 parent 1709d04 commit b6b5305

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.classpath

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
<classpathentry kind="lib" path="lib/testing/easymock-3.1.jar"/>
99
<classpathentry kind="lib" path="lib/testing/hamcrest-core-1.3.jar"/>
1010
<classpathentry kind="lib" path="lib/testing/junit-4.11.jar"/>
11+
<classpathentry kind="lib" path="lib/guava-18.0.jar"/>
1112
<classpathentry kind="output" path="bin"/>
1213
</classpath>

0 commit comments

Comments
 (0)