Created
March 16, 2010 18:59
-
-
Save admiyo/334357 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
| 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