Updating the copy of Google Closure Compiler.
authorJohn Resig <jeresig@gmail.com>
Thu, 14 Oct 2010 20:35:35 +0000 (16:35 -0400)
committerJohn Resig <jeresig@gmail.com>
Thu, 14 Oct 2010 20:35:35 +0000 (16:35 -0400)
Makefile
build/google-compiler-20091218.jar [deleted file]
build/google-compiler-20100917.jar [new file with mode: 0644]

index a236ed0..6b46c7d 100644 (file)
--- 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 (file)
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 (file)
index 0000000..4dfa5ad
Binary files /dev/null and b/build/google-compiler-20100917.jar differ