diff options
author | John Resig <jeresig@gmail.com> | 2009-02-17 21:56:42 +0000 |
---|---|---|
committer | John Resig <jeresig@gmail.com> | 2009-02-17 21:56:42 +0000 |
commit | 1a65eb2a09db9a162f8ec5eb11de40c59e9b350a (patch) | |
tree | 3a59f433ac303402afdd3ba5f5482101deb8b1f2 /Makefile | |
parent | b1a40c9bfdbbfce5416e4dfa52577379bdcc0a74 (diff) | |
download | jquery-1a65eb2a09db9a162f8ec5eb11de40c59e9b350a.tar.gz jquery-1a65eb2a09db9a162f8ec5eb11de40c59e9b350a.zip |
Updated the JAR Makefile command to support UTF-8.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'` |