Created
April 6, 2012 17:23
-
-
Save blinsay/2321478 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git diff build.xml | |
diff --git a/java/build.xml b/java/build.xml | |
index 8aed339..519a84f 100644 | |
--- a/java/build.xml | |
+++ b/java/build.xml | |
@@ -38,7 +38,7 @@ | |
<path id="java.classpath"> | |
<pathelement location="${build.classes}"/> | |
<path> | |
- <fileset dir="${cascading.home}" includes="cascading-core-*.jar" /> | |
+ <fileset dir="${cascading.home}" includes="cascading-*-*.jar" /> | |
<fileset dir="${cascading.home}/lib" includes="jgrapht-jdk1.6-*.jar"/> | |
</path> | |
<path> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment