From 43f2ef63caf4ae407a35c3757b8aff8e27ea80b1 Mon Sep 17 00:00:00 2001 From: John Bender Date: Thu, 26 Jan 2012 13:18:14 -0800 Subject: [PATCH] undo the copyright swap --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b26931ff..3e5a7d8f 100644 --- a/Makefile +++ b/Makefile @@ -142,7 +142,7 @@ js: init # ..... and then minify it @@echo ${VER_MIN} > ${OUTPUT}/${NAME}.min.js @@java -XX:ReservedCodeCacheSize=64m \ - -jar build/google-compiler-2011-20121003.jar \ + -jar build/google-compiler-20111003.jar \ --js ${OUTPUT}/${NAME}.js \ --js_output_file ${OUTPUT}/${NAME}.tmp.js @@cat ${OUTPUT}/${NAME}.tmp.js >> ${OUTPUT}/${NAME}.min.js