Skip to content

Instantly share code, notes, and snippets.

@admiyo
Created March 16, 2010 18:59
Show Gist options
  • Select an option

  • Save admiyo/334357 to your computer and use it in GitHub Desktop.

Select an option

Save admiyo/334357 to your computer and use it in GitHub Desktop.
ayoung@ayoung proxy]$ git diff
diff --git a/proxy/build.xml b/proxy/build.xml
index 9f6d61e..078b875 100644
--- a/proxy/build.xml
+++ b/proxy/build.xml
@@ -16,6 +16,7 @@
<path id="testjars">
<fileset dir="${test.lib.dir}" includes="*.jar" />
+ <fileset dir="${test.lib.dir}/../resources" includes="*.js" />
</path>
<path id="runjars">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment