decoupling styles retrieval from the attr method
[jquery.git] / Makefile
index 4d17f00..c236120 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -11,8 +11,12 @@ PLUG_DIR = ../plugins
 BASE_FILES = ${SRC_DIR}/core.js\
        ${SRC_DIR}/data.js\
        ${SRC_DIR}/selector.js\
+       ${SRC_DIR}/traversing.js\
+       ${SRC_DIR}/attributes.js\
+       ${SRC_DIR}/manipulation.js\
        ${SRC_DIR}/event.js\
        ${SRC_DIR}/support.js\
+       ${SRC_DIR}/css.js\
        ${SRC_DIR}/ajax.js\
        ${SRC_DIR}/fx.js\
        ${SRC_DIR}/offset.js\
@@ -49,7 +53,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'`