From: John Resig Date: Thu, 14 Oct 2010 20:35:35 +0000 (-0400) Subject: Updating the copy of Google Closure Compiler. X-Git-Url: http://git.asbjorn.it/?p=jquery.git;a=commitdiff_plain;h=ae772e742295591678ee53c89e5132df817c4606 Updating the copy of Google Closure Compiler. --- diff --git a/Makefile b/Makefile index a236ed0..6b46c7d 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ DIST_DIR = ${PREFIX}/dist RHINO ?= java -jar ${BUILD_DIR}/js.jar -CLOSURE_COMPILER = ${BUILD_DIR}/google-compiler-20091218.jar +CLOSURE_COMPILER = ${BUILD_DIR}/google-compiler-20100917.jar MINJAR ?= java -jar ${CLOSURE_COMPILER} diff --git a/build/google-compiler-20091218.jar b/build/google-compiler-20091218.jar deleted file mode 100644 index da053a7..0000000 Binary files a/build/google-compiler-20091218.jar and /dev/null differ diff --git a/build/google-compiler-20100917.jar b/build/google-compiler-20100917.jar new file mode 100644 index 0000000..4dfa5ad Binary files /dev/null and b/build/google-compiler-20100917.jar differ