Skip to content

Instantly share code, notes, and snippets.

@blinsay
Created April 6, 2012 17:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blinsay/2321478 to your computer and use it in GitHub Desktop.
Save blinsay/2321478 to your computer and use it in GitHub Desktop.
$ 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