Skip to content

Commit

Permalink
Merge pull request ggp-org#11 from nitay/mac-fix
Browse files Browse the repository at this point in the history
Fix build on mac.
  • Loading branch information
samschreiber committed Oct 24, 2013
2 parents 8afd4de + 60e2cf6 commit fd36895
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
<pathelement location="src/external/Jython/jython.jar"/>
<pathelement location="src/external/Clojure/clojure.jar"/>
<pathelement location="src/external/Guava/guava-14.0.1.jar"/>
<pathelement location="/usr/share/java/junit4.jar"/>
<pathelement location="src/external/JUnit/junit-4.11.jar"/>
<pathelement location="src/external/JUnit/hamcrest-core-1.3.jar"/>
</path>
<target name="init">
<mkdir dir="bin"/>
Expand Down
Binary file added src/external/JUnit/hamcrest-core-1.3.jar
Binary file not shown.
Binary file added src/external/JUnit/junit-4.11.jar
Binary file not shown.

0 comments on commit fd36895

Please sign in to comment.