]> source.dussan.org Git - jquery.git/commitdiff
Updated the JAR Makefile command to support UTF-8.
authorJohn Resig <jeresig@gmail.com>
Tue, 17 Feb 2009 21:56:42 +0000 (21:56 +0000)
committerJohn Resig <jeresig@gmail.com>
Tue, 17 Feb 2009 21:56:42 +0000 (21:56 +0000)
Makefile

index 4d17f00caf20a45b5ef7f40654f87fe4e76190aa..246a63fa3fbb3ecfde4a67e7879a988d1a01a913 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,7 @@ JQ_PACK = ${DIST_DIR}/jquery.pack.js
 JQ_VER = `cat version.txt`
 VER = sed s/@VERSION/${JQ_VER}/
 
-JAR = java -jar ${BUILD_DIR}/js.jar
+JAR = java -Dfile.encoding=utf-8 -jar ${BUILD_DIR}/js.jar
 MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar
 
 DATE=`svn info . | grep Date: | sed 's/.*: //g'`