Skip to content

Commit 1a65eb2

Browse files
committed
Updated the JAR Makefile command to support UTF-8.
1 parent b1a40c9 commit 1a65eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ JQ_PACK = ${DIST_DIR}/jquery.pack.js
4949
JQ_VER = `cat version.txt`
5050
VER = sed s/@VERSION/${JQ_VER}/
5151

52-
JAR = java -jar ${BUILD_DIR}/js.jar
52+
JAR = java -Dfile.encoding=utf-8 -jar ${BUILD_DIR}/js.jar
5353
MINJAR = java -jar ${BUILD_DIR}/yuicompressor-2.4.2.jar
5454

5555
DATE=`svn info . | grep Date: | sed 's/.*: //g'`

0 commit comments

Comments
 (0)