Skip to content

Commit 43f2ef6

Browse files
committed
undo the copyright swap
1 parent c299a92 commit 43f2ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ js: init
142142
# ..... and then minify it
143143
@@echo ${VER_MIN} > ${OUTPUT}/${NAME}.min.js
144144
@@java -XX:ReservedCodeCacheSize=64m \
145-
-jar build/google-compiler-2011-20121003.jar \
145+
-jar build/google-compiler-20111003.jar \
146146
--js ${OUTPUT}/${NAME}.js \
147147
--js_output_file ${OUTPUT}/${NAME}.tmp.js
148148
@@cat ${OUTPUT}/${NAME}.tmp.js >> ${OUTPUT}/${NAME}.min.js

0 commit comments

Comments
 (0)